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

/drivers/mmc/host/
H A Dsdhci-pltfm.c195 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
197 sdhci_remove_host(host, dead);
H A Dsdhci-spear.c244 int dead; local
258 dead = 0;
261 dead = 1;
263 sdhci_remove_host(host, dead);
H A Dsdhci-tegra.c288 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
290 sdhci_remove_host(host, dead);
H A Dsdhci-esdhc-imx.c576 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); local
578 sdhci_remove_host(host, dead);
H A Dsdhci-pci.c499 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) argument
501 if (dead)
1276 int dead; local
1281 dead = 0;
1284 dead = 1;
1286 sdhci_remove_host(slot->host, dead);
1292 slot->chip->fixes->remove_slot(slot, dead);
H A Dsdhci.c3026 void sdhci_remove_host(struct sdhci_host *host, int dead) argument
3030 if (dead) {
3054 if (!dead)
/drivers/input/serio/
H A Dserio_raw.c43 bool dead; member in struct:serio_raw
94 if (serio_raw->dead) {
170 if (serio_raw->dead)
177 serio_raw->head != serio_raw->tail || serio_raw->dead);
181 if (serio_raw->dead)
208 if (serio_raw->dead) {
241 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM;
370 * dead device.
392 serio_raw->dead = true;
/drivers/lguest/
H A Dlg.h117 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/scsi/isci/
H A Drequest.h77 dead = 0x07 enumerator in enum:isci_request_status
/drivers/media/dvb/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/net/ppp/
H A Dppp_generic.c88 int dead; /* unit/channel has been shut down */ member in struct:ppp_file
420 if (pf->dead)
512 if (pf->dead)
2277 pch->file.dead = 1;
2724 ppp->file.dead = 1;
2740 if (!ppp->file.dead || ppp->n_channels) {
2743 "but dead=%d n_channels=%d !\n",
2744 ppp, ppp->file.dead, ppp->n_channels);
2884 if (!pch->file.dead) {
/drivers/usb/host/
H A Duhci-hcd.h418 unsigned int dead:1; /* Controller has died */ member in struct:uhci_hcd
/drivers/atm/
H A Dambassador.h537 dead enumerator in enum:__anon119
/drivers/tty/
H A Dn_gsm.c152 int dead; /* Refuse re-open */ member in struct:gsm_dlci
240 int dead; /* Has the mux been shut down */ member in struct:gsm_mux
1198 dlci->dead = 1;
1199 gsm->dead = 1;
1421 dlci->gsm->dead = 1;
1759 if (dlci->dead)
2013 gsm->dead = 1;
2035 dlci->dead = 1;
2095 gsm->dead = 0; /* Tty opens are now permissible */
2104 * Dispose of allocated resources for a dead mu
[all...]
/drivers/video/matrox/
H A Dmatroxfb_base.h361 int dead; member in struct:matrox_fb_info

Completed in 1492 milliseconds