Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 25 of 116) sorted by relevance

12345

/drivers/net/ethernet/dec/tulip/
Dmedia.c167 void tulip_select_media(struct net_device *dev, int startup) in tulip_select_media() argument
184 if (startup) in tulip_select_media()
199 if (startup && mtable->has_reset) { in tulip_select_media()
228 if (startup) { in tulip_select_media()
234 if (startup) iowrite32(csr13val, ioaddr + CSR13); in tulip_select_media()
257 if (startup) { in tulip_select_media()
283 if (startup) { in tulip_select_media()
310 if (tmp_info && startup < 2) { in tulip_select_media()
329 if (startup && mtable->has_reset) { in tulip_select_media()
350 if (startup && ! tp->medialock) in tulip_select_media()
[all …]
D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); in t21142_lnk_change() local
192 tulip_select_media(dev, startup); in t21142_lnk_change()
/drivers/clk/at91/
Dclk-slow.c125 unsigned long startup, in at91_clk_register_slow_osc() argument
147 osc->startup_usec = startup; in at91_clk_register_slow_osc()
166 u32 startup; in of_at91sam9x5_clk_slow_osc_setup() local
171 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_osc_setup()
174 clk = at91_clk_register_slow_osc(sckcr, name, parent_name, startup, in of_at91sam9x5_clk_slow_osc_setup()
238 unsigned long startup) in at91_clk_register_slow_rc_osc() argument
261 osc->startup_usec = startup; in at91_clk_register_slow_rc_osc()
276 u32 startup = 0; in of_at91sam9x5_clk_slow_rc_osc_setup() local
282 of_property_read_u32(np, "atmel,startup-time-usec", &startup); in of_at91sam9x5_clk_slow_rc_osc_setup()
285 startup); in of_at91sam9x5_clk_slow_rc_osc_setup()
/drivers/s390/char/
Dhmcdrv_ftp.c31 int (*startup)(void); member
294 .startup = diag_ftp_startup, in hmcdrv_ftp_startup()
300 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup()
318 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()
/drivers/input/
Djoydev.c67 int startup; member
106 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event()
110 client->startup = 0; in joydev_pass_event()
289 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event()
294 if (client->startup < joydev->nkey) { in joydev_generate_startup_event()
296 event->number = client->startup; in joydev_generate_startup_event()
301 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event()
304 client->startup++; in joydev_generate_startup_event()
356 client->startup = 0; in joydev_0x_read()
372 return client->startup < joydev->nabs + joydev->nkey || in joydev_data_pending()
/drivers/staging/speakup/
Dspeakup_dummy.c102 .startup = SYNTH_START,
127 module_param_named(start, synth_dummy.startup, short, S_IRUGO);
Dspeakup_txprt.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_txprt.startup, short, S_IRUGO);
Dspeakup_bns.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_bns.startup, short, S_IRUGO);
Dspeakup_acntsa.c103 .startup = SYNTH_START,
141 module_param_named(start, synth_acntsa.startup, short, S_IRUGO);
Dspeakup_spkout.c107 .startup = SYNTH_START,
144 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
Dspeakup_audptr.c108 .startup = SYNTH_START,
175 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
Dspeakup_ltlk.c115 .startup = SYNTH_START,
173 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
Dspeakup_apollo.c112 .startup = SYNTH_START,
205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
Dspeakup_decext.c131 .startup = SYNTH_START,
232 module_param_named(start, synth_decext.startup, short, S_IRUGO);
Dspeakup_keypc.c109 .startup = SYNTH_START,
317 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
Dspeakup_dectlk.c132 .startup = SYNTH_START,
304 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
Dspeakup_acntpc.c118 .startup = SYNTH_START,
316 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
Dspeakup_soft.c133 .startup = SYNTH_START,
349 module_param_named(start, synth_soft.startup, short, S_IRUGO);
Dspeakup_decpc.c223 .startup = SYNTH_START,
490 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
Dspeakup_dtlk.c132 .startup = SYNTH_START,
385 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
Dspk_types.h163 short startup; member
/drivers/usb/serial/
Dvisor.c441 int (*startup)(struct usb_serial *serial, in visor_probe() local
462 startup = (void *)id->driver_info; in visor_probe()
463 retval = startup(serial, id); in visor_probe()
/drivers/net/wireless/orinoco/
DKconfig47 on startup. The firmware will remain cached until the
132 This driver requires firmware download on startup. Utilities
/drivers/net/irda/
Dpxaficp_ir.c891 if (si->pdata->startup) { in pxa_irda_probe()
892 err = si->pdata->startup(si->dev); in pxa_irda_probe()
897 if (gpio_is_valid(si->pdata->gpio_pwdown) && si->pdata->startup) in pxa_irda_probe()
/drivers/tty/serial/
D68328serial.c373 static int startup(struct m68k_serial *info, struct tty_struct *tty) in startup() function
871 retval = startup(info, tty);
1118 retval = startup(info, tty);

12345