Searched defs:dead (Results 1 - 20 of 20) sorted by relevance

/drivers/mmc/host/
H A Dsdhci-pltfm.c228 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
230 sdhci_remove_host(host, dead);
H A Dsdhci-spear.c176 int dead = 0; local
181 dead = 1;
183 sdhci_remove_host(host, dead);
H A Dsdhci-acpi.c378 int dead; local
389 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0);
390 sdhci_remove_host(c->host, dead);
H A Dsdhci-bcm-kona.c348 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
350 sdhci_remove_host(host, dead);
H A Dsdhci-tegra.c303 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
305 sdhci_remove_host(host, dead);
H A Dsdhci-msm.c578 int dead = (readl_relaxed(host->ioaddr + SDHCI_INT_STATUS) == local
581 sdhci_remove_host(host, dead);
H A Dsdhci-esdhc-imx.c1168 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
1170 sdhci_remove_host(host, dead);
H A Dsdhci-pci.c498 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) argument
500 if (dead)
1477 int dead; local
1482 dead = 0;
1485 dead = 1;
1487 sdhci_remove_host(slot->host, dead);
1493 slot->chip->fixes->remove_slot(slot, dead);
H A Dsdhci.c3302 void sdhci_remove_host(struct sdhci_host *host, int dead) argument
3307 if (dead) {
3331 if (!dead)
/drivers/gpu/drm/nouveau/core/core/
H A Dobject.c155 int dead = atomic_dec_and_test(&(*ref)->refcount); local
157 if (dead)
/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h50 int notify_ref, dead; member in struct:nouveau_fence_chan
/drivers/input/serio/
H A Dserio_raw.c42 bool dead; member in struct:serio_raw
93 if (serio_raw->dead) {
170 if (serio_raw->dead)
192 serio_raw->dead);
213 if (serio_raw->dead) {
250 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM;
379 * dead device.
401 serio_raw->dead = true;
/drivers/lguest/
H A Dlg.h116 const char *dead; member in struct:lguest
251 if (!(cpu)->lg->dead) { \
252 (cpu)->lg->dead = kasprintf(GFP_ATOMIC, fmt); \
253 if (!(cpu)->lg->dead) \
254 (cpu)->lg->dead = ERR_PTR(-ENOMEM); \
/drivers/acpi/
H A Dacpi_ipmi.c56 bool dead; member in struct:acpi_ipmi_device
180 * Always setting dead flag after deleting from the list or
183 ipmi_device->dead = true;
573 if (ipmi_device->dead) {
/drivers/media/pci/pluto2/
H A Dpluto2.c121 unsigned int dead; member in struct:pluto
342 if (pluto->dead == 0)
344 /* It's dead Jim */
345 pluto->dead = 1;
/drivers/usb/host/
H A Duhci-hcd.h414 unsigned int dead:1; /* Controller has died */ member in struct:uhci_hcd
/drivers/atm/
H A Dambassador.h537 dead enumerator in enum:__anon121
/drivers/net/ppp/
H A Dppp_generic.c88 int dead; /* unit/channel has been shut down */ member in struct:ppp_file
432 if (pf->dead)
524 if (pf->dead)
2344 pch->file.dead = 1;
2796 ppp->file.dead = 1;
2812 if (!ppp->file.dead || ppp->n_channels) {
2815 "but dead=%d n_channels=%d !\n",
2816 ppp, ppp->file.dead, ppp->n_channels);
2961 if (!pch->file.dead) {
/drivers/tty/
H A Dn_gsm.c151 int dead; /* Refuse re-open */ member in struct:gsm_dlci
240 int dead; /* Has the mux been shut down */ member in struct:gsm_mux
1215 dlci->dead = 1;
1216 gsm->dead = 1;
1436 dlci->gsm->dead = 1;
1784 if (dlci->dead)
2038 gsm->dead = 1;
2060 dlci->dead = 1;
2117 gsm->dead = 0; /* Tty opens are now permissible */
2125 * Dispose of allocated resources for a dead mu
[all...]
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h363 int dead; member in struct:matrox_fb_info

Completed in 446 milliseconds