Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 38) sorted by relevance

12

/drivers/input/mouse/
Dpsmouse-smbus.c25 bool dead; member
41 if (smbdev->dead) in psmouse_smbus_check_adapter()
75 if (!smbdev->dead) { in psmouse_smbus_detach_i2c_client()
79 smbdev->dead = true; in psmouse_smbus_detach_i2c_client()
171 if (smbdev->dead) { in psmouse_smbus_disconnect()
175 smbdev->dead = true; in psmouse_smbus_disconnect()
/drivers/input/serio/
Dserio_raw.c42 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/
Dsdhci-spear.c147 int dead = 0; in sdhci_remove() local
152 dead = 1; in sdhci_remove()
154 sdhci_remove_host(host, dead); in sdhci_remove()
Dsdhci-pltfm.c201 int dead = (readl(host->ioaddr + SDHCI_INT_STATUS) == 0xffffffff); in sdhci_pltfm_unregister() local
203 sdhci_remove_host(host, dead); in sdhci_pltfm_unregister()
Dsdhci-acpi.c553 int dead; in sdhci_acpi_remove() local
564 dead = (sdhci_readl(c->host, SDHCI_INT_STATUS) == ~0); in sdhci_acpi_remove()
565 sdhci_remove_host(c->host, dead); in sdhci_acpi_remove()
Dsdhci-pci-core.c982 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) in jmicron_remove_slot() argument
984 if (dead) in jmicron_remove_slot()
1662 int dead; in sdhci_pci_remove_slot() local
1667 dead = 0; in sdhci_pci_remove_slot()
1670 dead = 1; in sdhci_pci_remove_slot()
1672 sdhci_remove_host(slot->host, dead); in sdhci_pci_remove_slot()
1675 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
/drivers/usb/host/
Duhci-hcd.c156 uhci->dead = 1; in uhci_hc_died()
362 if (uhci->dead) in suspend_rh()
432 if (uhci->dead) in wakeup_rh()
720 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead) in uhci_stop()
739 else if (uhci->dead) in uhci_rh_suspend()
766 else if (!uhci->dead) in uhci_rh_resume()
Duhci-hub.c195 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_status_data()
253 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_hub_control()
Duhci-pci.c181 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead) in uhci_pci_suspend()
Dehci-hcd.c723 goto dead; in ehci_irq()
828 dead: in ehci_irq()
Duhci-hcd.h417 unsigned int dead:1; /* Controller has died */ member
/drivers/block/
Dnbd.c56 bool dead; member
245 if (!nsock->dead && notify && !nbd_disconnected(nbd->config)) { in nbd_mark_nsock_dead()
254 if (!nsock->dead) { in nbd_mark_nsock_dead()
258 nsock->dead = true; in nbd_mark_nsock_dead()
770 !config->socks[fallback]->dead) in find_fallback()
775 config->socks[nsock->fallback_index]->dead) { in find_fallback()
780 if (!config->socks[i]->dead) { in find_fallback()
836 if (nsock->dead) { in nbd_handle_cmd()
983 nsock->dead = false; in nbd_add_socket()
1016 if (!nsock->dead) in nbd_reconnect_socket()
[all …]
/drivers/tty/
Dn_gsm.c150 int dead; /* Refuse re-open */ member
239 int dead; /* Has the mux been shut down */ member
1214 dlci->dead = 1; in gsm_control_message()
1215 gsm->dead = 1; in gsm_control_message()
1441 dlci->gsm->dead = 1; in gsm_dlci_close()
1801 if (dlci->dead) in gsm_queue()
2081 gsm->dead = 1; in gsm_cleanup_mux()
2098 dlci->dead = 1; in gsm_cleanup_mux()
2152 gsm->dead = 0; /* Tty opens are now permissible */ in gsm_activate_mux()
2226 gsm->dead = 1; /* Avoid early tty opens */ in gsm_alloc_mux()
[all …]
/drivers/staging/vt6655/
DTODO7 - remove dead code
/drivers/acpi/
Dacpi_ipmi.c52 bool dead; member
179 ipmi_device->dead = true; in __ipmi_dev_kill()
568 if (ipmi_device->dead) { in acpi_ipmi_space_handler()
/drivers/gpu/drm/nouveau/
Dnouveau_fence.h51 int notify_ref, dead; member
Dnouveau_fence.c106 fctx->dead = 1; in nouveau_fence_context_del()
497 return !fctx->dead ? fctx->name : "dead channel"; in nouveau_fence_get_timeline_name()
/drivers/media/pci/pluto2/
Dpluto2.c117 unsigned int dead; member
338 if (pluto->dead == 0) in pluto_irq()
341 pluto->dead = 1; in pluto_irq()
/drivers/video/fbdev/matrox/
Dmatroxfb_base.c319 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()
2062 minfo->dead = 0; in matroxfb_probe()
Dmatroxfb_base.h343 int dead; member
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c323 u8 nud_state, dead; in mlx5e_rep_neigh_update() local
335 dead = n->dead; in mlx5e_rep_neigh_update()
338 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c1765 bool removing, bool dead);
1869 u8 nud_state, dead; in mlxsw_sp_router_neigh_event_work() local
1878 dead = n->dead; in mlxsw_sp_router_neigh_event_work()
1882 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_router_neigh_event_work()
1895 dead); in mlxsw_sp_router_neigh_event_work()
2546 u8 nud_state, dead; in mlxsw_sp_nexthop_dead_neigh_replace() local
2569 dead = n->dead; in mlxsw_sp_nexthop_dead_neigh_replace()
2571 entry_connected = nud_state & NUD_VALID && !dead; in mlxsw_sp_nexthop_dead_neigh_replace()
2595 bool removing, bool dead) in mlxsw_sp_nexthop_neigh_update() argument
2602 if (dead) { in mlxsw_sp_nexthop_neigh_update()
[all …]
/drivers/net/ppp/
Dppp_generic.c90 int dead; /* unit/channel has been shut down */ member
446 if (pf->dead) in ppp_read()
543 if (pf->dead) in ppp_poll()
1372 ppp->file.dead = 1; in ppp_dev_uninit()
2731 pch->file.dead = 1; in ppp_unregister_channel()
3116 if (!ppp->file.dead || ppp->n_channels) { in ppp_destroy_interface()
3120 ppp, ppp->file.dead, ppp->n_channels); in ppp_destroy_interface()
3278 if (!pch->file.dead) { in ppp_destroy_channel()
/drivers/atm/
Dambassador.c563 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()
Dambassador.h537 dead enumerator

12