Searched refs:startup (Results 1 - 200 of 697) sorted by relevance

1234

/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dboot.h4 /* Internal svga startup constants */
/linux-4.1.27/include/linux/amba/
H A Dpl061.h14 u8 directions; /* startup directions, 1: out, 0: in */
15 u8 values; /* startup values */
/linux-4.1.27/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S3 ENTRY(startup)
H A Dhead.S23 .global startup
26 startup: label
/linux-4.1.27/arch/avr32/kernel/
H A Dhead.S2 * Non-board-specific low-level startup code
/linux-4.1.27/arch/cris/boot/rescue/
H A Dhead_v32.S10 #include <mach/startup.inc>
/linux-4.1.27/include/linux/input/
H A Dedt-ft5x06.h16 /* startup defaults for operational parameters */
/linux-4.1.27/include/linux/platform_data/
H A Dirda-pxaficp.h13 int (*startup)(struct device *dev); member in struct:pxaficp_platform_data
H A Dirda-sa11x0.h14 int (*startup)(struct device *); member in struct:irda_platform_data
H A Dasoc-s3c24xx_simtec.h32 void (*startup)(void); member in struct:s3c24xx_audio_simtec_pdata
H A Dat91_adc.h32 * @startup_time: startup time of the ADC in microseconds
/linux-4.1.27/arch/s390/boot/compressed/
H A Dvmlinux.lds.S6 ENTRY(startup)
H A DMakefile22 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T
/linux-4.1.27/drivers/clk/at91/
H A Dclk-slow.c125 unsigned long startup, at91_clk_register_slow_osc()
147 osc->startup_usec = startup; at91_clk_register_slow_osc()
166 u32 startup; of_at91sam9x5_clk_slow_osc_setup() local
171 of_property_read_u32(np, "atmel,startup-time-usec", &startup); of_at91sam9x5_clk_slow_osc_setup()
174 clk = at91_clk_register_slow_osc(sckcr, name, parent_name, startup, of_at91sam9x5_clk_slow_osc_setup()
238 unsigned long startup) at91_clk_register_slow_rc_osc()
261 osc->startup_usec = startup; at91_clk_register_slow_rc_osc()
276 u32 startup = 0; of_at91sam9x5_clk_slow_rc_osc_setup() local
282 of_property_read_u32(np, "atmel,startup-time-usec", &startup); of_at91sam9x5_clk_slow_rc_osc_setup()
285 startup); of_at91sam9x5_clk_slow_rc_osc_setup()
122 at91_clk_register_slow_osc(void __iomem *sckcr, const char *name, const char *parent_name, unsigned long startup, bool bypass) at91_clk_register_slow_osc() argument
234 at91_clk_register_slow_rc_osc(void __iomem *sckcr, const char *name, unsigned long frequency, unsigned long accuracy, unsigned long startup) at91_clk_register_slow_rc_osc() argument
/linux-4.1.27/arch/sh/boot/compressed/
H A Dhead_32.S12 .global startup
13 startup: label
62 .long startup
H A DMakefile35 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \
H A Dhead_64.S42 .global startup
43 startup: label
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Daudio.h19 int (*startup)(struct snd_pcm_substream *, void *); member in struct:__anon243
/linux-4.1.27/sound/arm/
H A Dpxa2xx-pcm.h23 int (*startup)(struct snd_pcm_substream *); member in struct:pxa2xx_pcm_client
H A Dpxa2xx-ac97.c80 if (platform_ops && platform_ops->startup) pxa2xx_ac97_pcm_startup()
81 return platform_ops->startup(substream, platform_ops->priv); pxa2xx_ac97_pcm_startup()
106 .startup = pxa2xx_ac97_pcm_startup,
H A Dpxa2xx-pcm.c55 ret = client->startup(substream); pxa2xx_pcm_open()
/linux-4.1.27/sound/usb/line6/
H A Dvariax.c26 Stages of Variax startup procedure
57 /* Current progress in startup procedure */
97 Variax startup procedure.
107 /* delay startup procedure: */ variax_startup1()
117 /* schedule another startup procedure until startup is complete: */ variax_startup2()
133 /* delay startup procedure: */ variax_startup3()
241 /* initiate startup procedure: */ variax_init()
H A Dpod.c39 Stages of POD startup procedure
72 /* Current progress in startup procedure */
279 POD startup procedure.
289 /* delay startup procedure: */ pod_startup1()
450 /* initiate startup procedure: */ pod_init()
/linux-4.1.27/drivers/s390/char/
H A Dhmcdrv_ftp.c26 * @startup: startup function
31 int (*startup)(void); member in struct:hmcdrv_ftp_ops
286 * hmcdrv_ftp_startup() - startup of HMC drive FTP functionality for a
294 .startup = diag_ftp_startup, hmcdrv_ftp_startup()
300 .startup = sclp_ftp_startup, hmcdrv_ftp_startup()
318 rc = hmcdrv_ftp_funcs->startup(); hmcdrv_ftp_startup()
H A Dtape_proc.c122 * Initialize procfs stuff on startup
H A Ddiag_ftp.c214 * diag_ftp_startup() - startup of FTP services, when running on z/VM
H A Dhmcdrv_cache.c210 * hmcdrv_cache_startup() - startup of HMC drive cache
H A Dsclp_ftp.c237 * sclp_ftp_startup() - startup of FTP services, when running on LPAR
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) tulip_select_media() argument
184 if (startup) tulip_select_media()
199 if (startup && mtable->has_reset) { tulip_select_media()
228 if (startup) { tulip_select_media()
234 if (startup) iowrite32(csr13val, ioaddr + CSR13); tulip_select_media()
257 if (startup) { tulip_select_media()
283 if (startup) { tulip_select_media()
310 if (tmp_info && startup < 2) { tulip_select_media()
329 if (startup && mtable->has_reset) { tulip_select_media()
350 if (startup && ! tp->medialock) tulip_select_media()
360 } else if (startup) { tulip_select_media()
370 iowrite32(startup ? 0x0201F868 : 0x0001F868, ioaddr + 0xB8); tulip_select_media()
H A D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); t21142_lnk_change() local
192 tulip_select_media(dev, startup); t21142_lnk_change()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dmodule.c129 CERROR("LST can't startup rpc\n"); lnet_selftest_init()
136 CERROR("LST can't startup framework\n"); lnet_selftest_init()
143 CERROR("LST can't startup console\n"); lnet_selftest_init()
/linux-4.1.27/drivers/scsi/
H A Deata_pio.h20 #define VERBOSE_SETUP /* show startup screen of 2001 */
/linux-4.1.27/include/sound/
H A Dwm2200.h43 unsigned int fast_start:1; /** Enable aggressive startup ramp rate */
/linux-4.1.27/arch/s390/kernel/
H A Dhead_kdump.S36 larl %r4,startup
91 .quad 0x0000000080000000,0x0000000000000000 + startup
H A Dvmlinux.lds.S11 ENTRY(startup)
H A Dhead.S262 .Lstartup: .long startup
298 j startup # continue with startup
337 # startup-code at 0x10000, running in absolute addressing mode
342 ENTRY(startup)
354 # kdump startup-code at 0x10010, running in 64 bit absolute addressing mode
431 /* Continue with 64bit startup code in head64.S */
H A Dhead64.S84 # startup-code, running in absolute addressing mode
/linux-4.1.27/tools/testing/selftests/size/
H A Dget_size.c15 * It should be statically linked, with startup libs avoided.
72 /* this program has no main(), as startup libraries are not used */ _start()
/linux-4.1.27/drivers/rtc/
H A Dhctosys.c2 * RTC subsystem, initialize system time on startup
/linux-4.1.27/arch/x86/xen/
H A Dvga.c15 /* This is drawn from a dump from vgacon:startup in xen_init_vga()
/linux-4.1.27/arch/xtensa/kernel/
H A Dmxhead.S2 * Xtensa Secondary Processors startup code.
H A Dhead.S4 * Xtensa Processor startup code.
H A Dvmlinux.lds.S192 /* The vectors are relocated to the real position at startup time */
/linux-4.1.27/arch/sh/kernel/vsyscall/
H A Dvsyscall.c60 /* Setup a VMA at program startup for the vsyscall page */ arch_setup_additional_pages()
/linux-4.1.27/drivers/video/fbdev/riva/
H A Drivafb.h50 struct riva_regs initial_state; /* initial startup video mode */
/linux-4.1.27/arch/mips/kernel/
H A Dsmp-up.c40 * Firmware CPU startup hook
/linux-4.1.27/arch/m68k/coldfire/
H A Dfirebee.c4 * firebee.c -- extra startup code support for the FireBee boards
H A Dnettel.c4 * nettel.c -- startup code support for the NETtel boards
H A Dhead.S4 * head.S -- common startup code for ColdFire CPUs.
118 * During startup we store away the RAM setup. These are not in the
/linux-4.1.27/arch/arm/mach-realview/
H A Dplatsmp.c69 * Write the address of secondary startup into the realview_smp_prepare_cpus()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dsimtec-audio.c71 simtec_audio_platdata.startup = simtec_audio_startup_lrroute; simtec_audio_add()
H A Dbast-irq.c114 /* ack if we get an irq with nothing (ie, startup) */ bast_irq_pc104_demux()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dheadsmp-scu.S26 * to the common ARM startup code.
/linux-4.1.27/arch/arm/mach-vexpress/
H A Dplatsmp.c59 * Write the address of secondary startup into the vexpress_smp_dt_prepare_cpus()
/linux-4.1.27/arch/arm/mach-berlin/
H A Dplatsmp.c84 * Write the secondary startup address into the SW reset address berlin_smp_prepare_cpus()
/linux-4.1.27/sound/soc/samsung/
H A Ds3c24xx_simtec.c205 /* call any board supplied startup code, this currently only simtec_call_startup()
208 if (pd->startup) simtec_call_startup()
209 pd->startup(); simtec_call_startup()
259 /* set the amp off at startup */ attach_gpio_amp()
H A Dh1940_uda1380.c125 .startup = h1940_startup,
H A Drx1950_uda1380.c78 .startup = rx1950_startup,
/linux-4.1.27/drivers/input/
H A Djoydev.c67 int startup; member in struct:joydev_client
106 if (client->startup == joydev->nabs + joydev->nkey) { joydev_pass_event()
110 client->startup = 0; joydev_pass_event()
289 have_event = client->startup < joydev->nabs + joydev->nkey; joydev_generate_startup_event()
294 if (client->startup < joydev->nkey) { joydev_generate_startup_event()
296 event->number = client->startup; joydev_generate_startup_event()
301 event->number = client->startup - joydev->nkey; joydev_generate_startup_event()
304 client->startup++; joydev_generate_startup_event()
356 client->startup = 0; joydev_0x_read()
372 return client->startup < joydev->nabs + joydev->nkey || joydev_data_pending()
/linux-4.1.27/drivers/staging/speakup/
H A Dspeakup_acntsa.c103 .startup = SYNTH_START,
141 module_param_named(start, synth_acntsa.startup, short, S_IRUGO);
H A Dspeakup_audptr.c108 .startup = SYNTH_START,
175 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
H A Dspeakup_bns.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_bns.startup, short, S_IRUGO);
H A Dspeakup_dummy.c102 .startup = SYNTH_START,
127 module_param_named(start, synth_dummy.startup, short, S_IRUGO);
H A Dspeakup_ltlk.c115 .startup = SYNTH_START,
173 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
H A Dspeakup_spkout.c107 .startup = SYNTH_START,
144 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
H A Dspeakup_txprt.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_txprt.startup, short, S_IRUGO);
H A Dspeakup_acntpc.c118 .startup = SYNTH_START,
316 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
H A Dspeakup_apollo.c112 .startup = SYNTH_START,
205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
H A Dspeakup_decext.c131 .startup = SYNTH_START,
234 module_param_named(start, synth_decext.startup, short, S_IRUGO);
H A Dspeakup_dectlk.c132 .startup = SYNTH_START,
304 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
H A Dspeakup_keypc.c109 .startup = SYNTH_START,
317 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
H A Dspeakup_soft.c133 .startup = SYNTH_START,
349 module_param_named(start, synth_soft.startup, short, S_IRUGO);
H A Dspk_types.h164 short startup; member in struct:spk_synth
H A Dspeakup_dtlk.c132 .startup = SYNTH_START,
386 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
H A Dspeakup_decpc.c223 .startup = SYNTH_START,
492 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_debug.h56 /* print process startup (init)/exit messages */
84 #define __IPATH_PROCDBG 0x0 /* process startup (init)/exit messages */
/linux-4.1.27/arch/mips/cavium-octeon/
H A Doct_ilm.c93 static void init_latency_info(struct latency_info *li, int startup) init_latency_info() argument
100 if (startup) { init_latency_info()
/linux-4.1.27/drivers/mtd/maps/
H A Duclinux.c33 * Blackfin uses uclinux_ram_map during startup, so it must not be static.
/linux-4.1.27/arch/x86/lib/
H A Dmemcpy_32.c38 * movs instruction have many startup latency memmove()
/linux-4.1.27/drivers/video/backlight/
H A Djornada720_lcd.c114 /* give it some time to startup */ jornada_lcd_probe()
/linux-4.1.27/drivers/video/logo/
H A Dlogo.c22 MODULE_PARM_DESC(nologo, "Disables startup logo");
/linux-4.1.27/arch/s390/lib/
H A Ddelay.c105 * Simple udelay variant. To be used on startup and reboot
/linux-4.1.27/arch/avr32/boards/atstk1000/
H A Dsetup.c27 /* Initialized by bootloader-specific startup code. */
/linux-4.1.27/arch/m68k/atari/
H A Dataints.c186 * Need this mapped in at interrupt startup time
189 * startup!
207 * Need to reset the USB chip to a sane state in early startup before atari_ethernat_startup()
263 * This function should be called during kernel startup to initialize
/linux-4.1.27/arch/arm/mach-prima2/
H A Dplatsmp.c62 * write the address of secondary startup into the clkc register sirfsoc_boot_secondary()
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dh3100.c121 .startup = h3100_irda_startup,
H A Dh3600.c129 .startup = h3600_irda_startup,
/linux-4.1.27/arch/arm/mach-imx/
H A Dmm-imx21.c58 * system startup to create static physical to virtual
H A Dmm-imx27.c58 * system startup to create static physical to virtual
/linux-4.1.27/arch/arm/mach-rockchip/
H A Dplatsmp.c153 mdelay(1); /* ensure the cpus other than cpu0 to startup */ rockchip_boot_secondary()
168 * core to the real startup code in ram into the sram-region.
196 /* copy the trampoline to sram, that runs during startup of the core */ rockchip_smp_prepare_sram()
/linux-4.1.27/arch/arm/mach-tegra/
H A Dreset-handler.S187 bleq __die @ no LP1 startup handler
198 bleq __die @ no LP2 startup handler
215 bleq __die @ no secondary startup handler
/linux-4.1.27/sound/soc/pxa/
H A Dpoodle.c78 /* check the jack status at stream startup */ poodle_startup()
133 .startup = poodle_startup,
273 /* should we mute HP at startup - burning power ?*/ poodle_probe()
H A Dmagician.c78 /* check the jack status at stream startup */ magician_startup()
259 .startup = magician_startup,
264 .startup = magician_startup,
H A De750_wm9705.c81 /* use ops to check startup state */
H A Dcorgi.c105 /* check the jack status at stream startup */ corgi_startup()
158 .startup = corgi_startup,
H A Dspitz.c115 /* check the jack status at stream startup */ spitz_startup()
160 .startup = spitz_startup,
H A Dtosa.c85 /* check the jack status at stream startup */ tosa_startup()
92 .startup = tosa_startup,
H A Draumfeld.c136 .startup = raumfeld_cs4270_startup,
/linux-4.1.27/sound/soc/
H A Dsoc-compress.c46 if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->startup) { soc_compr_open()
47 ret = rtd->dai_link->compr_ops->startup(cstream); soc_compr_open()
49 pr_err("compress asoc: %s startup failed\n", rtd->dai_link->name); soc_compr_open()
94 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->startup) { soc_compr_open_fe()
95 ret = fe->dai_link->compr_ops->startup(cstream); soc_compr_open_fe()
97 pr_err("compress asoc: %s startup failed\n", fe->dai_link->name); soc_compr_open_fe()
H A Dsoc-pcm.c416 * startup for the cpu DAI, platform, machine and codec DAI.
438 /* startup the audio subsystem */ soc_pcm_open()
439 if (cpu_dai->driver->ops && cpu_dai->driver->ops->startup) { soc_pcm_open()
440 ret = cpu_dai->driver->ops->startup(substream, cpu_dai); soc_pcm_open()
459 if (codec_dai->driver->ops && codec_dai->driver->ops->startup) { soc_pcm_open()
460 ret = codec_dai->driver->ops->startup(substream, soc_pcm_open()
476 if (rtd->dai_link->ops && rtd->dai_link->ops->startup) { soc_pcm_open()
477 ret = rtd->dai_link->ops->startup(substream); soc_pcm_open()
479 pr_err("ASoC: %s startup failed: %d\n", soc_pcm_open()
1405 /* only startup BE DAIs that are either sinks or sources to this FE DAI */ dpcm_be_dai_startup()
2165 /* startup must always be called for new BEs */ dpcm_run_update_startup()
2241 dev_err(fe->dev, "ASoC: failed to startup some BEs\n"); dpcm_run_new_update()
/linux-4.1.27/include/linux/mfd/
H A Dabx500.h74 * @init_timer: Measurement interval during startup
75 * @init_discard_time: Time we discard voltage measurement at startup
76 * @init_total_time: Total init time during startup
/linux-4.1.27/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c157 * usb traffic of the device during startup.
162 * These commands are necessary to be sent in this order during startup.
165 * The complete list of startup commands is given in the start_seq table below.
222 * Some of the startup commands that could be recognized are :
/linux-4.1.27/drivers/media/tuners/
H A Dtda18271.h105 /* force rf tracking filter calibration on startup */
/linux-4.1.27/fs/nfsd/
H A Dnetns.h103 /* Time of server startup */
/linux-4.1.27/arch/mips/include/asm/sn/
H A Dgda.h80 * The following requests can be sent to the PROM during startup.
/linux-4.1.27/arch/c6x/kernel/
H A Dprocess.c100 * NB: Library startup code needs to match this. start_thread()
/linux-4.1.27/arch/m32r/include/asm/
H A Delf.h99 * So that we can use the same startup file with static executables,
/linux-4.1.27/arch/m68k/68360/
H A Dints.c58 * This function should be called during kernel startup to initialize
/linux-4.1.27/arch/m68k/amiga/
H A Damiints.c149 * This function should be called during kernel startup to initialize
/linux-4.1.27/arch/m68k/kernel/
H A Dints.c53 * This function should be called during kernel startup to initialize
/linux-4.1.27/arch/m68k/mvme147/
H A Dconfig.c80 * This function is called during kernel startup to initialize
/linux-4.1.27/arch/arm/mach-spear/
H A Dplatsmp.c116 * Write the address of secondary startup into the system-wide location spear13xx_smp_prepare_cpus()
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dplatsmp-a9.c35 * Write the address of secondary startup into the system-wide mvebu_cortex_a9_boot_secondary()
/linux-4.1.27/arch/arc/include/asm/
H A Dtlb-mmu1.h29 ; -- jh_ex_way_set not cleared on startup
/linux-4.1.27/arch/arc/kernel/
H A Dhead.S2 * ARC CPU startup Code
/linux-4.1.27/sound/soc/au1x/
H A Ddb1200.c103 .startup = db1200_i2s_startup,
/linux-4.1.27/include/linux/
H A Dhdlc.h62 /* Must be used by hardware driver on module startup/exit */
H A Dmailbox_controller.h27 * @startup: Called when a client requests the chan. The controller
49 int (*startup)(struct mbox_chan *chan); member in struct:mbox_chan_ops
H A Dconcap.h75 /* initialize the protocol's data. To be called at interface startup
H A Ddrbd_limits.h34 /* startup { */
H A Dserial_core.h61 int (*startup)(struct uart_port *); member in struct:uart_ops
127 int (*startup)(struct uart_port *port); member in struct:uart_port
/linux-4.1.27/arch/tile/kernel/
H A Dsmpboot.c38 /* Called very early during startup to mark boot cpu as online */ smp_prepare_boot_cpu()
77 * startup message. We use a level of indirection to avoid smp_prepare_cpus()
H A Dhead_32.S14 * TILE startup code.
H A Dhead_64.S14 * TILE startup code.
/linux-4.1.27/arch/x86/boot/compressed/
H A Dhead_32.S8 * head.S contains the 32-bit startup code.
11 * the page directory will exist. The startup code will be overwritten by
H A Dhead_64.S8 * head.S contains the 32-bit startup code.
11 * the page directory will exist. The startup code will be overwritten by
/linux-4.1.27/include/linux/regulator/
H A Dmachine.h97 * @initial_mode: Mode to set at startup.
130 /* mode to set on startup */
/linux-4.1.27/arch/m32r/kernel/
H A Dhead.S4 * M32R startup code.
134 * AP startup routine
/linux-4.1.27/arch/m68k/68000/
H A Dhead.S2 * head.S - Common startup code for 68000 core based CPU's
87 /* Serial port setup. Should only be needed if debugging this startup code. */
H A Dints.c150 * This function should be called during kernel startup to initialize
/linux-4.1.27/arch/arm/kernel/
H A Dhead-nommu.S11 * Common kernel startup code (non-paged MM)
28 * Kernel startup entry point.
/linux-4.1.27/drivers/net/irda/
H A Dpxaficp_ir.c637 printk(KERN_DEBUG "pxa_ir: irda startup\n"); pxa_irda_startup()
891 if (si->pdata->startup) { pxa_irda_probe()
892 err = si->pdata->startup(si->dev); pxa_irda_probe()
897 if (gpio_is_valid(si->pdata->gpio_pwdown) && si->pdata->startup) pxa_irda_probe()
898 dev_warn(si->dev, "gpio_pwdown and startup() both defined!\n"); pxa_irda_probe()
/linux-4.1.27/drivers/mailbox/
H A Dmailbox.c144 * After startup and before shutdown any data received on the chan
348 ret = chan->mbox->ops->startup(chan); mbox_request_channel()
350 dev_err(dev, "Unable to startup the chan (%d)\n", ret); mbox_request_channel()
H A Darm_mhu.c115 .startup = mhu_startup,
H A Domap-mailbox.c496 ret = chan->mbox->ops->startup(chan); omap_mbox_request_channel()
498 pr_err("Unable to startup the chan (%d)\n", ret); omap_mbox_request_channel()
608 .startup = omap_mbox_chan_startup,
H A Dmailbox-altera.c290 .startup = altera_mbox_startup,
/linux-4.1.27/drivers/usb/serial/
H A Dvisor.c441 int (*startup)(struct usb_serial *serial, visor_probe()
462 startup = (void *)id->driver_info; visor_probe()
463 retval = startup(serial, id); visor_probe()
/linux-4.1.27/include/linux/mfd/abx500/
H A Dab8500-bm.h309 * @init_timer: Measurement interval during startup
310 * @init_discard_time: Time we discard voltage measurement at startup
311 * @init_total_time: Total init time during startup
/linux-4.1.27/drivers/isdn/hysdn/
H A Dhysdn_init.c45 /* The module startup and shutdown code. Only compiled when used as module. */
/linux-4.1.27/drivers/media/pci/mantis/
H A Dhopper_cards.c47 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
H A Dmantis_cards.c55 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 0 (no)");
/linux-4.1.27/drivers/net/ethernet/seeq/
H A Dsgiseeq.h101 #define SEEQ_HCTL_IFIX 0x00008000 /* enable startup timeouts */
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h144 * Can be overriden at startup by a command line.
/linux-4.1.27/drivers/staging/fbtft/
H A Dfb_ili9341.c48 /* startup sequence for MI0283QT-9A */ init_display()
H A Dfb_hx8340bn.c52 /* BTL221722-276L startup sequence, from datasheet */ init_display()
/linux-4.1.27/drivers/rapidio/switches/
H A Didtcps.c150 /* Ensure that default routing is disabled on startup */ idtcps_probe()
H A Dtsi57x.c320 /* Ensure that default routing is disabled on startup */ tsi57x_probe()
/linux-4.1.27/drivers/gpio/
H A Dgpio-xtensa.c20 * (Coprocessor Enable Bits) register. By default Xtensa Linux startup code
/linux-4.1.27/drivers/gpu/drm/i915/
H A Ddvo.h47 * Initialize the device at startup time.
/linux-4.1.27/drivers/input/keyboard/
H A Djornada720_kbd.c65 /* startup ssp with spinlock */ jornada720_kbd_interrupt()
/linux-4.1.27/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c192 /* If we have no regulator then assume startup cpufreq_for_each_entry()
/linux-4.1.27/arch/x86/include/asm/
H A Dsmp.h188 * from the initial startup. We map APIC_BASE very early in page_setup(),
/linux-4.1.27/arch/x86/kernel/
H A Dverify_cpu.S22 * arch/x86/kernel/head_32.S: processor startup
/linux-4.1.27/arch/x86/realmode/rm/
H A Dwakeup_asm.S2 * ACPI wakeup real mode startup stub
/linux-4.1.27/arch/tile/lib/
H A Datomic_32.c23 /* This page is remapped on startup to be hash-for-home. */
/linux-4.1.27/drivers/clk/
H A Dclk-clps711x.c181 WARN_ON(of_property_read_u32(np, "startup-frequency", &fref)); clps711x_clk_init_dt()
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_lvdsenc.c102 /* Turn the PLL on, wait for the startup delay, and turn the output rcar_du_lvdsenc_start()
/linux-4.1.27/drivers/watchdog/
H A Dmax63xx_wdt.c138 /* check for a edge triggered startup */ max63xx_wdt_start()
/linux-4.1.27/fs/jffs2/
H A Dmalloc.c20 /* These are initialised to NULL in the kernel startup code.
/linux-4.1.27/arch/nios2/kernel/
H A Dhead.S174 /* End of startup code */
/linux-4.1.27/arch/powerpc/boot/
H A Dppcboot-hotfoot.h54 unsigned long bi_flashoffset; /* reserved area for startup monitor */
H A Dppcboot.h42 unsigned long bi_flashoffset; /* reserved area for startup monitor */
/linux-4.1.27/arch/avr32/boards/hammerhead/
H A Dsetup.c44 /* Initialized by bootloader-specific startup code. */
/linux-4.1.27/arch/avr32/boards/merisc/
H A Dsetup.c42 /* Initialized by bootloader-specific startup code. */
/linux-4.1.27/arch/avr32/boards/mimc200/
H A Dsetup.c43 /* Initialized by bootloader-specific startup code. */
/linux-4.1.27/arch/blackfin/mach-bf561/
H A Dsecondary.S106 * during core B startup. Branches to the idle task.
/linux-4.1.27/arch/blackfin/mach-common/
H A Dhead.S2 * Common Blackfin startup code
/linux-4.1.27/arch/cris/boot/compressed/
H A Dhead_v32.S10 #include <mach/startup.inc>
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap-headsmp.S2 * Secondary CPU startup routine source file.
/linux-4.1.27/arch/arm/mach-ux500/
H A Dplatsmp.c115 * write the address of secondary startup into the backup ram register wakeup_secondary()
/linux-4.1.27/arch/arm/mach-davinci/
H A Dboard-neuros-osd2.c209 * Mux the pins to be GPIOs, VLYNQEN is already done at startup. davinci_ntosd2_init()
/linux-4.1.27/arch/alpha/include/asm/
H A Delf.h99 So that we can use the same startup file with static executables,
/linux-4.1.27/kernel/irq/
H A Dautoprobe.c66 * (we must startup again here because if a longstanding irq
/linux-4.1.27/kernel/power/
H A Dsuspend_test.c143 * at startup time. They're normally disabled, for faster boot and because
/linux-4.1.27/sound/soc/adi/
H A Daxi-i2s.c146 .startup = axi_i2s_startup,
H A Daxi-spdif.c152 .startup = axi_spdif_startup,
/linux-4.1.27/sound/soc/intel/boards/
H A Dbytcr_rt5640.c137 .startup = byt_aif1_startup,
/linux-4.1.27/sound/soc/omap/
H A Dosk5912.c72 .startup = osk_startup,
/linux-4.1.27/include/linux/mfd/arizona/
H A Dpdata.h62 unsigned int soft_start:1; /** Disable aggressive startup ramp rate */
/linux-4.1.27/include/linux/mfd/wm831x/
H A Dpdata.h57 int dvs_init_state; /** DVS state to expect on startup */
/linux-4.1.27/drivers/media/usb/gspca/m5602/
H A Dm5602_core.c434 MODULE_PARM_DESC(dump_bridge, "Dumps all usb bridge registers at startup");
438 "at startup providing a sensor is found");
/linux-4.1.27/fs/ext4/
H A Dmmp.c321 ext4_warning(sb, "MMP startup interrupted, failing mount\n"); ext4_multi_mount_protect()
350 ext4_warning(sb, "MMP startup interrupted, failing mount\n"); ext4_multi_mount_protect()
/linux-4.1.27/drivers/iio/adc/
H A Dat91_adc.c184 /* startup time calculate function */
785 * Number of ticks needed to cover the startup time of the ADC calc_startup_ticks_9260()
884 if (of_property_read_u32(node, "atmel,adc-startup-time", &prop)) { at91_adc_probe_dt()
885 dev_err(&idev->dev, "Missing adc-startup-time property in the DT.\n"); at91_adc_probe_dt()
1232 dev_err(&pdev->dev, "No startup time available.\n"); at91_adc_probe()
/linux-4.1.27/drivers/mfd/
H A Dsi476x-i2c.c114 * si476x_core_start() - early chip startup function
116 * @soft: When set, this flag forces "soft" startup, where "soft"
120 * Perform required startup sequence to correctly power
H A Dab3100-otp.c104 seq_printf(s, "OTP clock switch startup is %uHz\n", otp->freq); ab3100_show_otp()
/linux-4.1.27/drivers/net/hamradio/
H A Dbpqether.c31 * startup or (if started before the "insmod" of an ethernet device)
47 * startup.
/linux-4.1.27/drivers/char/tpm/
H A Dtpm2-cmd.c423 * tpm2_startup() - send startup command to the TPM chip
425 * @startup_type startup type. The value is either
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dhead.S2 * CRISv32 kernel startup code.
18 #include <mach/startup.inc>
/linux-4.1.27/drivers/leds/
H A Dleds-lp8501.c103 /* Chip startup time is 500 us, 1 - 2 ms gives some margin */ lp8501_post_init_device()
H A Dleds-wm831x-status.c268 /* We cache the configuration register and read startup values wm831x_status_probe()
/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h103 void (*startup) (struct net_device * dev); member in struct:phy_info
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dpci.h98 * Passed from Host to Target during startup (one per CE).
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h162 * Set by Target application during startup.
/linux-4.1.27/drivers/regulator/
H A Dfixed.c95 of_property_read_u32(np, "startup-delay-us", &config->startup_delay); of_get_fixed_voltage_config()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dnrs_fifo.c36 * the policy is the one enabled at PTLRPC service partition startup time, and
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Dtx.h34 * at a fixed address in the device's memory. On startup, the host retrieves
/linux-4.1.27/drivers/input/misc/
H A Daxp20x-pek.c146 .attr = __ATTR(startup, 0644, axp20x_show_ext_attr, axp20x_store_ext_attr),
/linux-4.1.27/arch/sparc/kernel/
H A Dirq_32.c106 * up via the irq_chip->startup() method which gets invoked by
/linux-4.1.27/arch/um/os-Linux/
H A Dmain.c246 * end_vm are still 0 (as at startup), in which case we call free, or __wrap_free()
/linux-4.1.27/arch/unicore32/kernel/
H A Dhead.S51 * Kernel startup entry point.

Completed in 3463 milliseconds

1234