Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 200 of 285) sorted by relevance

12

/linux-4.1.27/arch/mips/bcm47xx/
Dsprom.c200 const char *pre = prefix; in bcm47xx_sprom_fill_auto() local
203 ENTRY(0xfffffffe, u16, pre, "boardrev", board_rev, 0, true); in bcm47xx_sprom_fill_auto()
204 ENTRY(0x00000002, u16, pre, "boardflags", boardflags_lo, 0, fb); in bcm47xx_sprom_fill_auto()
205 ENTRY(0xfffffffc, u16, pre, "boardtype", board_type, 0, true); in bcm47xx_sprom_fill_auto()
206 ENTRY(0xfffffffe, u16, pre, "boardnum", board_num, 0, fb); in bcm47xx_sprom_fill_auto()
207 ENTRY(0x00000002, u8, pre, "cc", country_code, 0, fb); in bcm47xx_sprom_fill_auto()
208 ENTRY(0xfffffff8, u8, pre, "regrev", regrev, 0, fb); in bcm47xx_sprom_fill_auto()
210 ENTRY(0xfffffffe, u8, pre, "ledbh0", gpio0, 0xff, fb); in bcm47xx_sprom_fill_auto()
211 ENTRY(0xfffffffe, u8, pre, "ledbh1", gpio1, 0xff, fb); in bcm47xx_sprom_fill_auto()
212 ENTRY(0xfffffffe, u8, pre, "ledbh2", gpio2, 0xff, fb); in bcm47xx_sprom_fill_auto()
[all …]
/linux-4.1.27/sound/pci/ctxfi/
Dctimap.c25 struct list_head *pos, *pre, *head; in input_mapper_add() local
46 pre = pos->prev; in input_mapper_add()
47 if (pre == head) in input_mapper_add()
48 pre = head->prev; in input_mapper_add()
52 pre = head->prev; in input_mapper_add()
57 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add()
71 struct list_head *next, *pre, *head; in input_mapper_delete() local
79 pre = (entry->list.prev == head) ? head->prev : entry->list.prev; in input_mapper_delete()
82 if (pre == &entry->list) { in input_mapper_delete()
90 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
Dctvmem.c81 struct list_head *pos, *pre; in put_vm_block() local
109 pre = pos->prev; in put_vm_block()
110 while (pre != &vm->unused) { in put_vm_block()
112 pre_ent = list_entry(pre, struct ct_vm_block, list); in put_vm_block()
119 pos = pre; in put_vm_block()
120 pre = pos->prev; in put_vm_block()
/linux-4.1.27/arch/frv/kernel/
Dtime.c73 unsigned short base, pre, prediv; in time_divisor_init() local
76 pre = 1; in time_divisor_init()
78 base = __res_bus_clock_speed_HZ / pre / HZ / (1 << prediv); in time_divisor_init()
80 __set_TPRV(pre); in time_divisor_init()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h540 pre, post, ...) \ argument
548 asm volatile(pre \
558 asm volatile(pre \
571 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
573 EXTRA_CLOBBERS, pre, post, ##__VA_ARGS__)
575 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
578 pre, post, ##__VA_ARGS__)
581 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument
585 asm volatile(pre \
595 #define __PVOP_VCALL(op, pre, post, ...) \ argument
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-ppi26 executed in the pre-OS environment. It is the only input from
27 the OS to the pre-OS environment. The request should be an
55 operation to be executed in the pre-OS environment by the BIOS
66 operation to be executed in the pre-OS environment by the BIOS
Dsysfs-fs-ext457 algorithm will pre-read into the buffer cache
Dsysfs-devices-system-cpu2 Date: pre-git history
130 Date: pre-git history
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of
39 - apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of
/linux-4.1.27/drivers/atm/
Dhorizon.c593 u32 pre; in make_rate() local
623 pre = DIV_ROUND_UP(br, c<<div); in make_rate()
625 if (!pre) in make_rate()
626 pre = 1; in make_rate()
629 pre = DIV_ROUND_CLOSEST(br, c<<div); in make_rate()
631 if (!pre) in make_rate()
632 pre = 1; in make_rate()
635 pre = br/(c<<div); in make_rate()
637 if (!pre) in make_rate()
640 PRINTD (DBG_QOS, "A: p=%u, d=%u", pre, div); in make_rate()
[all …]
Deni.c1250 static int comp_tx(struct eni_dev *eni_dev,int *pcr,int reserved,int *pre, in comp_tx() argument
1256 if (unlimited) *pre = *res = 0; in comp_tx()
1261 for (*pre = 0; *pre < 3; (*pre)++) in comp_tx()
1262 if (TS_CLOCK/pre_div[*pre]/64 <= *pcr) break; in comp_tx()
1263 div = pre_div[*pre]**pcr; in comp_tx()
1271 for (*pre = 3; *pre >= 0; (*pre)--) in comp_tx()
1272 if (TS_CLOCK/pre_div[*pre]/64 > -*pcr) break; in comp_tx()
1273 if (*pre < 3) (*pre)++; /* else fail later */ in comp_tx()
1274 div = pre_div[*pre]*-*pcr; in comp_tx()
1281 *pcr = TS_CLOCK/pre_div[*pre]/(*res+1); in comp_tx()
[all …]
/linux-4.1.27/drivers/iio/adc/
Dqcom-spmi-vadc.c505 unsigned int pre; in vadc_prescaling_from_dt() local
507 for (pre = 0; pre < ARRAY_SIZE(vadc_prescale_ratios); pre++) in vadc_prescaling_from_dt()
508 if (vadc_prescale_ratios[pre].num == num && in vadc_prescaling_from_dt()
509 vadc_prescale_ratios[pre].den == den) in vadc_prescaling_from_dt()
512 if (pre == ARRAY_SIZE(vadc_prescale_ratios)) in vadc_prescaling_from_dt()
515 return pre; in vadc_prescaling_from_dt()
/linux-4.1.27/drivers/staging/rtl8192u/
Dchanges4 This is based on the rtl8180-sa2400 pre-0.22-CVS code..
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dsata_highbank.txt26 - calxeda,pre-clocks : a u32 that indicates the number of additional clock
42 calxeda,pre-clocks = <10>;
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dti,drv260x.txt16 - library-sel - These are ROM based waveforms pre-programmed into the IC.
19 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt11 (pre 2.6.10). The 8.0.16 release should be used if the driver is to be
19 The driver now requires a 2.6.12 (if pre-release, 2.6.12-rc1) or later
72 At this time, the driver requires the 2.6.12 (if pre-release, 2.6.12-rc1)
DChangeLog.sym53c8xx140 Requires Linux-2.3.47 (tested with pre-2.3.47-6).
156 * version sym53c8xx-pre-1.6b-2.
168 Requires Linux-2.3.47 (tested with pre-2.3.47-6).
180 * version sym53c8xx-pre-1.6b-1.
469 * version pre-sym53c8xx-0.18
478 * version pre-sym53c8xx-0.17
489 * version pre-sym53c8xx-0.16
509 * version pre-sym53c8xx-0.15
522 * version pre-sym53c8xx-0.14
529 * version pre-sym53c8xx-0.13
[all …]
Dcxgb3i.txt22 payload into pre-posted final destination host-memory buffers based
37 if possible, will be directly placed into the pre-posted host DDP
DChangeLog.ncr53c8xx76 Requires Linux-2.3.47 (tested with pre-2.3.47-6).
93 Requires Linux-2.3.47 (tested with pre-2.3.47-6).
98 * revision pre-3.3b-1
156 * revision pre-3.2b-1
Dhpsa.txt58 tape drives, or entire storage boxes containing pre-configured logical drives.
Dtmscsim.txt63 If you got an old kernel (pre 2.1.127, pre 2.0.37p1) with an old version of
84 If you got a very old kernel without the tmscsim driver (pre 2.0.31)
Daic79xx.txt112 - Remove pre-2.2.X support.
119 - For pre-2.5.X kernels, carefully adjust our segment
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-vadc.txt56 - qcom,pre-scaling:
61 pre-determined ratio and use it for post scaling. Select one from
121 qcom,pre-scaling = <1 3>;
/linux-4.1.27/arch/powerpc/boot/dts/
Dppa8548.dts15 /include/ "fsl/mpc8548si-pre.dtsi"
103 * to stay compatible with mpc8548si-pre.dtsi.
Dp1010rdb-pa.dts12 /include/ "fsl/p1010si-pre.dtsi"
Dp1010rdb-pb.dts12 /include/ "fsl/p1010si-pre.dtsi"
Dbsc9131rdb.dts12 /include/ "fsl/bsc9131si-pre.dtsi"
Dbsc9132qds.dts12 /include/ "fsl/bsc9132si-pre.dtsi"
Dp1020rdb.dts12 /include/ "fsl/p1020si-pre.dtsi"
Dp1020rdb_36b.dts12 /include/ "fsl/p1020si-pre.dtsi"
Dmpc8536ds.dts12 /include/ "fsl/mpc8536si-pre.dtsi"
Dmpc8548cds_32b.dts12 /include/ "fsl/mpc8548si-pre.dtsi"
Dmpc8536ds_36b.dts12 /include/ "fsl/mpc8536si-pre.dtsi"
Dmpc8572ds.dts12 /include/ "fsl/mpc8572si-pre.dtsi"
Dsbc8548.dts17 /include/ "sbc8548-pre.dtsi"
Dp2020ds.dts12 /include/ "fsl/p2020si-pre.dtsi"
Dt1040rdb.dts35 /include/ "fsl/t104xsi-pre.dtsi"
Dsbc8548-altflash.dts20 /include/ "sbc8548-pre.dtsi"
Dt1042rdb.dts35 /include/ "fsl/t104xsi-pre.dtsi"
Dmpc8548cds_36b.dts12 /include/ "fsl/mpc8548si-pre.dtsi"
Dt1042qds.dts35 /include/ "fsl/t104xsi-pre.dtsi"
Dt1040qds.dts35 /include/ "fsl/t104xsi-pre.dtsi"
Dmpc8572ds_36b.dts12 /include/ "fsl/mpc8572si-pre.dtsi"
Dt2081qds.dts35 /include/ "fsl/t208xsi-pre.dtsi"
Dp1010rdb-pa_36b.dts35 /include/ "fsl/p1010si-pre.dtsi"
Dt1042rdb_pi.dts35 /include/ "fsl/t104xsi-pre.dtsi"
Dt2080qds.dts35 /include/ "fsl/t208xsi-pre.dtsi"
Db4420qds.dts35 /include/ "fsl/b4420si-pre.dtsi"
Dp1010rdb-pb_36b.dts35 /include/ "fsl/p1010si-pre.dtsi"
Dt2080rdb.dts35 /include/ "fsl/t208xsi-pre.dtsi"
Db4860qds.dts35 /include/ "fsl/b4860si-pre.dtsi"
Dmpc8544ds.dts12 /include/ "fsl/mpc8544si-pre.dtsi"
Dkmcoge4.dts15 /include/ "fsl/p2041si-pre.dtsi"
Dp1024rdb_32b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1020mbg-pc_36b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1020rdb-pc_32b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1025rdb_36b.dts35 /include/ "fsl/p1021si-pre.dtsi"
Dp1025twr.dts35 /include/ "fsl/p1021si-pre.dtsi"
Dp1020utm-pc_32b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Doca4080.dts39 /include/ "fsl/p4080si-pre.dtsi"
Dp2020rdb-pc_32b.dts35 /include/ "fsl/p2020si-pre.dtsi"
Dp1024rdb_36b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1020rdb-pc_36b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1021rdb-pc_32b.dts35 /include/ "fsl/p1021si-pre.dtsi"
Dp1020mbg-pc_32b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1020utm-pc_36b.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp2020rdb-pc_36b.dts35 /include/ "fsl/p2020si-pre.dtsi"
Dp1022ds_36b.dts35 /include/ "fsl/p1022si-pre.dtsi"
Dp1021rdb-pc_36b.dts35 /include/ "fsl/p1021si-pre.dtsi"
Dp1022ds_32b.dts35 /include/ "fsl/p1022si-pre.dtsi"
Dp1025rdb_32b.dts35 /include/ "fsl/p1021si-pre.dtsi"
Dmvme2500.dts15 /include/ "fsl/p2020si-pre.dtsi"
Dp1022rdk.dts35 /include/ "fsl/p1022si-pre.dtsi"
Dp4080ds.dts35 /include/ "fsl/p4080si-pre.dtsi"
Dt4240rdb.dts35 /include/ "fsl/t4240si-pre.dtsi"
Dge_imp3a.dts15 /include/ "fsl/p2020si-pre.dtsi"
Dp2020rdb.dts12 /include/ "fsl/p2020si-pre.dtsi"
Dc293pcie.dts35 /include/ "fsl/c293si-pre.dtsi"
Dp5040ds.dts35 /include/ "fsl/p5040si-pre.dtsi"
Dp2041rdb.dts35 /include/ "fsl/p2041si-pre.dtsi"
Dp5020ds.dts35 /include/ "fsl/p5020si-pre.dtsi"
Dt4240qds.dts35 /include/ "fsl/t4240si-pre.dtsi"
Dp1023rdb.dts37 /include/ "fsl/p1023si-pre.dtsi"
Dp3041ds.dts35 /include/ "fsl/p3041si-pre.dtsi"
Dp1020rdb-pd.dts35 /include/ "fsl/p1020si-pre.dtsi"
Dp1021mds.dts12 /include/ "fsl/p1021si-pre.dtsi"
Dmpc8568mds.dts12 /include/ "fsl/mpc8568si-pre.dtsi"
Dmpc8569mds.dts12 /include/ "fsl/mpc8569si-pre.dtsi"
/linux-4.1.27/arch/x86/ia32/
Dia32_signal.c156 unsigned int pre = GET_SEG(seg); \
158 pre |= 3; \
159 if (pre != cur) \
160 set_user_seg(seg, pre); \
/linux-4.1.27/arch/powerpc/kernel/
Dpci_dn.c338 void *traverse_pci_devices(struct device_node *start, traverse_func pre, in traverse_pci_devices() argument
354 if (pre && ((ret = pre(dn, data)) != NULL)) in traverse_pci_devices()
/linux-4.1.27/Documentation/sound/oss/
DAudioExcelDSP1653 Loading MSS and OPL3 needs to pre load the aedsp16 module to set up correctly
57 softdep ad1848 pre: aedsp16
58 softdep opl3 pre: aedsp16
DTropez+10 pre-install wavefront modprobe "-k" "cs4232"
DIntroduction426 pre-install bttv modprobe tuner ; modprobe tvmixer
427 pre-install tvmixer modprobe msp3400; modprobe tvaudio
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-upload.txt35 - Write 0x0000001A to register 0x07FC to init the Encoder SDRAM's pre-charge.
37 - Write 0x0000001A to register 0x08FC to init the Decoder SDRAM's pre-charge.
Dfw-memory.txt86 0x07FC: Encoder SDRAM pre-charge
94 0x08FC: Decoder SDRAM pre-charge
/linux-4.1.27/Documentation/networking/
Dframerelay.txt37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
38 pre-2.0.4 and later.
/linux-4.1.27/arch/arm/boot/dts/
Dste-hrefprev60-tvk.dts17 model = "ST-Ericsson HREF (pre-v60) and TVK1281618 UIB";
Dste-hrefprev60-stuib.dts17 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
Domap3-ldp.dts209 compatible = "ti,omap3-pre-es3-hsmmc";
/linux-4.1.27/Documentation/sound/alsa/soc/
Dmachine.txt22 /* the pre and post PM functions are used to do any PM work before and
45 The machine driver has pre and post versions of suspend and resume to take care
/linux-4.1.27/drivers/misc/genwqe/
Dcard_ddcb.h61 u8 pre; /* Preamble */ member
Dcard_ddcb.c443 pddcb->pre, VCRC_LENGTH(req->cmd.asv_length), in genwqe_check_ddcb_queue()
604 pddcb->pre = DDCB_PRESET_PRE; /* 128 */ in get_next_ddcb()
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-prediv.txt1 Binding for a ST pre-divider clock driver.
Dst,flexgen.txt6 - a pre and final dividers (represented by a divider and gate elements)
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dsimple-framebuffer-sunxi.txt5 pre-populated simplefb nodes.
Dsimple-framebuffer.txt28 It is advised that devicetree files contain pre-filled, disabled framebuffer
34 If pre-filled framebuffer nodes are used, the firmware may need extra
/linux-4.1.27/arch/powerpc/include/asm/
Dppc-pci.h37 void *traverse_pci_devices(struct device_node *start, traverse_func pre,
/linux-4.1.27/Documentation/ko_KR/
Dstable_api_nonsense.txt32 오랫동안 거의 변하지 않았고 앞으로도 변하지 않을 것이다. 나는 pre 0.9에서
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt13 Should be "ti,omap3-pre-es3-hsmmc" for OMAP3 controllers pre ES3.0
/linux-4.1.27/arch/x86/mm/
Dmmio-mod.c143 static void pre(struct kmmio_probe *p, struct pt_regs *regs, in pre() function
256 .pre_handler = pre, in ioremap_trace_core()
/linux-4.1.27/arch/metag/
DKconfig.soc67 pre-production silicon or in an FPGA environment.
/linux-4.1.27/arch/m32r/kernel/
Dhead.S87 addi r2, #-4 ; account for pre-inc store
95 addi r2, #4 ; account for pre-inc store
/linux-4.1.27/drivers/staging/speakup/
DKconfig36 requires software to be pre-loaded on to the card before
118 contains the software which must be pre-loaded on to the
122 PC software has been pre-loaded on to the board.
/linux-4.1.27/drivers/video/fbdev/
Dpm3fb.c157 int f, pre, post; in pm3fb_calculate_clock() local
163 for (pre = 1; pre < 256; pre++) { in pm3fb_calculate_clock()
165 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; in pm3fb_calculate_clock()
172 *prescale = pre; in pm3fb_calculate_clock()
/linux-4.1.27/drivers/spi/
Dspi-imx.c255 unsigned int pre, post; in mx51_ecspi_clkdiv() local
273 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()
276 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv()
279 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv()
281 return (pre << MX51_ECSPI_CTRL_PREDIV_OFFSET) | in mx51_ecspi_clkdiv()
/linux-4.1.27/tools/power/cpupower/
DREADME43 and to various others commenting on the previous (pre-)releases of
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-backlight55 holdover from pre-standardisation of firmware
/linux-4.1.27/drivers/staging/ozwpan/
DREADME19 autonomous group (for older pre-WFD peripherals) or put in a listen state to
/linux-4.1.27/scripts/
DMakefile.lib162 dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
290 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
/linux-4.1.27/arch/arm/include/asm/
Dspinlock.h5 #error SMP not supported on pre-ARMv6 CPUs
Datomic.h137 #error SMP not supported on pre-ARMv6 CPUs
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt123 --pre::
127 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
Dperf-script.txt26 You can also run a set of pre-canned scripts that aggregate and
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dbsc9131si-pre.dtsi2 * BSC9131 Silicon/SoC Device Tree Source (pre include)
Dmpc8536si-pre.dtsi2 * MPC8536 Silicon/SoC Device Tree Source (pre include)
Dmpc8544si-pre.dtsi2 * MPC8544 Silicon/SoC Device Tree Source (pre include)
Dp1021si-pre.dtsi2 * P1021/P1012 Silicon/SoC Device Tree Source (pre include)
Dbsc9132si-pre.dtsi2 * BSC9132 Silicon/SoC Device Tree Source (pre include)
Dmpc8572si-pre.dtsi2 * MPC8572 Silicon/SoC Device Tree Source (pre include)
Dmpc8548si-pre.dtsi2 * MPC8548 Silicon/SoC Device Tree Source (pre include)
Dc293si-pre.dtsi2 * C293 Silicon/SoC Device Tree Source (pre include)
Dmpc8569si-pre.dtsi2 * MPC8569 Silicon/SoC Device Tree Source (pre include)
Dp1020si-pre.dtsi2 * P1020/P1011 Silicon/SoC Device Tree Source (pre include)
Dp1022si-pre.dtsi2 * P1022/P1013 Silicon/SoC Device Tree Source (pre include)
Dmpc8568si-pre.dtsi2 * MPC8568 Silicon/SoC Device Tree Source (pre include)
Dp1010si-pre.dtsi2 * P1010/P1014 Silicon/SoC Device Tree Source (pre include)
Db4420si-pre.dtsi2 * B4420 Silicon/SoC Device Tree Source (pre include)
Dp2020si-pre.dtsi2 * P2020/P2010 Silicon/SoC Device Tree Source (pre include)
Dp1023si-pre.dtsi2 * P1023/P1017 Silicon/SoC Device Tree Source (pre include)
Dt208xsi-pre.dtsi2 * T2080/T2081 Silicon/SoC Device Tree Source (pre include)
Db4860si-pre.dtsi2 * B4860 Silicon/SoC Device Tree Source (pre include)
Dp5020si-pre.dtsi2 * P5020/P5010 Silicon/SoC Device Tree Source (pre include)
Dt104xsi-pre.dtsi2 * T1040/T1042 Silicon/SoC Device Tree Source (pre include)
Dp2041si-pre.dtsi2 * P2041 Silicon/SoC Device Tree Source (pre include)
Dp3041si-pre.dtsi2 * P3041 Silicon/SoC Device Tree Source (pre include)
Dp5040si-pre.dtsi2 * P5040 Silicon/SoC Device Tree Source (pre include)
Dt4240si-pre.dtsi2 * T4240 Silicon/SoC Device Tree Source (pre include)
Dp4080si-pre.dtsi2 * P4080/P4040 Silicon/SoC Device Tree Source (pre include)
/linux-4.1.27/drivers/gpu/drm/sti/
DNOTES13 - The TV OUT pre-formats (convert, clip, round) the compositor output data
/linux-4.1.27/drivers/net/plip/
DKconfig26 driver (<http://oak.oakland.edu/simtel.net/msdos/pktdrvr-pre.html>)
/linux-4.1.27/arch/ia64/
DMakefile38 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
/linux-4.1.27/Documentation/input/
Dgameport-programming.txt161 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with
/linux-4.1.27/Documentation/thermal/
Dexynos_thermal38 when temperature exceeds pre-defined levels.
/linux-4.1.27/Documentation/filesystems/
Decryptfs.txt69 mount a directory that has pre-existing files not created by eCryptfs,
Dlocks.txt34 file with flock(). With pre 1.3.96 kernels this could result in deadlocks that,
/linux-4.1.27/arch/m32r/boot/compressed/
Dhead.S106 addi r2, #-4 ; account for pre-inc store
/linux-4.1.27/Documentation/ia64/
Dserial.txt33 pre-2.6.10 pre-2.6.10
Dfsys.txt139 execution may be pre-empted and resumed on another CPU at any given
280 The ELF DSO is a pre-linked library that is mapped in by the kernel at
/linux-4.1.27/arch/x86/
DKconfig.cpu32 - "Pentium-II" for the Intel Pentium II or pre-Coppermine Celeron.
80 bool "Pentium-II/Celeron(pre-Coppermine)"
84 pre-Coppermine Celeron core. This option enables an unaligned
234 Note, this kernel will not boot on older (pre model 9) C3s.
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt51 # compatibility symlink for the pre-oneiric locations
/linux-4.1.27/Documentation/i2c/
Di2c-stub32 2. use i2cset (from the i2c-tools project) to pre-load some data
/linux-4.1.27/drivers/staging/android/
Dashmem.c214 size_t pre = range_size(range); in range_shrink() local
220 lru_count -= pre - range_size(range); in range_shrink()
/linux-4.1.27/Documentation/leds/
Dleds-lm3556.txt47 and 4 patterns are pre-defined in indicator_pattern array.
/linux-4.1.27/Documentation/
Dinit.txt21 to be pre-loaded by an initrd)
Dintel_txt.txt39 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that
76 pre-launch components can be removed from the trust chain, DMA
Dmedia-framework.txt123 pre-allocates a number of links equal to the number of pads plus an optional
199 pre-allocated and grows dynamically as needed.
Dmagic-number.txt118 ROUTER_MAGIC 0x524d4157 wan_device [in wanrouter.h pre 3.9]
Dbinfmt_misc.txt95 - enable support for packed DOS applications (pre-configured dosemu hdimages):
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dfsl-asoc-card.txt44 source. There're a few pre-designed board connectors:
/linux-4.1.27/sound/pci/hda/
DKconfig49 Specifies the default pre-allocated buffer-size in kB for the
54 Note that the pre-allocation size can be changed dynamically
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt15 pre-existing readers have finished. These old versions are needed because
22 pre-existing readers have completed. An updater wishing to delete an
175 for any pre-existing callbacks to complete.
DNMI-RCU.txt111 to the new NMI handler, but the old pre-initialized
Drculist_nulls.txt67 solved by pre-fetching the "next" field (with proper barriers) before
/linux-4.1.27/drivers/mmc/host/
Drtsx_pci_sdmmc.c161 struct mmc_data *data, bool pre) in sd_pre_dma_transfer() argument
168 if (!pre && data->host_cookie && data->host_cookie != host->cookie) { in sd_pre_dma_transfer()
175 if (pre || data->host_cookie != host->cookie) { in sd_pre_dma_transfer()
182 if (pre) { in sd_pre_dma_transfer()
Ds3cmci.c153 u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer, bsize; in dbg_dumpregs() local
157 pre = readl(host->base + S3C2410_SDIPRE); in dbg_dumpregs()
174 prefix, con, pre, timer); in dbg_dumpregs()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dstmmac.txt17 The 1st cell is reset pre-delay in micro seconds.
/linux-4.1.27/Documentation/device-mapper/
Ddm-io.txt37 for the I/O. This service can be handy if the caller has a pre-assembled bio,
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_uclo.c206 struct icp_qat_uof_batch_init *pre; in qat_uclo_cleanup_batch_init_list() local
208 pre = umem_init; in qat_uclo_cleanup_batch_init_list()
210 kfree(pre); in qat_uclo_cleanup_batch_init_list()
/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt6 pre-fetch makes the cache overhead relatively significant. If the DMA
/linux-4.1.27/Documentation/vm/
Dactive_mm.txt76 Anyway, I put a pre-patch-2.3.13-1 on ftp.kernel.org just a moment ago,
Dfrontswap.txt98 server configured with a large amount of RAM... without pre-configuring
260 swap device, that page is only taking up low-value pre-allocated disk
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES42 mode was pre-decrement or post-increment and the address register
/linux-4.1.27/net/core/
Dflow_dissector.c183 __be32 pre[3]; in __skb_flow_dissect() member
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-core.c730 static const u32 pre[] = { 0, 0, 0, 3, 2, 1 }; in set_pll() local
742 reg = (pll & 0x3ffffff) | (pre[prescale] << 26); in set_pll()
/linux-4.1.27/drivers/ata/
Dsata_mv.c547 u32 pre; member
3127 hpriv->signal[idx].pre = tmp & 0x1800; /* bits 12:11 */ in mv5_read_preamp()
3165 tmp |= hpriv->signal[port].pre; in mv5_phy_errata()
3340 hpriv->signal[idx].pre = 0x1 << 5; in mv6_read_preamp()
3348 hpriv->signal[idx].pre = tmp & 0xe0; /* bits 7:5 */ in mv6_read_preamp()
3420 m2 |= hpriv->signal[port].pre; in mv6_phy_errata()
3450 hpriv->signal[idx].pre = tmp & 0xe0; /* bits 7:5 */ in mv_soc_read_preamp()
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt118 ROUTER_MAGIC 0x524d4157 wan_device [in wanrouter.h pre 3.9]
/linux-4.1.27/Documentation/power/
Ddevices.txt537 a system image to be loaded into memory and the pre-hibernation memory contents
541 pre-hibernation memory contents restored by the boot loader, in practice this
546 the system image, restores the pre-hibernation memory contents, and passes
563 Should the restoration of the pre-hibernation memory contents fail, the boot
566 happens only rarely. Most often the pre-hibernation memory contents are
570 To achieve this, the image kernel must restore the devices' pre-hibernation
Dstates.txt90 is restored to its pre-suspend state.
Dpci.txt623 pre-hibernation memory contents to be restored before the pre-hibernation system
640 Should the restoration of the pre-hibernation memory contents fail, the boot
645 If the pre-hibernation memory contents are restored successfully, which is the
648 it must restore the devices' pre-hibernation functionality, which is done much
835 This callback is responsible for restoring the pre-suspend configuration of the
859 This callback is responsible for restoring the pre-freeze configuration of
897 - during system restore, when the system is going back to its pre-hibernation
/linux-4.1.27/Documentation/aoe/
Daoe.txt142 to be pre-created using a static minor-number scheme with the
/linux-4.1.27/sound/oss/
DCHANGELOG266 Since pre-3.0-940712
272 Since pre-3.0-940426
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt134 The buffer pre-allocation information.
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S160 movne r9, #0x0 @ if up set flag up for pre up, hi volt
Dsram242x.S160 movne r9, #0x0 @ if up set flag up for pre up, hi volt
/linux-4.1.27/Documentation/fb/
Dmodedb.txt70 pre-defined modes approved by VESA(TM). The second is the Generalized Timing
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt317 This process can be automated by specifying pre- or post- dependencies in the
334 softdep rio-scan pre: idt_gen2 idtcps tsi57x
/linux-4.1.27/arch/arm/mm/
DKconfig719 Support for the BE-32 (big-endian) mode on pre-ARMv6 processors.
784 An SMP system using a pre-ARMv6 processor (there are apparently
792 SMP on a pre-ARMv6 processor? Well OK then.
/linux-4.1.27/drivers/mtd/chips/
DKconfig153 A subset of them are pre-programmed at the factory with a
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME127 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state>
/linux-4.1.27/Documentation/arm/
DBooting191 unless the virtualisations are already in use by a pre-installed

12