Home
last modified time | relevance | path

Searched refs:startup (Results 51 - 75 of 814) sorted by relevance

12345678910>>...33

/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_acntsa.c101 .startup = SYNTH_START,
141 module_param_named(start, synth_acntsa.startup, short, 0444);
H A Dspeakup_bns.c97 .startup = SYNTH_START,
124 module_param_named(start, synth_bns.startup, short, 0444);
H A Dspeakup_ltlk.c113 .startup = SYNTH_START,
173 module_param_named(start, synth_ltlk.startup, short, 0444);
H A Dspeakup_audptr.c104 .startup = SYNTH_START,
169 module_param_named(start, synth_audptr.startup, short, 0444);
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Daudio.h20 int (*startup)(struct snd_pcm_substream *, void *); member
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dirda-pxaficp.h14 int (*startup)(struct device *dev); member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dasoc-pxa.h20 int (*startup)(struct snd_pcm_substream *, void *); member
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H A Dreset-handler.S199 bleq __die @ no LP1 startup handler
210 bleq __die @ no LP2 startup handler
227 bleq __die @ no secondary startup handler
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dreset-handler.S201 bleq __die @ no LP1 startup handler
212 bleq __die @ no LP2 startup handler
229 bleq __die @ no secondary startup handler
/kernel/linux/linux-6.6/arch/s390/boot/
H A DMakefile38 obj-y := head.o als.o startup.o physmem_info.o ipl_parm.o ipl_report.o vmem.o
76 LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup $(if $(CONFIG_VMLINUX_MAP),-Map=$(obj)/vmlinux.map) --build-id=sha1 -T
80 LDFLAGS_vmlinux.syms := --oformat $(LD_BFD) -e startup -T
H A Dhead.S124 jg startup
214 # normal startup-code, running in absolute addressing mode
219 SYM_CODE_START(startup)
231 # kdump startup-code, running in 64 bit absolute addressing mode
235 SYM_CODE_END(startup)
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6apm-lpass-dais.c237 .startup = q6apm_lpass_dai_startup,
245 .startup = q6apm_lpass_dai_startup,
253 .startup = q6apm_lpass_dai_startup,
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.hpp41 static void startup();
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.hpp41 static void startup();
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dsckc.c121 unsigned long startup, in at91_clk_register_slow_osc()
145 osc->startup_usec = startup; in at91_clk_register_slow_osc()
229 unsigned long startup, in at91_clk_register_slow_rc_osc()
255 osc->startup_usec = startup; in at91_clk_register_slow_rc_osc()
118 at91_clk_register_slow_osc(void __iomem *sckcr, const char *name, const char *parent_name, unsigned long startup, bool bypass, const struct clk_slow_bits *bits) at91_clk_register_slow_osc() argument
225 at91_clk_register_slow_rc_osc(void __iomem *sckcr, const char *name, unsigned long frequency, unsigned long accuracy, unsigned long startup, const struct clk_slow_bits *bits) at91_clk_register_slow_rc_osc() argument
/kernel/linux/linux-5.10/sound/soc/rockchip/
H A Drk3399_gru_sound.c247 .startup = rockchip_sound_startup,
252 .startup = rockchip_sound_startup,
257 .startup = rockchip_sound_startup,
262 .startup = rockchip_sound_startup,
/kernel/linux/linux-6.6/sound/soc/rockchip/
H A Drk3399_gru_sound.c270 .startup = rockchip_sound_startup,
275 .startup = rockchip_sound_startup,
280 .startup = rockchip_sound_startup,
285 .startup = rockchip_sound_startup,
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dtlb-mmu1.h26 ; -- jh_ex_way_set not cleared on startup
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dsimtec-audio.c67 simtec_audio_platdata.startup = simtec_audio_startup_lrroute; in simtec_audio_add()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_decext.c119 .startup = SYNTH_START,
227 module_param_named(start, synth_decext.startup, short, 0444);
H A Dspeakup_apollo.c100 .startup = SYNTH_START,
195 module_param_named(start, synth_apollo.startup, short, 0444);
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dlochnagar-sc.c141 .startup = lochnagar_sc_line_startup,
147 .startup = lochnagar_sc_startup,
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Ds3c24xx_simtec.c200 /* call any board supplied startup code, this currently only in simtec_call_startup()
203 if (pd->startup) in simtec_call_startup()
204 pd->startup(); in simtec_call_startup()
254 /* set the amp off at startup */ in attach_gpio_amp()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dlochnagar-sc.c141 .startup = lochnagar_sc_line_startup,
147 .startup = lochnagar_sc_startup,
/kernel/linux/linux-6.6/sound/arm/
H A Dpxa2xx-ac97.c80 if (platform_ops && platform_ops->startup) { in pxa2xx_ac97_pcm_open()
81 ret = platform_ops->startup(substream, platform_ops->priv); in pxa2xx_ac97_pcm_open()

Completed in 11 milliseconds

12345678910>>...33