/drivers/net/ethernet/dec/tulip/ |
D | media.c | 167 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() 324 if (startup && mtable->has_reset) { in tulip_select_media() 345 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/s390/char/ |
D | hmcdrv_ftp.c | 32 int (*startup)(void); member 295 .startup = diag_ftp_startup, in hmcdrv_ftp_startup() 301 .startup = sclp_ftp_startup, in hmcdrv_ftp_startup() 319 rc = hmcdrv_ftp_funcs->startup(); in hmcdrv_ftp_startup()
|
/drivers/input/ |
D | joydev.c | 62 int startup; member 101 if (client->startup == joydev->nabs + joydev->nkey) { in joydev_pass_event() 105 client->startup = 0; in joydev_pass_event() 297 have_event = client->startup < joydev->nabs + joydev->nkey; in joydev_generate_startup_event() 302 if (client->startup < joydev->nkey) { in joydev_generate_startup_event() 304 event->number = client->startup; in joydev_generate_startup_event() 309 event->number = client->startup - joydev->nkey; in joydev_generate_startup_event() 312 client->startup++; in joydev_generate_startup_event() 364 client->startup = 0; in joydev_0x_read() 380 return client->startup < joydev->nabs + joydev->nkey || in joydev_data_pending()
|
/drivers/accessibility/speakup/ |
D | speakup_bns.c | 88 .startup = SYNTH_START, 115 module_param_named(start, synth_bns.startup, short, 0444);
|
D | speakup_txprt.c | 87 .startup = SYNTH_START, 114 module_param_named(start, synth_txprt.startup, short, 0444);
|
D | speakup_dummy.c | 95 .startup = SYNTH_START, 122 module_param_named(start, synth_dummy.startup, short, 0444);
|
D | speakup_spkout.c | 93 .startup = SYNTH_START, 126 module_param_named(start, synth_spkout.startup, short, 0444);
|
D | speakup_acntsa.c | 91 .startup = SYNTH_START, 131 module_param_named(start, synth_acntsa.startup, short, 0444);
|
D | speakup_audptr.c | 95 .startup = SYNTH_START, 158 module_param_named(start, synth_audptr.startup, short, 0444);
|
D | speakup_ltlk.c | 102 .startup = SYNTH_START, 162 module_param_named(start, synth_ltlk.startup, short, 0444);
|
D | speakup_apollo.c | 100 .startup = SYNTH_START, 195 module_param_named(start, synth_apollo.startup, short, 0444);
|
D | speakup_decext.c | 119 .startup = SYNTH_START, 227 module_param_named(start, synth_decext.startup, short, 0444);
|
D | speakup_keypc.c | 96 .startup = SYNTH_START, 307 module_param_named(start, synth_keypc.startup, short, 0444);
|
D | speakup_dectlk.c | 123 .startup = SYNTH_START, 299 module_param_named(start, synth_dectlk.startup, short, 0444);
|
D | speakup_acntpc.c | 105 .startup = SYNTH_START, 307 module_param_named(start, synth_acntpc.startup, short, 0444);
|
D | speakup_dtlk.c | 120 .startup = SYNTH_START, 378 module_param_named(start, synth_dtlk.startup, short, 0444);
|
D | speakup_soft.c | 126 .startup = SYNTH_START, 421 module_param_named(start, synth_soft.startup, short, 0444);
|
D | speakup_decpc.c | 213 .startup = SYNTH_START, 485 module_param_named(start, synth_dec_pc.startup, short, 0444);
|
/drivers/clk/at91/ |
D | sckc.c | 121 unsigned long startup, in at91_clk_register_slow_osc() argument 145 osc->startup_usec = startup; in at91_clk_register_slow_osc() 229 unsigned long startup, in at91_clk_register_slow_rc_osc() argument 255 osc->startup_usec = startup; in at91_clk_register_slow_rc_osc()
|
/drivers/firmware/psci/ |
D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
/drivers/iio/temperature/ |
D | mlx90614.c | 176 static int mlx90614_power_get(struct mlx90614_data *data, bool startup) in mlx90614_power_get() argument 185 if (startup) { in mlx90614_power_get() 207 static inline int mlx90614_power_get(struct mlx90614_data *data, bool startup) in mlx90614_power_get() argument
|
/drivers/usb/serial/ |
D | visor.c | 439 int (*startup)(struct usb_serial *serial, in visor_probe() local 460 startup = (void *)id->driver_info; in visor_probe() 461 retval = startup(serial, id); in visor_probe()
|
/drivers/pci/controller/ |
D | pcie-mediatek.c | 156 int (*startup)(struct mtk_pcie_port *port); member 883 if (!pcie->soc->startup(port)) in mtk_pcie_enable_port() 1186 .startup = mtk_pcie_startup_port, 1191 .startup = mtk_pcie_startup_port_v2, 1198 .startup = mtk_pcie_startup_port_v2, 1207 .startup = mtk_pcie_startup_port_v2,
|
/drivers/mailbox/ |
D | mailbox.c | 387 if (chan->mbox->ops->startup) { in mbox_request_channel() 388 ret = chan->mbox->ops->startup(chan); in mbox_request_channel()
|