Home
last modified time | relevance | path

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

12345

/drivers/net/ethernet/dec/tulip/
Dmedia.c168 void tulip_select_media(struct net_device *dev, int startup) in tulip_select_media() argument
185 if (startup) in tulip_select_media()
200 if (startup && mtable->has_reset) { in tulip_select_media()
229 if (startup) { in tulip_select_media()
235 if (startup) iowrite32(csr13val, ioaddr + CSR13); in tulip_select_media()
258 if (startup) { in tulip_select_media()
284 if (startup) { in tulip_select_media()
311 if (tmp_info && startup < 2) { in tulip_select_media()
330 if (startup && mtable->has_reset) { in tulip_select_media()
351 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/input/
Djoydev.c66 int startup; member
108 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event()
112 client->startup = 0; in joydev_pass_event()
310 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event()
315 if (client->startup < joydev->nkey) { in joydev_generate_startup_event()
317 event->number = client->startup; in joydev_generate_startup_event()
322 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event()
325 client->startup++; in joydev_generate_startup_event()
377 client->startup = 0; in joydev_0x_read()
393 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,
143 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
Dspeakup_ltlk.c115 .startup = SYNTH_START,
172 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
Dspeakup_audptr.c108 .startup = SYNTH_START,
173 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
Dspeakup_apollo.c112 .startup = SYNTH_START,
205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
Dspeakup_decext.c130 .startup = SYNTH_START,
231 module_param_named(start, synth_decext.startup, short, S_IRUGO);
Dspeakup_keypc.c109 .startup = SYNTH_START,
314 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
Dspeakup_dectlk.c132 .startup = SYNTH_START,
300 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
Dspeakup_acntpc.c118 .startup = SYNTH_START,
313 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
Dspeakup_soft.c133 .startup = SYNTH_START,
346 module_param_named(start, synth_soft.startup, short, S_IRUGO);
Dspeakup_decpc.c223 .startup = SYNTH_START,
483 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
Dspeakup_dtlk.c132 .startup = SYNTH_START,
380 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
Dspk_types.h163 short startup; member
/drivers/usb/serial/
Dvisor.c478 int (*startup)(struct usb_serial *serial, in visor_probe() local
501 startup = (void *)id->driver_info; in visor_probe()
502 retval = startup(serial, id); in visor_probe()
/drivers/net/irda/
Dpxaficp_ir.c883 if (si->pdata->startup) { in pxa_irda_probe()
884 err = si->pdata->startup(si->dev); in pxa_irda_probe()
889 if (gpio_is_valid(si->pdata->gpio_pwdown) && si->pdata->startup) in pxa_irda_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/tty/serial/
D68328serial.c361 static int startup(struct m68k_serial * info) in startup() function
863 retval = startup(info);
1206 retval = startup(info);
Dmux.c455 .startup = mux_startup,
/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet.h100 void (*startup) (struct net_device * dev); member

12345