Searched refs:of (Results 126 - 150 of 6717) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dpmc.c3 * of Power Management Controller (PMC) on SPARCstation-Voyager.
13 #include <linux/of.h>
81 MODULE_DEVICE_TABLE(of, pmc_match);
/linux-master/drivers/clk/qcom/
H A Dlpasscc-sc8280xp.c11 #include <linux/of.h>
68 MODULE_DEVICE_TABLE(of, lpasscc_sc8280xp_match_table);
H A Dkpss-xcc.c11 #include <linux/of.h>
30 MODULE_DEVICE_TABLE(of, kpss_xcc_match_table);
/linux-master/drivers/gpio/
H A Dgpio-ts4800.c10 #include <linux/of.h>
63 MODULE_DEVICE_TABLE(of, ts4800_gpio_of_match);
/linux-master/drivers/soc/qcom/
H A Drpm-proc.c5 #include <linux/of.h>
52 MODULE_DEVICE_TABLE(of, rpm_proc_of_match);
/linux-master/drivers/hwmon/pmbus/
H A Dmp5023.c8 #include <linux/of.h>
52 MODULE_DEVICE_TABLE(of, mp5023_of_match);
H A Dir38064.c19 #include <linux/of.h>
73 MODULE_DEVICE_TABLE(of, ir38064_of_match);
/linux-master/drivers/mfd/
H A Dact8945a.c13 #include <linux/of.h>
66 MODULE_DEVICE_TABLE(of, act8945a_of_match);
/linux-master/drivers/power/reset/
H A Dnvmem-reboot-mode.c9 #include <linux/of.h>
63 MODULE_DEVICE_TABLE(of, nvmem_reboot_mode_of_match);
H A Daxxia-reset.c14 #include <linux/of.h>
70 MODULE_DEVICE_TABLE(of, of_axxia_reset_match);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-generic.c7 * This file is licensed under the terms of the GNU General Public
9 * warranty of any kind, whether express or implied.
13 #include <linux/of.h>
66 MODULE_DEVICE_TABLE(of, dwmac_generic_match);
H A Ddwmac-lpc18xx.c6 * This file is licensed under the terms of the GNU General Public
8 * warranty of any kind, whether express or implied.
13 #include <linux/of.h>
71 MODULE_DEVICE_TABLE(of, lpc18xx_dwmac_match);
/linux-master/drivers/ufs/host/
H A Dtc-dwc-g210-pltfrm.c13 #include <linux/of.h>
47 MODULE_DEVICE_TABLE(of, tc_dwc_g210_pltfm_match);
/linux-master/sound/soc/codecs/
H A Dadau1977-spi.c12 #include <linux/of.h>
63 MODULE_DEVICE_TABLE(of, adau1977_spi_of_match);
H A Dtlv320aic32x4-i2c.c13 #include <linux/of.h>
54 MODULE_DEVICE_TABLE(of, aic32x4_of_id);
H A Dtlv320aic32x4-spi.c13 #include <linux/of.h>
54 MODULE_DEVICE_TABLE(of, aic32x4_of_id);
/linux-master/drivers/input/touchscreen/
H A Dtsc2004.c11 #include <linux/of.h>
61 MODULE_DEVICE_TABLE(of, tsc2004_of_match);
H A Dad7879-i2c.c12 #include <linux/of.h>
56 MODULE_DEVICE_TABLE(of, ad7879_i2c_dt_ids);
H A Dad7879-spi.c12 #include <linux/of.h>
54 MODULE_DEVICE_TABLE(of, ad7879_spi_dt_ids);
H A Dtsc2005.c14 #include <linux/of.h>
77 MODULE_DEVICE_TABLE(of, tsc2005_of_match);
/linux-master/drivers/clk/mediatek/
H A Dclk-mt7988-xfipll.c7 #include <linux/of.h>
69 MODULE_DEVICE_TABLE(of, of_match_clk_mt7988_xfipll);
/linux-master/drivers/char/xillybus/
H A Dxillybus_of.c14 #include <linux/of.h>
32 MODULE_DEVICE_TABLE(of, xillybus_of_match);
/linux-master/arch/arc/mm/
H A Dtlbex.S13 * -For MMU V2, we need not do heuristics at the time of committing a D-TLB
16 * bmsk instead of add, asl.cc instead of branch, delay slot utilise etc
27 * more information in case of a Fatality
49 ; "global" is used to free-up FIRST core reg to be able to code the rest of
54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we
55 ; only need to save only a handful of regs, as opposed to complete reg file]
60 ; To save the rest of 3 regs - per cpu, the global is made "per-cpu".
339 ; Above laddering takes care of XCHG access (both R and W)
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S9 | Output: Exact floating-point representation of the packed bcd value.
36 | A3. Count the number of leading/trailing zeros in the
41 | mantissa the equivalent of forcing in the bcd value:
44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction
46 | this will insure that any value, regardless of its
50 | A4. Calculate the factor 10^exp in FP1 using a table of
54 | in the comments of the pwrten section.
82 | PTENRN, PTENRM, and PTENRP are arrays of powers of 10 rounded
86 | tables include the first 5 for ease of indexin
[all...]
/linux-master/arch/s390/kernel/
H A Dentry.S143 * symbol starts at the beginning of the kprobes text section.
159 stmg %r6,%r15,__SF_GPRS(%r15) # store gprs of prev task
163 stg %r15,__THREAD_ksp(%r1,%r2) # store kernel stack of prev
164 lg %r15,0(%r4,%r3) # start of kernel stack of next
165 agr %r15,%r5 # end of kernel stack of next
166 stg %r3,__LC_CURRENT # store task struct of next
167 stg %r15,__LC_KERNEL_STACK # store end of kernel stack
168 lg %r15,__THREAD_ksp(%r1,%r3) # load kernel stack of nex
[all...]

Completed in 440 milliseconds

1234567891011>>