/linux-4.1.27/tools/build/feature/ |
D | test-all.c | 12 #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 …]
|
D | test-compile.c | 1 int main(void) in main() function
|
D | test-libbabeltrace.c | 5 int main(void) in main() function
|
D | test-libnuma.c | 4 int main(void) in main() function
|
D | test-bionic.c | 3 int main(void) in main() function
|
D | test-fortify-source.c | 3 int main(void) in main() function
|
D | test-libperl.c | 4 int main(void) in main() function
|
D | test-stackprotector-all.c | 3 int main(void) in main() function
|
D | test-libpython.c | 3 int main(void) in main() function
|
D | test-hello.c | 3 int main(void) in main() function
|
D | test-libslang.c | 3 int main(void) in main() function
|
D | test-libdw-dwarf-unwind.c | 4 int main(void) in main() function
|
D | test-libpython-version.c | 7 int main(void) in main() function
|
D | test-glibc.c | 3 int main(void) in main() function
|
D | test-zlib.c | 3 int main(void) in main() function
|
D | test-libelf-getphdrnum.c | 3 int main(void) in main() function
|
D | test-libelf.c | 3 int main(void) in main() function
|
D | test-libaudit.c | 5 int main(void) in main() function
|
D | test-dwarf.c | 5 int main(void) in main() function
|
D | test-libelf-mmap.c | 3 int main(void) in main() function
|
D | test-backtrace.c | 4 int main(void) in main() function
|
D | test-libbfd.c | 5 int main(void) in main() function
|
D | test-cplus-demangle.c | 4 int main(void) in main() function
|
D | test-lzma.c | 3 int main(void) in main() function
|
D | test-timerfd.c | 6 int main(void) in main() function
|
D | test-gtk2.c | 5 int main(int argc, char *argv[]) in main() function
|
D | test-gtk2-infobar.c | 5 int main(int argc, char *argv[]) in main() function
|
D | test-pthread-attr-setaffinity-np.c | 5 int main(void) in main() function
|
D | test-sync-compare-and-swap.c | 5 int main(int argc, char *argv[]) in main() function
|
D | test-libunwind-debug-frame.c | 12 int main(void) in main() function
|
D | test-libunwind.c | 15 int main(void) in main() function
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | samsung,s3c24xx-irq.txt | 4 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/ |
D | at91-clock.txt | 33 "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 …]
|
D | keystone-pll.txt | 3 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";
|
D | renesas,r8a73a4-cpg-clocks.txt | 16 - clock-output-names: The names of the clocks. Supported clocks are "main", 29 clock-output-names = "main", "pll0", "pll1", "pll2",
|
D | st,nomadik.txt | 18 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
|
D | renesas,sh73a0-cpg-clocks.txt | 18 - clock-output-names: The names of the clocks. Supported clocks are "main", 31 clock-output-names = "main", "pll0", "pll1", "pll2",
|
D | renesas,rcar-gen2-cpg-clocks.txt | 20 - clock-output-names: The names of the clocks. Supported clocks are "main", 34 clock-output-names = "main", "pll0, "pll1", "pll3",
|
D | ti-keystone-pllctrl.txt | 3 The main pll controller used to drive theC66x CorePacs, the switch fabric,
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 496 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/ |
D | bfticu.txt | 4 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
|
D | ab8500.txt | 37 : 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/ |
D | kselftest_install.sh | 13 main() function 37 main "$@"
|
D | gen_kselftest_tar.sh | 12 main() function 55 main "$@"
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_fr.c | 120 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/ |
D | st,stih4xx.txt | 13 - 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/ |
D | entry-macro.S | 18 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/ |
D | Build.txt | 14 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/ |
D | twatch.py | 18 def main(): function 41 main()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | rockchip-dwmac.txt | 11 - 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.
|
D | calxeda-xgmac.txt | 6 - interrupts : Should contain 3 xgmac interrupts. The 1st is main interrupt.
|
/linux-4.1.27/arch/um/os-Linux/ |
D | Makefile | 6 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/ |
D | m5mols_capture.c | 97 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/ |
D | show_delta | 80 def main(): function 128 main()
|
D | diffconfig | 67 def main(): function 131 main()
|
D | gcc-goto.sh | 6 int main(void)
|
/linux-4.1.27/drivers/media/i2c/ |
D | msp3400-kthreads.c | 38 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/ |
D | cpupower.c | 45 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/ |
D | draw_functrace.py | 112 def main(): function 129 main()
|
/linux-4.1.27/drivers/power/ |
D | apm_power.c | 36 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/ |
D | dummy.c | 1 int main(void) in main() function
|
D | calc_vmlinuz_load_addr.c | 17 int main(int argc, char *argv[]) in main() function
|
/linux-4.1.27/arch/powerpc/boot/ |
D | dummy.c | 1 int main(void) in main() function
|
/linux-4.1.27/Documentation/arm/sunxi/ |
D | clocks.txt | 7 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/ |
D | Kconfig.char | 70 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/ |
D | asm-offsets.c | 10 int main(void) in main() function
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | trivial_32bit_program.c | 13 int main() in main() function
|
D | trivial_64bit_program.c | 13 int main() in main() function
|
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/ |
D | Makefile | 1 bcm47xxnflash-y += main.o
|
/linux-4.1.27/scripts/kconfig/ |
D | check.sh | 5 int main()
|
/linux-4.1.27/tools/lib/lockdep/tests/ |
D | unlock_balance.c | 3 void main(void) in main() function
|
D | WW.c | 3 void main(void) in main() function
|
D | AA.c | 3 void main(void) in main() function
|
D | ABBA.c | 4 void main(void) in main() function
|
D | ABCABC.c | 4 void main(void) in main() function
|
D | ABBCCA.c | 4 void main(void) in main() function
|
D | ABCDBDDA.c | 4 void main(void) in main() function
|
D | ABCDBCDA.c | 4 void main(void) in main() function
|
D | ABBCCDDA.c | 4 void main(void) in main() function
|
/linux-4.1.27/tools/build/tests/ex/ |
D | ex.c | 9 int main(void) in main() function
|
/linux-4.1.27/drivers/tty/ipwireless/ |
D | Makefile | 7 ipwireless-y := hardware.o main.o network.o tty.o
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | Makefile | 2 alx-objs := main.o ethtool.o hw.o
|
/linux-4.1.27/drivers/nfc/nfcmrvl/ |
D | Makefile | 5 nfcmrvl-y += main.o
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | Makefile | 2 omapfb-y := omapfb-main.o omapfb-sysfs.o omapfb-ioctl.o
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | Makefile | 1 obj-y := main.o if.o generic.o cleanup.o
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | Makefile | 2 wcn36xx-y += main.o \
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm70 | 38 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/ |
D | tracex1_user.c | 7 int main(int ac, char **argv) in main() function
|
D | sockex2_user.c | 14 int main(int ac, char **argv) in main() function
|
D | sockex1_user.c | 9 int main(int ac, char **argv) in main() function
|
D | tracex4_user.c | 51 int main(int ac, char **argv) in main() function
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | Makefile | 2 main.o \
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | Makefile | 7 vxge-objs := vxge-config.o vxge-traffic.o vxge-ethtool.o vxge-main.o
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | Makefile | 1 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
|
/linux-4.1.27/Documentation/watchdog/src/ |
D | watchdog-simple.c | 6 int main(void) in main() function
|
D | watchdog-test.c | 41 int main(int argc, char *argv[]) in main() function
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/ |
D | Makefile | 2 main.o \
|
/linux-4.1.27/drivers/net/wireless/libertas_tf/ |
D | Makefile | 1 libertas_tf-objs := main.o cmd.o
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | Makefile | 1 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/ |
D | Makefile | 9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
|
/linux-4.1.27/scripts/basic/ |
D | bin2c.c | 12 int main(int argc, char *argv[]) in main() function
|
/linux-4.1.27/Documentation/pcmcia/ |
D | locking.txt | 60 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
|
D | crc32hash.c | 23 int main(int argc, char **argv) { in main() function
|
/linux-4.1.27/net/mac802154/ |
D | Makefile | 2 mac802154-objs := main.o rx.o tx.o mac_cmd.o mib.o \
|
/linux-4.1.27/tools/perf/ |
D | perf-read-vdso.c | 12 int main(void) in main() function
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | reg_access_test.c | 36 int main(void) in main() function
|
D | close_clears_pmcc_test.c | 56 int main(void) in main() function
|
D | no_handler_test.c | 58 int main(void) in main() function
|
D | fork_cleanup_test.c | 76 int main(void) in main() function
|
D | cycles_test.c | 55 int main(void) in main() function
|
D | lost_exception_test.c | 97 int main(void) in main() function
|
D | task_event_vs_ebb_test.c | 80 int main(void) in main() function
|
D | ebb_on_child_test.c | 83 int main(void) in main() function
|
D | cycles_with_mmcr2_test.c | 88 int main(void) in main() function
|
D | cpu_event_vs_ebb_test.c | 86 int main(void) in main() function
|
D | ebb_on_willing_child_test.c | 89 int main(void) in main() function
|
D | pmc56_overflow_test.c | 90 int main(void) in main() function
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | Makefile | 3 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/ |
D | Makefile | 10 main.o \
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | Makefile | 1 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/ |
D | Makefile | 3 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/ |
D | Makefile | 1 p54common-objs := eeprom.o fwio.o txrx.o main.o
|
/linux-4.1.27/tools/net/ |
D | bpf_asm.c | 28 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | Makefile | 10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/linux-4.1.27/drivers/misc/cxl/ |
D | Makefile | 1 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/ |
D | create-read.c | 11 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/arch/x86/boot/ |
D | mkcpustr.c | 23 int main(void) in main() function
|
/linux-4.1.27/fs/ecryptfs/ |
D | Makefile | 7 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
|
/linux-4.1.27/net/caif/ |
D | Kconfig | 40 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/ |
D | bin2hex.c | 5 int main( int argc, const char * argv [] ) in main() function
|
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/ |
D | Makefile | 14 fs_enet-objs := fs_enet-main.o $(fs_enet-m)
|
/linux-4.1.27/fs/fscache/ |
D | Makefile | 9 main.o \
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Makefile | 3 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
|
/linux-4.1.27/drivers/base/power/ |
D | Makefile | 2 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | Makefile | 3 amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Makefile | 2 b43legacy-y += main.o
|
/linux-4.1.27/samples/seccomp/ |
D | bpf-direct.c | 163 int main(int argc, char **argv) in main() function 186 int main(void) in main() function
|
D | dropper.c | 52 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | stih407.dtsi | 14 vtg_main: sti-vtg-main@8d02800 { 79 reset-names = "compo-main", "compo-aux";
|
D | at91sam9261.dtsi | 580 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>;
|
D | at91sam9n12.dtsi | 109 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/ |
D | dnotify_test.c | 15 int main(void) in main() function
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | l3_bank_test.c | 45 int main(void) in main() function
|
/linux-4.1.27/Documentation/vDSO/ |
D | vdso_test.c | 22 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | Makefile | 4 main.o \
|
/linux-4.1.27/fs/dlm/ |
D | Makefile | 7 main.o \
|
/linux-4.1.27/tools/testing/selftests/powerpc/mm/ |
D | hugetlb_vs_thp_test.c | 73 int main(void) in main() function
|
/linux-4.1.27/drivers/media/common/siano/ |
D | Makefile | 2 smsdvb-objs := smsdvb-main.o
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | Makefile | 1 wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
|
/linux-4.1.27/kernel/power/ |
D | Makefile | 5 obj-$(CONFIG_PM) += main.o
|
/linux-4.1.27/tools/testing/selftests/powerpc/tm/ |
D | tm-resched-dscr.c | 95 int main(void) in main() function
|
/linux-4.1.27/scripts/mod/ |
D | mk_elfconfig.c | 7 main(int argc, char **argv) in main() function
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | skew_consistency.c | 53 int main(int argv, char **argc) in main() function
|
D | set-tai.c | 61 int main(int argc, char **argv) in main() function
|
D | change_skew.c | 69 int main(int argv, char **argc) in main() function
|
/linux-4.1.27/drivers/clk/at91/ |
D | Makefile | 6 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | Makefile | 6 ccp-crypto-objs := ccp-crypto-main.o \
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | digicolor-timer.txt | 9 - clocks: phandle to the main clock
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | Makefile | 3 iwldvm-objs += main.o rs.o mac80211.o ucode.o tx.o
|
/linux-4.1.27/Documentation/ |
D | stable_api_nonsense.txt | 21 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/ |
D | Makefile | 12 ath-objs := main.o \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgk20a.c | 42 .main = gk104_grctx_generate_main,
|
D | ctxgk110b.c | 83 .main = gk104_grctx_generate_main,
|
D | ctxgf104.c | 93 .main = gf100_grctx_generate_main,
|
D | ctxgm206.c | 63 .main = gm204_grctx_generate_main,
|
D | ctxgf110.c | 344 .main = gf100_grctx_generate_main,
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | Makefile | 4 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/ |
D | Makefile | 17 main.o \
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | Makefile | 1 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/ |
D | Makefile | 3 wil6210-y := main.o
|
/linux-4.1.27/fs/gfs2/ |
D | Makefile | 4 glops.o log.o lops.o main.o meta_io.o \
|
/linux-4.1.27/arch/alpha/boot/ |
D | Makefile | 46 $(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/ |
D | intel_gsic.c | 16 int main (void) in main() function
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | Makefile | 6 libertas-y += main.o
|
/linux-4.1.27/drivers/bcma/ |
D | Makefile | 1 bcma-y += main.o scan.o core.o sprom.o
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Makefile | 33 ath6kl_core-y += main.o
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | asm-offsets.c | 42 int main(void) in main() function
|
/linux-4.1.27/Documentation/prctl/ |
D | disable-tsc-on-off-stress-test.c | 81 int main(int argc, char **argv) in main() function
|
D | disable-tsc-ctxt-sw-stress-test.c | 77 int main(int argc, char **argv) in main() function
|
D | disable-tsc-test.c | 60 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | wakemain.c | 64 void main(void) in main() function
|
/linux-4.1.27/drivers/ssb/ |
D | Makefile | 2 ssb-y += main.o scan.o
|
/linux-4.1.27/drivers/vlynq/ |
D | Kconfig | 10 to appear into the system's main memory.
|
/linux-4.1.27/arch/m68k/tools/amiga/ |
D | dmesg.c | 41 int main(int argc, char *argv[]) in main() function
|
/linux-4.1.27/init/ |
D | Makefile | 5 obj-y := main.o version.o mounts.o
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 14 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/ |
D | Victor | 8 Of course Victor is using Linux as its main operating system.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | Makefile | 30 main.o \
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | map_hugetlb.c | 60 int main(void) in main() function
|
D | hugepage-shm.c | 54 int main(void) in main() function
|
D | hugepage-mmap.c | 64 int main(void) in main() function
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | Makefile | 4 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/ |
D | memset.S | 121 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/ |
D | isil,isl12057.txt | 41 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/ |
D | dma-engine.txt | 3 The Octeon DMA Engine transfers between the Boot Bus and main memory.
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | mkpiggy.c | 34 int main(int argc, char *argv[]) in main() function
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_crt0.S | 88 brsl $0, main
|
/linux-4.1.27/tools/cgroup/ |
D | cgroup_event_listener.c | 21 int main(int argc, char **argv) in main() function
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 50 main() {}
|
/linux-4.1.27/drivers/misc/mei/ |
D | Makefile | 10 mei-objs += main.o
|