Home
last modified time | relevance | path

Searched refs:main (Results 1 – 200 of 804) sorted by relevance

12345

/linux-4.1.27/tools/build/feature/
Dtest-all.c12 #define main main_test_libpython macro
14 #undef main
16 #define main main_test_libpython_version macro
18 #undef main
20 #define main main_test_libperl macro
22 #undef main
24 #define main main_test_hello macro
26 #undef main
28 #define main main_test_libelf macro
30 #undef main
[all …]
Dtest-compile.c1 int main(void) in main() function
Dtest-libbabeltrace.c5 int main(void) in main() function
Dtest-libnuma.c4 int main(void) in main() function
Dtest-bionic.c3 int main(void) in main() function
Dtest-fortify-source.c3 int main(void) in main() function
Dtest-libperl.c4 int main(void) in main() function
Dtest-stackprotector-all.c3 int main(void) in main() function
Dtest-libpython.c3 int main(void) in main() function
Dtest-hello.c3 int main(void) in main() function
Dtest-libslang.c3 int main(void) in main() function
Dtest-libdw-dwarf-unwind.c4 int main(void) in main() function
Dtest-libpython-version.c7 int main(void) in main() function
Dtest-glibc.c3 int main(void) in main() function
Dtest-zlib.c3 int main(void) in main() function
Dtest-libelf-getphdrnum.c3 int main(void) in main() function
Dtest-libelf.c3 int main(void) in main() function
Dtest-libaudit.c5 int main(void) in main() function
Dtest-dwarf.c5 int main(void) in main() function
Dtest-libelf-mmap.c3 int main(void) in main() function
Dtest-backtrace.c4 int main(void) in main() function
Dtest-libbfd.c5 int main(void) in main() function
Dtest-cplus-demangle.c4 int main(void) in main() function
Dtest-lzma.c3 int main(void) in main() function
Dtest-timerfd.c6 int main(void) in main() function
Dtest-gtk2.c5 int main(int argc, char *argv[]) in main() function
Dtest-gtk2-infobar.c5 int main(int argc, char *argv[]) in main() function
Dtest-pthread-attr-setaffinity-np.c5 int main(void) in main() function
Dtest-sync-compare-and-swap.c5 int main(int argc, char *argv[]) in main() function
Dtest-libunwind-debug-frame.c12 int main(void) in main() function
Dtest-libunwind.c15 int main(void) in main() function
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dsamsung,s3c24xx-irq.txt4 varying number of interrupt sources. The set consists of a main- and sub-
5 controller and on newer SoCs even a second main controller.
22 - 0 ... main controller
24 - 2 ... second main controller on s3c2416 and s3c2450
25 parent_irq contains the parent bit in the main controller and will be
26 ignored in main controllers
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dat91-clock.txt33 "atmel,at91rm9200-clk-main-osc"
34 "atmel,at91sam9x5-clk-main-rc-osc"
35 at91 main clk sources
37 "atmel,at91sam9x5-clk-main"
38 "atmel,at91rm9200-clk-main":
39 at91 main clock
113 - clocks : shall encode the main osc source clk sources (see atmel datasheet).
146 0 (AT91_PMC_MOSCS) -> main oscillator ready
152 16 (AT91_PMC_MOSCSELS) -> main oscillator selected
153 17 (AT91_PMC_MOSCRCS) -> RC main oscillator stabilized
[all …]
Dkeystone-pll.txt3 Binding for keystone PLLs. The main PLL IP typically has a multiplier,
15 - compatible : shall be "ti,keystone,main-pll-clock" or "ti,keystone,pll-clock"
19 post-divider registers are applicable only for main pll clock
26 compatible = "ti,keystone,main-pll-clock";
Drenesas,r8a73a4-cpg-clocks.txt16 - clock-output-names: The names of the clocks. Supported clocks are "main",
29 clock-output-names = "main", "pll0", "pll1", "pll2",
Dst,nomadik.txt18 i.e. the driver output for the main (~19.2 MHz) chrystal,
24 which should both have the main chrystal, represented as a
31 - clocks: this clock will have main chrystal as parent
Drenesas,sh73a0-cpg-clocks.txt18 - clock-output-names: The names of the clocks. Supported clocks are "main",
31 clock-output-names = "main", "pll0", "pll1", "pll2",
Drenesas,rcar-gen2-cpg-clocks.txt20 - clock-output-names: The names of the clocks. Supported clocks are "main",
34 clock-output-names = "main", "pll0, "pll1", "pll3",
Dti-keystone-pllctrl.txt3 The main pll controller used to drive theC66x CorePacs, the switch fabric,
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-risc.c496 btv->main.cpu[RISC_SLOT_LOOP] = cpu_to_le32(cmd); in bttv_set_dma()
502 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_set_dma()
519 if ((rc = btcx_riscmem_alloc(btv->c.pci,&btv->main,PAGE_SIZE)) < 0) in bttv_risc_init_main()
522 btv->c.nr, (unsigned long long)btv->main.dma); in bttv_risc_init_main()
524 btv->main.cpu[0] = cpu_to_le32(BT848_RISC_SYNC | BT848_RISC_RESYNC | in bttv_risc_init_main()
526 btv->main.cpu[1] = cpu_to_le32(0); in bttv_risc_init_main()
527 btv->main.cpu[2] = cpu_to_le32(BT848_RISC_JUMP); in bttv_risc_init_main()
528 btv->main.cpu[3] = cpu_to_le32(btv->main.dma + (4<<2)); in bttv_risc_init_main()
531 btv->main.cpu[4] = cpu_to_le32(BT848_RISC_JUMP); in bttv_risc_init_main()
532 btv->main.cpu[5] = cpu_to_le32(btv->main.dma + (6<<2)); in bttv_risc_init_main()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
10 - interrupts: the main IRQ line to signal the collected IRQs
13 - interrupt-parent: the parent IRQ ctrl the main IRQ is connected to
Dab8500.txt37 : MAIN_CH_UNPLUG_DET : : main charger unplug detection management (not in 8505)
38 : MAIN_CHARGE_PLUG_DET : : main charger plug detection management (not in 8505)
39 : MAIN_EXT_CH_NOT_OK : : main charger not OK
40 : MAIN_CH_TH_PROT_R : : Die temp is above main charger
41 : MAIN_CH_TH_PROT_F : : Die temp is below main charger
/linux-4.1.27/tools/testing/selftests/
Dkselftest_install.sh13 main() function
37 main "$@"
Dgen_kselftest_tar.sh12 main() function
55 main "$@"
/linux-4.1.27/drivers/net/wan/
Dhdlc_fr.c120 struct net_device *main; member
223 return pvc->main || pvc->ether; in pvc_is_used()
230 if (pvc->main) in pvc_carrier()
231 if (!netif_carrier_ok(pvc->main)) in pvc_carrier()
232 netif_carrier_on(pvc->main); in pvc_carrier()
237 if (pvc->main) in pvc_carrier()
238 if (netif_carrier_ok(pvc->main)) in pvc_carrier()
239 netif_carrier_off(pvc->main); in pvc_carrier()
272 return &pvc->main; in get_dev_p()
452 pvc->main ? pvc->main->name : "", in fr_log_dlci_active()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/gpu/
Dst,stih4xx.txt13 - compatible: "st,vtac-main" or "st,vtac-aux"
42 - st,vtg: phandle(s) on vtg device (main and aux) nodes.
116 - st,vtg: phandle on vtg main device node.
123 vtg_main_slave: sti-vtg-main-slave@fe85A800 {
129 vtg_main: sti-vtg-main-master@fd348000 {
148 sti-vtac-rx-main@fee82800 {
149 compatible = "st,vtac-main";
162 sti-vtac-tx-main@fd349000 {
163 compatible = "st,vtac-main";
187 reset-names = "compo-main", "compo-aux";
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/
Dentry-macro.S18 ldr \irqstat, [\base, #0] @ main cause
19 ldr \tmp, [\base, #(MAIN_IRQ_MASK - MAIN_IRQ_CAUSE)] @ main mask
/linux-4.1.27/tools/perf/Documentation/
DBuild.txt14 top level Makefile working as a wrapper that calls the main
18 main makefile that triggers build of all perf objects including
22 main makefile of the build framework
/linux-4.1.27/tools/perf/python/
Dtwatch.py18 def main(): function
41 main()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Drockchip-dwmac.txt11 - clocks: <&cru SCLK_MAC>: clock selector for main clock, from PLL or PHY.
23 - clock_in_out: For RGMII, it must be "input", means main clock(125MHz)
29 - assigned-clocks: main clock, should be <&cru SCLK_MAC>;
30 - assigned-clock-parents = parent of main clock.
Dcalxeda-xgmac.txt6 - interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt.
/linux-4.1.27/arch/um/os-Linux/
DMakefile6 obj-y = aio.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
13 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
/linux-4.1.27/drivers/media/i2c/m5mols/
Dm5mols_capture.c97 ret = m5mols_read_u32(sd, CAPC_IMAGE_SIZE, &info->cap.main); in m5mols_capture_info()
101 info->cap.total = info->cap.main + info->cap.thumb; in m5mols_capture_info()
150 size = captured ? info->cap.main : 0; in m5mols_start_capture()
/linux-4.1.27/scripts/
Dshow_delta80 def main(): function
128 main()
Ddiffconfig67 def main(): function
131 main()
Dgcc-goto.sh6 int main(void)
/linux-4.1.27/drivers/media/i2c/
Dmsp3400-kthreads.c38 int main, second; member
390 if (state->main == state->second) in msp3400c_print_mode()
393 state->main / 910000, (state->main / 910) % 1000); in msp3400c_print_mode()
397 state->main / 910000, (state->main / 910) % 1000); in msp3400c_print_mode()
406 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) { in msp3400c_print_mode()
610 state->main = msp3400c_carrier_detect_main[max1].cdo; in msp3400c_thread()
669 msp3400c_set_carrier(client, state->second, state->main); in msp3400c_thread()
770 state->main = msp_stdlist[i].main; in msp3410d_thread()
/linux-4.1.27/tools/power/cpupower/utils/
Dcpupower.c45 int (*main)(int, const char **); member
171 int main(int argc, const char *argv[]) in main() function
222 ret = p->main(argc, argv); in main()
/linux-4.1.27/scripts/tracing/
Ddraw_functrace.py112 def main(): function
129 main()
/linux-4.1.27/drivers/power/
Dapm_power.c36 struct power_supply *main; member
53 bp->main = bp->bat; in __find_main_battery()
80 bp.main = main_battery; in find_main_battery()
85 main_battery = bp.main; in find_main_battery()
/linux-4.1.27/arch/mips/boot/compressed/
Ddummy.c1 int main(void) in main() function
Dcalc_vmlinuz_load_addr.c17 int main(int argc, char *argv[]) in main() function
/linux-4.1.27/arch/powerpc/boot/
Ddummy.c1 int main(void) in main() function
/linux-4.1.27/Documentation/arm/sunxi/
Dclocks.txt7 Q: Why is the main 24MHz oscillator gatable? Wouldn't that break the
36 Finally you can gate the main oscillator
/linux-4.1.27/arch/um/
DKconfig.char70 string "Default main console channel initialization"
73 This is the string describing the channel to which the main console
76 main console to stdin and stdout.
84 except the main console will be attached by default. This value can
/linux-4.1.27/arch/metag/kernel/
Dasm-offsets.c10 int main(void) in main() function
/linux-4.1.27/tools/testing/selftests/x86/
Dtrivial_32bit_program.c13 int main() in main() function
Dtrivial_64bit_program.c13 int main() in main() function
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/
DMakefile1 bcm47xxnflash-y += main.o
/linux-4.1.27/scripts/kconfig/
Dcheck.sh5 int main()
/linux-4.1.27/tools/lib/lockdep/tests/
Dunlock_balance.c3 void main(void) in main() function
DWW.c3 void main(void) in main() function
DAA.c3 void main(void) in main() function
DABBA.c4 void main(void) in main() function
DABCABC.c4 void main(void) in main() function
DABBCCA.c4 void main(void) in main() function
DABCDBDDA.c4 void main(void) in main() function
DABCDBCDA.c4 void main(void) in main() function
DABBCCDDA.c4 void main(void) in main() function
/linux-4.1.27/tools/build/tests/ex/
Dex.c9 int main(void) in main() function
/linux-4.1.27/drivers/tty/ipwireless/
DMakefile7 ipwireless-y := hardware.o main.o network.o tty.o
/linux-4.1.27/drivers/net/ethernet/atheros/alx/
DMakefile2 alx-objs := main.o ethtool.o hw.o
/linux-4.1.27/drivers/nfc/nfcmrvl/
DMakefile5 nfcmrvl-y += main.o
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
DMakefile2 omapfb-y := omapfb-main.o omapfb-sysfs.o omapfb-ioctl.o
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
DMakefile1 obj-y := main.o if.o generic.o cleanup.o
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
DMakefile2 wcn36xx-y += main.o \
/linux-4.1.27/Documentation/hwmon/
Dlm7038 The LM74 and TMP121/TMP123 are very similar; main difference is 13-bit
41 The LM71 is also very similar; main difference is 14-bit temperature
/linux-4.1.27/samples/bpf/
Dtracex1_user.c7 int main(int ac, char **argv) in main() function
Dsockex2_user.c14 int main(int ac, char **argv) in main() function
Dsockex1_user.c9 int main(int ac, char **argv) in main() function
Dtracex4_user.c51 int main(int ac, char **argv) in main() function
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
DMakefile2 main.o \
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
DMakefile7 vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/
DMakefile1 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
/linux-4.1.27/Documentation/watchdog/src/
Dwatchdog-simple.c6 int main(void) in main() function
Dwatchdog-test.c41 int main(int argc, char *argv[]) in main() function
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/
DMakefile2 main.o \
/linux-4.1.27/drivers/net/wireless/libertas_tf/
DMakefile1 libertas_tf-objs := main.o cmd.o
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
DMakefile1 wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
/linux-4.1.27/drivers/input/joystick/iforce/
DMakefile9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
/linux-4.1.27/scripts/basic/
Dbin2c.c12 int main(int argc, char *argv[]) in main() function
/linux-4.1.27/Documentation/pcmcia/
Dlocking.txt60 The "main" struct pcmcia_socket is protected as follows (read-only fields
99 The "main" struct pcmcia_devie is protected as follows (read-only fields
Dcrc32hash.c23 int main(int argc, char **argv) { in main() function
/linux-4.1.27/net/mac802154/
DMakefile2 mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
/linux-4.1.27/tools/perf/
Dperf-read-vdso.c12 int main(void) in main() function
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dreg_access_test.c36 int main(void) in main() function
Dclose_clears_pmcc_test.c56 int main(void) in main() function
Dno_handler_test.c58 int main(void) in main() function
Dfork_cleanup_test.c76 int main(void) in main() function
Dcycles_test.c55 int main(void) in main() function
Dlost_exception_test.c97 int main(void) in main() function
Dtask_event_vs_ebb_test.c80 int main(void) in main() function
Debb_on_child_test.c83 int main(void) in main() function
Dcycles_with_mmcr2_test.c88 int main(void) in main() function
Dcpu_event_vs_ebb_test.c86 int main(void) in main() function
Debb_on_willing_child_test.c89 int main(void) in main() function
Dpmc56_overflow_test.c90 int main(void) in main() function
/linux-4.1.27/drivers/infiniband/hw/mlx5/
DMakefile3 mlx5_ib-y := main.o cq.o doorbell.o qp.o mem.o srq.o mr.o ah.o mad.o
/linux-4.1.27/fs/cachefiles/
DMakefile10 main.o \
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
DMakefile1 carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
/linux-4.1.27/drivers/infiniband/hw/mlx4/
DMakefile3 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o
/linux-4.1.27/drivers/net/wireless/p54/
DMakefile1 p54common-objs := eeprom.o fwio.o txrx.o main.o
/linux-4.1.27/tools/net/
Dbpf_asm.c28 int main(int argc, char **argv) in main() function
/linux-4.1.27/tools/power/cpupower/bench/
DMakefile10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
/linux-4.1.27/drivers/misc/cxl/
DMakefile1 cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o trace.o
/linux-4.1.27/tools/testing/selftests/efivarfs/
Dcreate-read.c11 int main(int argc, char **argv) in main() function
/linux-4.1.27/arch/x86/boot/
Dmkcpustr.c23 int main(void) in main() function
/linux-4.1.27/fs/ecryptfs/
DMakefile7 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/linux-4.1.27/net/caif/
DKconfig40 If you select to build it as a built-in then the main CAIF device must
51 If you select to build it as a built-in then the main CAIF device must
/linux-4.1.27/sound/oss/
Dbin2hex.c5 int main( int argc, const char * argv [] ) in main() function
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
DMakefile14 fs_enet-objs := fs_enet-main.o $(fs_enet-m)
/linux-4.1.27/fs/fscache/
DMakefile9 main.o \
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
DMakefile3 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
/linux-4.1.27/drivers/base/power/
DMakefile2 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
DMakefile3 amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
/linux-4.1.27/drivers/net/wireless/b43legacy/
DMakefile2 b43legacy-y += main.o
/linux-4.1.27/samples/seccomp/
Dbpf-direct.c163 int main(int argc, char **argv) in main() function
186 int main(void) in main() function
Ddropper.c52 int main(int argc, char **argv) in main() function
/linux-4.1.27/arch/arm/boot/dts/
Dstih407.dtsi14 vtg_main: sti-vtg-main@8d02800 {
79 reset-names = "compo-main", "compo-aux";
Dat91sam9261.dtsi580 compatible = "atmel,at91rm9200-clk-main-osc";
586 main: mainck { label
587 compatible = "atmel,at91rm9200-clk-main";
596 clocks = <&main>;
608 clocks = <&main>;
619 clocks = <&slow_xtal>, <&main>, <&plla>, <&pllb>;
636 clocks = <&slow_xtal>, <&main>, <&plla>, <&pllb>;
Dat91sam9n12.dtsi109 compatible = "atmel,at91sam9x5-clk-main-rc-osc";
117 compatible = "atmel,at91rm9200-clk-main-osc";
123 main: mainck { label
124 compatible = "atmel,at91sam9x5-clk-main";
134 clocks = <&main>;
158 clocks = <&main>;
169 clocks = <&clk32k>, <&main>, <&plladiv>, <&pllb>;
186 clocks = <&clk32k>, <&main>, <&plladiv>, <&pllb>, <&mck>;
/linux-4.1.27/Documentation/filesystems/
Ddnotify_test.c15 int main(void) in main() function
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
Dl3_bank_test.c45 int main(void) in main() function
/linux-4.1.27/Documentation/vDSO/
Dvdso_test.c22 int main(int argc, char **argv) in main() function
/linux-4.1.27/drivers/net/wireless/cw1200/
DMakefile4 main.o \
/linux-4.1.27/fs/dlm/
DMakefile7 main.o \
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
Dhugetlb_vs_thp_test.c73 int main(void) in main() function
/linux-4.1.27/drivers/media/common/siano/
DMakefile2 smsdvb-objs := smsdvb-main.o
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
DMakefile1 wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
/linux-4.1.27/kernel/power/
DMakefile5 obj-$(CONFIG_PM) += main.o
/linux-4.1.27/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c95 int main(void) in main() function
/linux-4.1.27/scripts/mod/
Dmk_elfconfig.c7 main(int argc, char **argv) in main() function
/linux-4.1.27/tools/testing/selftests/timers/
Dskew_consistency.c53 int main(int argv, char **argc) in main() function
Dset-tai.c61 int main(int argc, char **argv) in main() function
Dchange_skew.c69 int main(int argv, char **argc) in main() function
/linux-4.1.27/drivers/clk/at91/
DMakefile6 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
/linux-4.1.27/drivers/crypto/ccp/
DMakefile6 ccp-crypto-objs := ccp-crypto-main.o \
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Ddigicolor-timer.txt9 - clocks: phandle to the main clock
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
DMakefile3 iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o
/linux-4.1.27/Documentation/
Dstable_api_nonsense.txt21 you get that only if your driver is in the main kernel tree. You also
22 get lots of other good benefits if your driver is in the main kernel
44 So, there are two main topics here, binary kernel interfaces and stable
92 keep a Linux kernel driver that is not in the main kernel tree up to
152 So, if you have a Linux kernel driver that is not in the main kernel
158 Simple, get your kernel driver into the main kernel tree (remember we
167 The very good side effects of having your driver in the main kernel tree
/linux-4.1.27/drivers/net/wireless/ath/
DMakefile12 ath-objs := main.o \
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgk20a.c42 .main = gk104_grctx_generate_main,
Dctxgk110b.c83 .main = gk104_grctx_generate_main,
Dctxgf104.c93 .main = gf100_grctx_generate_main,
Dctxgm206.c63 .main = gm204_grctx_generate_main,
Dctxgf110.c344 .main = gf100_grctx_generate_main,
/linux-4.1.27/drivers/net/wireless/orinoco/
DMakefile4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
/linux-4.1.27/fs/afs/
DMakefile17 main.o \
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
DMakefile1 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
DMakefile3 wil6210-y := main.o
/linux-4.1.27/fs/gfs2/
DMakefile4 glops.o log.o lops.o main.o meta_io.o \
/linux-4.1.27/arch/alpha/boot/
DMakefile46 $(obj)/main.o: $(obj)/ksize.h
107 OBJ_bootlx := $(obj)/head.o $(obj)/stdio.o $(obj)/main.o
/linux-4.1.27/tools/power/cpupower/debug/i386/
Dintel_gsic.c16 int main (void) in main() function
/linux-4.1.27/drivers/net/wireless/libertas/
DMakefile6 libertas-y += main.o
/linux-4.1.27/drivers/bcma/
DMakefile1 bcma-y += main.o scan.o core.o sprom.o
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
DMakefile33 ath6kl_core-y += main.o
/linux-4.1.27/arch/openrisc/kernel/
Dasm-offsets.c42 int main(void) in main() function
/linux-4.1.27/Documentation/prctl/
Ddisable-tsc-on-off-stress-test.c81 int main(int argc, char **argv) in main() function
Ddisable-tsc-ctxt-sw-stress-test.c77 int main(int argc, char **argv) in main() function
Ddisable-tsc-test.c60 int main(int argc, char **argv) in main() function
/linux-4.1.27/arch/x86/realmode/rm/
Dwakemain.c64 void main(void) in main() function
/linux-4.1.27/drivers/ssb/
DMakefile2 ssb-y += main.o scan.o
/linux-4.1.27/drivers/vlynq/
DKconfig10 to appear into the system's main memory.
/linux-4.1.27/arch/m68k/tools/amiga/
Ddmesg.c41 int main(int argc, char *argv[]) in main() function
/linux-4.1.27/init/
DMakefile5 obj-y := main.o version.o mounts.o
/linux-4.1.27/Documentation/infiniband/
Dipoib.txt14 different P_Key, write the desired P_Key into the main interface's
25 main interface for a subinterface is in "parent."
69 the overhead incurred by handling interrupts. The main code path of
/linux-4.1.27/Documentation/arm/SA1100/
DVictor8 Of course Victor is using Linux as its main operating system.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
DMakefile30 main.o \
/linux-4.1.27/tools/testing/selftests/vm/
Dmap_hugetlb.c60 int main(void) in main() function
Dhugepage-shm.c54 int main(void) in main() function
Dhugepage-mmap.c64 int main(void) in main() function
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
DMakefile4 main.o mcg.o mr.o pd.o port.o profile.o qp.o reset.o sense.o \
/linux-4.1.27/arch/xtensa/lib/
Dmemset.S121 bbci.l a5, 1, .L0 # if now aligned, return to main algorithm
128 j .L0 # dst is now aligned, return to main algorithm
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Disil,isl12057.txt41 Example isl12057 node with IRQ#2 pin connected to main SoC via MPP6 (note
44 SoC, and the main function of the MPP used as IRQ line, i.e.
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/
Ddma-engine.txt3 The Octeon DMA Engine transfers between the Boot Bus and main memory.
/linux-4.1.27/arch/x86/boot/compressed/
Dmkpiggy.c34 int main(int argc, char *argv[]) in main() function
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dspu_save_crt0.S88 brsl $0, main
/linux-4.1.27/tools/cgroup/
Dcgroup_event_listener.c21 int main(int argc, char **argv) in main() function
/linux-4.1.27/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh50 main() {}
/linux-4.1.27/drivers/misc/mei/
DMakefile10 mei-objs += main.o

12345