/drivers/lguest/ |
D | lguest_user.c | 126 if (lg->dead) { in read() 130 if (IS_ERR(lg->dead)) in read() 131 return PTR_ERR(lg->dead); in read() 134 len = min(size, strlen(lg->dead)+1); in read() 135 if (copy_to_user(user, lg->dead, len) != 0) in read() 322 if (lg->dead) in write() 392 if (!IS_ERR(lg->dead)) in close() 393 kfree(lg->dead); in close()
|
D | lg.h | 111 const char *dead; member 249 if (!(cpu)->lg->dead) { \ 250 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \ 251 if (!(cpu)->lg->dead) \ 252 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \
|
D | core.c | 220 while (!cpu->lg->dead) { in run_guest() 260 if (cpu->lg->dead) in run_guest() 297 if (cpu->lg->dead == ERR_PTR(-ERESTART)) in run_guest()
|
D | hypercalls.c | 72 cpu->lg->dead = ERR_PTR(-ERESTART); in do_hcall()
|
/drivers/input/serio/ |
D | serio_raw.c | 42 bool dead; member 93 if (serio_raw->dead) { in serio_raw_open() 170 if (serio_raw->dead) in serio_raw_read() 192 serio_raw->dead); in serio_raw_read() 213 if (serio_raw->dead) { in serio_raw_write() 250 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM; in serio_raw_poll() 401 serio_raw->dead = true; in serio_raw_disconnect()
|
/drivers/mmc/host/ |
D | sdhci-spear.c | 147 int dead = 0; in sdhci_remove() local 152 dead = 1; in sdhci_remove() 154 sdhci_remove_host(host, dead); in sdhci_remove()
|
D | sdhci-pltfm.c | 223 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local 225 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
|
D | sdhci-acpi.c | 509 int dead; in sdhci_acpi_remove() local 520 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove() 521 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
|
D | sdhci-pci-core.c | 601 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument 603 if (dead) in jmicron_remove_slot() 1753 int dead; in sdhci_pci_remove_slot() local 1758 dead = 0; in sdhci_pci_remove_slot() 1761 dead = 1; in sdhci_pci_remove_slot() 1763 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot() 1769 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
|
D | sdhci-msm.c | 574 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == in sdhci_msm_remove() local 577 sdhci_remove_host(host, dead); in sdhci_msm_remove()
|
D | sdhci-esdhc-imx.c | 1243 int dead; in sdhci_esdhc_imx_remove() local 1246 dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_esdhc_imx_remove() 1250 sdhci_remove_host(host, dead); in sdhci_esdhc_imx_remove()
|
/drivers/usb/host/ |
D | uhci-hcd.c | 156 uhci->dead = 1; in uhci_hc_died() 358 if (uhci->dead) in suspend_rh() 421 if (uhci->dead) in wakeup_rh() 712 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead) in uhci_stop() 731 else if (uhci->dead) in uhci_rh_suspend() 758 else if (!uhci->dead) in uhci_rh_resume()
|
D | uhci-hub.c | 194 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data() 252 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
|
D | uhci-pci.c | 180 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_pci_suspend()
|
/drivers/staging/octeon-usb/ |
D | TODO | 7 - dead code elimination
|
/drivers/tty/ |
D | n_gsm.c | 154 int dead; /* Refuse re-open */ member 243 int dead; /* Has the mux been shut down */ member 1224 dlci->dead = 1; in gsm_control_message() 1225 gsm->dead = 1; in gsm_control_message() 1451 dlci->gsm->dead = 1; in gsm_dlci_close() 1811 if (dlci->dead) in gsm_queue() 2065 gsm->dead = 1; in gsm_cleanup_mux() 2089 dlci->dead = 1; in gsm_cleanup_mux() 2146 gsm->dead = 0; /* Tty opens are now permissible */ in gsm_activate_mux() 2220 gsm->dead = 1; /* Avoid early tty opens */ in gsm_alloc_mux() [all …]
|
/drivers/staging/vt6655/ |
D | TODO | 7 - remove dead code
|
/drivers/acpi/ |
D | acpi_ipmi.c | 52 bool dead; member 179 ipmi_device->dead = true; in __ipmi_dev_kill() 569 if (ipmi_device->dead) { in acpi_ipmi_space_handler()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.h | 50 int notify_ref, dead; member
|
D | nouveau_fence.c | 105 fctx->dead = 1; in nouveau_fence_context_del() 496 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
|
/drivers/media/pci/pluto2/ |
D | pluto2.c | 121 unsigned int dead; member 342 if (pluto->dead == 0) in pluto_irq() 345 pluto->dead = 1; in pluto_irq()
|
/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 319 if (minfo->dead) in matrox_pan_var() 365 minfo->dead = 1; in matroxfb_remove() 391 if (minfo->dead) { in matroxfb_open() 412 if (!(--minfo->usecount) && minfo->dead) { in matroxfb_release() 738 if (minfo->dead) { in matroxfb_check_var() 757 if (minfo->dead) { in matroxfb_set_par() 881 if (minfo->dead) { in matroxfb_ioctl() 1179 if (minfo->dead) in matroxfb_blank() 2064 minfo->dead = 0; in matroxfb_probe()
|
/drivers/net/ppp/ |
D | ppp_generic.c | 90 int dead; /* unit/channel has been shut down */ member 439 if (pf->dead) in ppp_read() 535 if (pf->dead) in ppp_poll() 1148 ppp->file.dead = 1; in ppp_dev_uninit() 2420 pch->file.dead = 1; in ppp_unregister_channel() 2864 if (!ppp->file.dead || ppp->n_channels) { in ppp_destroy_interface() 2868 ppp, ppp->file.dead, ppp->n_channels); in ppp_destroy_interface() 3025 if (!pch->file.dead) { in ppp_destroy_channel()
|
/drivers/atm/ |
D | ambassador.c | 563 if (test_bit (dead, &dev->flags)) in command_do() 633 if (test_bit (dead, &dev->flags)) in tx_give() 750 if (test_bit (dead, &dev->flags)) in drain_rx_pool() 788 if (test_bit (dead, &dev->flags)) in fill_rx_pool() 1317 if (test_bit (dead, &dev->flags)) in amb_send()
|
D | ambassador.h | 537 dead enumerator
|