Searched refs:startup (Results 1 - 25 of 99) sorted by relevance

1234

/drivers/net/ethernet/dec/tulip/
H A Dmedia.c168 void tulip_select_media(struct net_device *dev, int startup) argument
185 if (startup)
200 if (startup && mtable->has_reset) {
229 if (startup) {
235 if (startup) iowrite32(csr13val, ioaddr + CSR13);
258 if (startup) {
284 if (startup) {
311 if (tmp_info && startup < 2) {
330 if (startup && mtable->has_reset) {
351 if (startup
[all...]
H A D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65))); local
192 tulip_select_media(dev, startup);
H A Dtulip.h500 void tulip_select_media(struct net_device *dev, int startup);
/drivers/staging/speakup/
H A Dspeakup_bns.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_bns.startup, short, S_IRUGO);
H A Dspeakup_dummy.c102 .startup = SYNTH_START,
127 module_param_named(start, synth_dummy.startup, short, S_IRUGO);
H A Dspeakup_txprt.c100 .startup = SYNTH_START,
125 module_param_named(start, synth_txprt.startup, short, S_IRUGO);
H A Dspeakup_acntsa.c103 .startup = SYNTH_START,
141 module_param_named(start, synth_acntsa.startup, short, S_IRUGO);
H A Dspeakup_audptr.c108 .startup = SYNTH_START,
173 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
H A Dspeakup_ltlk.c115 .startup = SYNTH_START,
172 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
H A Dspeakup_spkout.c107 .startup = SYNTH_START,
143 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
H A Dspeakup_acntpc.c118 .startup = SYNTH_START,
313 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
H A Dspeakup_apollo.c112 .startup = SYNTH_START,
205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
H A Dspeakup_decext.c130 .startup = SYNTH_START,
231 module_param_named(start, synth_decext.startup, short, S_IRUGO);
H A Dspeakup_dectlk.c132 .startup = SYNTH_START,
300 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
H A Dspeakup_keypc.c109 .startup = SYNTH_START,
314 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
H A Dspeakup_dtlk.c132 .startup = SYNTH_START,
380 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
H A Dspeakup_soft.c133 .startup = SYNTH_START,
351 module_param_named(start, synth_soft.startup, short, S_IRUGO);
H A Dspeakup_decpc.c223 .startup = SYNTH_START,
483 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
H A Dspk_types.h163 short startup; member in struct:spk_synth
/drivers/input/
H A Djoydev.c66 int startup; member in struct:joydev_client
108 if (client->startup == joydev->nabs + joydev->nkey) {
112 client->startup = 0;
310 have_event = client->startup < joydev->nabs + joydev->nkey;
315 if (client->startup < joydev->nkey) {
317 event->number = client->startup;
322 event->number = client->startup - joydev->nkey;
325 client->startup++;
377 client->startup = 0;
393 return client->startup < joyde
[all...]
/drivers/usb/serial/
H A Dvisor.c478 int (*startup)(struct usb_serial *serial,
501 startup = (void *)id->driver_info;
502 retval = startup(serial, id);
/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h100 void (*startup) (struct net_device * dev); member in struct:phy_info
/drivers/tty/serial/
H A Dmux.c455 .startup = mux_startup,
H A D68328serial.c361 static int startup(struct m68k_serial * info) function
863 retval = startup(info);
1206 retval = startup(info);
/drivers/net/irda/
H A Dpxaficp_ir.c634 printk(KERN_DEBUG "pxa_ir: irda startup\n");
883 if (si->pdata->startup) {
884 err = si->pdata->startup(si->dev);
889 if (gpio_is_valid(si->pdata->gpio_pwdown) && si->pdata->startup)
890 dev_warn(si->dev, "gpio_pwdown and startup() both defined!\n");

Completed in 287 milliseconds

1234