/drivers/net/ethernet/dec/tulip/ |
D | media.c | 168 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 …]
|
D | 21142.c | 190 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/ |
D | joydev.c | 66 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/ |
D | speakup_dummy.c | 102 .startup = SYNTH_START, 127 module_param_named(start, synth_dummy.startup, short, S_IRUGO);
|
D | speakup_txprt.c | 100 .startup = SYNTH_START, 125 module_param_named(start, synth_txprt.startup, short, S_IRUGO);
|
D | speakup_bns.c | 100 .startup = SYNTH_START, 125 module_param_named(start, synth_bns.startup, short, S_IRUGO);
|
D | speakup_acntsa.c | 103 .startup = SYNTH_START, 141 module_param_named(start, synth_acntsa.startup, short, S_IRUGO);
|
D | speakup_spkout.c | 107 .startup = SYNTH_START, 143 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
|
D | speakup_ltlk.c | 115 .startup = SYNTH_START, 172 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
|
D | speakup_audptr.c | 108 .startup = SYNTH_START, 173 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
|
D | speakup_apollo.c | 112 .startup = SYNTH_START, 205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
|
D | speakup_decext.c | 130 .startup = SYNTH_START, 231 module_param_named(start, synth_decext.startup, short, S_IRUGO);
|
D | speakup_keypc.c | 109 .startup = SYNTH_START, 314 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
|
D | speakup_dectlk.c | 132 .startup = SYNTH_START, 300 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
|
D | speakup_acntpc.c | 118 .startup = SYNTH_START, 313 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
|
D | speakup_soft.c | 133 .startup = SYNTH_START, 346 module_param_named(start, synth_soft.startup, short, S_IRUGO);
|
D | speakup_decpc.c | 223 .startup = SYNTH_START, 483 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
|
D | speakup_dtlk.c | 132 .startup = SYNTH_START, 380 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
|
D | spk_types.h | 163 short startup; member
|
/drivers/usb/serial/ |
D | visor.c | 478 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/ |
D | pxaficp_ir.c | 883 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/ |
D | Kconfig | 47 on startup. The firmware will remain cached until the 132 This driver requires firmware download on startup. Utilities
|
/drivers/tty/serial/ |
D | 68328serial.c | 361 static int startup(struct m68k_serial * info) in startup() function 863 retval = startup(info); 1206 retval = startup(info);
|
D | mux.c | 455 .startup = mux_startup,
|
/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet.h | 100 void (*startup) (struct net_device * dev); member
|