Home
last modified time | relevance | path

Searched refs:init (Results 126 – 150 of 5323) sorted by relevance

12345678910>>...213

/openbmc/linux/drivers/clk/at91/
H A Dclk-audio-pll.c463 init.name = name; in at91_clk_register_audio_pll_frac()
466 init.num_parents = 1; in at91_clk_register_audio_pll_frac()
469 frac_ck->hw.init = &init; in at91_clk_register_audio_pll_frac()
486 struct clk_init_data init; in at91_clk_register_audio_pll_pad() local
493 init.name = name; in at91_clk_register_audio_pll_pad()
496 init.num_parents = 1; in at91_clk_register_audio_pll_pad()
500 apad_ck->hw.init = &init; in at91_clk_register_audio_pll_pad()
517 struct clk_init_data init; in at91_clk_register_audio_pll_pmc() local
524 init.name = name; in at91_clk_register_audio_pll_pmc()
527 init.num_parents = 1; in at91_clk_register_audio_pll_pmc()
[all …]
H A Dclk-h32mx.c89 struct clk_init_data init; in at91_clk_register_h32mx() local
96 init.name = name; in at91_clk_register_h32mx()
97 init.ops = &h32mx_ops; in at91_clk_register_h32mx()
98 init.parent_names = parent_name ? &parent_name : NULL; in at91_clk_register_h32mx()
99 init.num_parents = parent_name ? 1 : 0; in at91_clk_register_h32mx()
100 init.flags = CLK_SET_RATE_GATE; in at91_clk_register_h32mx()
102 h32mxclk->hw.init = &init; in at91_clk_register_h32mx()
H A Dclk-plldiv.c79 struct clk_init_data init; in at91_clk_register_plldiv() local
86 init.name = name; in at91_clk_register_plldiv()
87 init.ops = &plldiv_ops; in at91_clk_register_plldiv()
88 init.parent_names = parent_name ? &parent_name : NULL; in at91_clk_register_plldiv()
89 init.num_parents = parent_name ? 1 : 0; in at91_clk_register_plldiv()
90 init.flags = CLK_SET_RATE_GATE; in at91_clk_register_plldiv()
92 plldiv->hw.init = &init; in at91_clk_register_plldiv()
/openbmc/linux/drivers/clk/x86/
H A Dclk-cgu.c98 init.name = list->name; in lgm_clk_register_mux()
100 init.flags = list->flags; in lgm_clk_register_mux()
109 mux->hw.init = &init; in lgm_clk_register_mux()
211 init.name = list->name; in lgm_clk_register_divider()
213 init.flags = list->flags; in lgm_clk_register_divider()
215 init.num_parents = 1; in lgm_clk_register_divider()
225 div->hw.init = &init; in lgm_clk_register_divider()
312 init.name = list->name; in lgm_clk_register_gate()
322 gate->hw.init = &init; in lgm_clk_register_gate()
555 init.num_parents = 1; in lgm_clk_register_ddiv()
[all …]
/openbmc/linux/drivers/clk/meson/
H A Dg12a.c65 .hw.init = &(struct clk_init_data){
82 .hw.init = &(struct clk_init_data){
130 .hw.init = &(struct clk_init_data){
149 .hw.init = &(struct clk_init_data){
189 .hw.init = &(struct clk_init_data){
208 .hw.init = &(struct clk_init_data){
258 .hw.init = &(struct clk_init_data){
271 .hw.init = &(struct clk_init_data){
284 .hw.init = &(struct clk_init_data){
297 .hw.init = &(struct clk_init_data){
[all …]
/openbmc/linux/drivers/s390/char/
H A Dfs3270.c123 if (!raw3270_request_final(fp->init)) in fs3270_activate()
128 fp->init->rescnt = 0; in fs3270_activate()
132 fp->init->ccw.count = 1; in fs3270_activate()
149 fp->init->rc = rc; in fs3270_activate()
151 fp->init->callback(fp->init, NULL); in fs3270_activate()
195 if (!raw3270_request_final(fp->init)) in fs3270_deactivate()
208 fp->init->rescnt = 0; in fs3270_deactivate()
212 fp->init->rc = raw3270_start_locked(view, fp->init); in fs3270_deactivate()
213 if (fp->init->rc) in fs3270_deactivate()
214 fp->init->callback(fp->init, NULL); in fs3270_deactivate()
[all …]
/openbmc/linux/drivers/clk/keystone/
H A Dsyscon-clk.c70 struct clk_init_data init; in ti_syscon_gate_clk_register() local
81 init.name = name; in ti_syscon_gate_clk_register()
82 init.parent_names = &parent_name; in ti_syscon_gate_clk_register()
83 init.num_parents = 1; in ti_syscon_gate_clk_register()
84 init.flags = CLK_SET_RATE_PARENT; in ti_syscon_gate_clk_register()
86 init.name = data->name; in ti_syscon_gate_clk_register()
87 init.parent_names = NULL; in ti_syscon_gate_clk_register()
88 init.num_parents = 0; in ti_syscon_gate_clk_register()
89 init.flags = 0; in ti_syscon_gate_clk_register()
95 priv->hw.init = &init; in ti_syscon_gate_clk_register()
[all …]
/openbmc/linux/drivers/clk/tegra/
H A Dclk-periph.c175 struct clk_init_data init; in _tegra_clk_register_periph() local
181 init.ops = &tegra_clk_periph_nodiv_ops; in _tegra_clk_register_periph()
185 init.ops = &tegra_clk_periph_ops; in _tegra_clk_register_periph()
187 init.name = name; in _tegra_clk_register_periph()
188 init.flags = flags; in _tegra_clk_register_periph()
189 init.parent_names = parent_names; in _tegra_clk_register_periph()
190 init.num_parents = num_parents; in _tegra_clk_register_periph()
197 periph->hw.init = &init; in _tegra_clk_register_periph()
238 return _tegra_clk_register_periph(init->name, init->p.parent_names, in tegra_clk_register_periph_data()
239 init->num_parents, &init->periph, in tegra_clk_register_periph_data()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-tiny-initramfs.bb5 first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
33 # Modify our init file so the user knows we drop to shell prompt on purpose
35 with open(d.expand('${IMAGE_ROOTFS}/init'), 'r') as init:
36 newinit = init.read()
38 with open(d.expand('${IMAGE_ROOTFS}/init'), 'w') as init:
39 init.write(newinit)
44 QB_KERNEL_CMDLINE_APPEND += "debugshell=3 init=/bin/busybox sh init"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/
H A Dconntrack-tools_1.4.8.bb13 file://init \
35 install -d ${D}/${sysconfdir}/init.d
37 install -m 0755 ${WORKDIR}/conntrack-failover ${D}/${sysconfdir}/init.d/conntrack-failover
38 install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/conntrackd
41 … -i 's!/usr/sbin/!${sbindir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir}/i…
42 …ed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir}/i…
43 …-i 's!/var/!${localstatedir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir}/i…
44 …ort PATH=${base_sbindir}:${base_bindir}:${sbindir}:${bindir}!' ${D}/${sysconfdir}/init.d/conntrackd
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/
H A Dkmod_31.bb40 PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
41 RPROVIDES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
42 RCONFLICTS:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
43 RREPLACES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
45 # to force user to remove old module-init-tools and replace them with kmod variants
46 RCONFLICTS:libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb1 SUMMARY = "SysV init scripts"
51 init-system-helpers-service \
57 FILES:${PN}-functions = "${sysconfdir}/init.d/functions*"
73 install -d ${D}${sysconfdir}/init.d
90 install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d
94 install -m 0755 ${WORKDIR}/reboot ${D}${sysconfdir}/init.d
96 install -m 0755 ${WORKDIR}/sendsigs ${D}${sysconfdir}/init.d
97 install -m 0755 ${WORKDIR}/single ${D}${sysconfdir}/init.d
99 install -m 0755 ${WORKDIR}/urandom ${D}${sysconfdir}/init.d
101 install -m 0755 ${WORKDIR}/devpts.sh ${D}${sysconfdir}/init.d
[all …]
/openbmc/linux/drivers/clk/qcom/
H A Ddispcc-sm6125.c42 .hw.init = &(struct clk_init_data){
332 .hw.init = &(struct clk_init_data){
350 .hw.init = &(struct clk_init_data){
368 .hw.init = &(struct clk_init_data){
386 .hw.init = &(struct clk_init_data){
404 .hw.init = &(struct clk_init_data){
422 .hw.init = &(struct clk_init_data){
440 .hw.init = &(struct clk_init_data){
458 .hw.init = &(struct clk_init_data){
476 .hw.init = &(struct clk_init_data){
[all …]
H A Dgpucc-sa8775p.c64 .hw.init = &(const struct clk_init_data){
90 .hw.init = &(const struct clk_init_data){
277 .hw.init = &(const struct clk_init_data){
295 .hw.init = &(const struct clk_init_data){
309 .hw.init = &(const struct clk_init_data){
327 .hw.init = &(const struct clk_init_data){
345 .hw.init = &(const struct clk_init_data){
363 .hw.init = &(const struct clk_init_data){
377 .hw.init = &(const struct clk_init_data){
395 .hw.init = &(const struct clk_init_data){
[all …]
H A Ddispcc-sm6375.c60 .hw.init = &(struct clk_init_data){
269 .hw.init = &(struct clk_init_data){
287 .hw.init = &(struct clk_init_data){
305 .hw.init = &(struct clk_init_data){
323 .hw.init = &(struct clk_init_data){
341 .hw.init = &(struct clk_init_data){
359 .hw.init = &(struct clk_init_data){
377 .hw.init = &(struct clk_init_data){
395 .hw.init = &(struct clk_init_data){
413 .hw.init = &(struct clk_init_data){
[all …]
/openbmc/linux/drivers/clk/davinci/
H A Dda8xx-cfgchip.c107 init.name = info->name; in da8xx_cfgchip_gate_clk_register()
113 init.num_parents = 1; in da8xx_cfgchip_gate_clk_register()
114 init.flags = 0; in da8xx_cfgchip_gate_clk_register()
116 gate->hw.init = &init; in da8xx_cfgchip_gate_clk_register()
254 init.num_parents = 2; in da8xx_cfgchip_mux_clk_register()
255 init.flags = 0; in da8xx_cfgchip_mux_clk_register()
257 mux->hw.init = &init; in da8xx_cfgchip_mux_clk_register()
527 init.num_parents = 2; in da8xx_cfgchip_register_usb0_clk48()
529 usb0->hw.init = &init; in da8xx_cfgchip_register_usb0_clk48()
596 init.num_parents = 2; in da8xx_cfgchip_register_usb1_clk48()
[all …]
/openbmc/linux/drivers/clk/versatile/
H A Dclk-vexpress-osc.c67 struct clk_init_data init; in vexpress_osc_probe() local
87 &init.name) != 0) in vexpress_osc_probe()
88 init.name = dev_name(&pdev->dev); in vexpress_osc_probe()
90 init.ops = &vexpress_osc_ops; in vexpress_osc_probe()
91 init.flags = 0; in vexpress_osc_probe()
92 init.num_parents = 0; in vexpress_osc_probe()
94 osc->hw.init = &init; in vexpress_osc_probe()
103 dev_dbg(&pdev->dev, "Registered clock '%s'\n", init.name); in vexpress_osc_probe()
/openbmc/linux/arch/arm/kernel/
H A Dvmlinux-xip.lds.S40 *(.alt.smp.init)
81 .init.proc.info : {
84 .init.arch.info : {
86 *(.arch.info.init)
89 .init.tagtable : {
91 *(.taglist.init)
94 .init.rodata : {
124 .init.data : AT(ADDR(.init.data) - LOAD_OFFSET) {
/openbmc/linux/drivers/clk/imx/
H A Dclk-gate-exclusive.c64 struct clk_init_data init; in imx_clk_hw_gate_exclusive() local
75 init.name = name; in imx_clk_hw_gate_exclusive()
76 init.ops = &clk_gate_exclusive_ops; in imx_clk_hw_gate_exclusive()
77 init.flags = CLK_SET_RATE_PARENT; in imx_clk_hw_gate_exclusive()
78 init.parent_names = parent ? &parent : NULL; in imx_clk_hw_gate_exclusive()
79 init.num_parents = parent ? 1 : 0; in imx_clk_hw_gate_exclusive()
84 gate->hw.init = &init; in imx_clk_hw_gate_exclusive()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A Dsysvinit-implement-status.patch11 atop.init | 3 +++
14 diff --git a/atop.init b/atop.init
16 --- a/atop.init
17 +++ b/atop.init
22 +[ -f /etc/init.d/functions ] && . /etc/init.d/functions
/openbmc/qemu/crypto/
H A Dhash-nettle.c48 qcrypto_nettle_init init; member
54 .init = (qcrypto_nettle_init)md5_init,
60 .init = (qcrypto_nettle_init)sha1_init,
66 .init = (qcrypto_nettle_init)sha224_init,
72 .init = (qcrypto_nettle_init)sha256_init,
78 .init = (qcrypto_nettle_init)sha384_init,
84 .init = (qcrypto_nettle_init)sha512_init,
90 .init = (qcrypto_nettle_init)ripemd160_init,
100 qcrypto_hash_alg_map[alg].init != NULL) { in qcrypto_hash_supports()
125 qcrypto_hash_alg_map[alg].init(&ctx); in qcrypto_nettle_hash_bytesv()
/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/
H A Demmc-init_0.1.bb12 file://emmc-init \
13 file://emmc-init.service \
17 install -d ${D}${libexecdir}/emmc-init
18 install -m 0755 ${WORKDIR}/emmc-init ${D}${libexecdir}/emmc-init
21 SYSTEMD_SERVICE:${PN} += "emmc-init.service"
/openbmc/linux/drivers/clk/ti/
H A Ddpll.c161 const struct clk_init_data *init = hw->init; in _register_dpll() local
195 kfree(init); in _register_dpll()
202 kfree(init); in _register_dpll()
238 clk_hw->hw.init = &init; in _register_dpll_x2()
240 init.name = name; in _register_dpll_x2()
241 init.ops = ops; in _register_dpll_x2()
243 init.num_parents = 1; in _register_dpll_x2()
293 init = kzalloc(sizeof(*init), GFP_KERNEL); in of_ti_dpll_setup()
299 clk_hw->hw.init = init; in of_ti_dpll_setup()
302 init->ops = ops; in of_ti_dpll_setup()
[all …]
/openbmc/linux/drivers/clk/uniphier/
H A Dclk-uniphier-gate.c65 struct clk_init_data init; in uniphier_clk_register_gate() local
72 init.name = name; in uniphier_clk_register_gate()
73 init.ops = &uniphier_clk_gate_ops; in uniphier_clk_register_gate()
74 init.flags = data->parent_name ? CLK_SET_RATE_PARENT : 0; in uniphier_clk_register_gate()
75 init.parent_names = data->parent_name ? &data->parent_name : NULL; in uniphier_clk_register_gate()
76 init.num_parents = data->parent_name ? 1 : 0; in uniphier_clk_register_gate()
81 gate->hw.init = &init; in uniphier_clk_register_gate()
/openbmc/linux/arch/um/drivers/
H A Ddaemon_kern.c23 struct daemon_init *init = data; in daemon_init() local
27 dpri->sock_type = init->sock_type; in daemon_init()
28 dpri->ctl_sock = init->ctl_sock; in daemon_init()
55 .init = daemon_init,
63 struct daemon_init *init = data; in daemon_setup() local
66 *init = ((struct daemon_init) in daemon_setup()
70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup()

12345678910>>...213