Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 61) sorted by relevance

123

/drivers/net/ethernet/ti/
Dcpts.c62 int removed = 0; in cpts_purge_events() local
69 ++removed; in cpts_purge_events()
73 if (removed) in cpts_purge_events()
74 pr_debug("cpts: event pool cleaned up %d\n", removed); in cpts_purge_events()
75 return removed ? 0 : -1; in cpts_purge_events()
82 int removed = 0; in cpts_purge_txq() local
89 ++removed; in cpts_purge_txq()
93 if (removed) in cpts_purge_txq()
94 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed); in cpts_purge_txq()
/drivers/hid/
Dhid-corsair.c33 bool removed; member
209 if (led->removed) in k90_backlight_work()
235 if (led->removed) in k90_record_led_work()
445 drvdata->backlight->removed = false; in k90_init_backlight()
490 k90->record_led.removed = false; in k90_init_macro_functions()
509 k90->record_led.removed = true; in k90_init_macro_functions()
526 drvdata->backlight->removed = true; in k90_cleanup_backlight()
542 k90->record_led.removed = true; in k90_cleanup_macro_functions()
Dhid-asus.c95 bool removed; member
375 if (led->removed) in asus_kbd_backlight_work()
432 drvdata->kbd_backlight->removed = false; in asus_kbd_register_leds()
940 drvdata->kbd_backlight->removed = true; in asus_remove()
/drivers/staging/greybus/
Dsdio.c31 bool removed; member
231 if (host->removed) in gb_sdio_request_handler()
515 if (host->removed) { in gb_sdio_mrq_work()
566 if (host->removed) { in gb_mmc_request()
724 if (host->removed) { in gb_mmc_get_ro()
738 if (host->removed) { in gb_mmc_get_cd()
782 host->removed = true; in gb_sdio_probe()
822 host->removed = false; in gb_sdio_probe()
854 host->removed = true; in gb_sdio_remove()
/drivers/tty/
Dvcc.c39 bool removed; member
254 if (port && port->removed) { in vcc_get_ne()
268 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx()
279 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
379 if (!port->tty || port->removed) in vcc_rx_timer()
402 if (!port->tty || port->removed) in vcc_tx_timer()
711 port->removed = true; in vcc_remove()
1041 if (port->removed) { in vcc_cleanup()
/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c251 struct list_head *removed) in usnic_uiom_remove_interval() argument
261 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval()
264 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
Dusnic_uiom_interval_tree.h76 struct list_head *removed);
/drivers/pci/hotplug/
DTODO7 introduced? Can they be removed from the struct?
65 removed and its functions invoked directly? This has already been done in
70 Why was it introduced? Can it be removed?
/drivers/staging/uwb/
DTODO6 This will be removed from the tree if no one objects.
/drivers/staging/wusbcore/
DTODO6 This will be removed from the tree if no one objects.
/drivers/scsi/fcoe/
Dfcoe.h73 u8 removed; member
/drivers/net/wireless/intel/iwlegacy/
DKconfig34 inserted in and removed from the running kernel whenever you want),
60 inserted in and removed from the running kernel whenever you want),
/drivers/staging/rtl8188eu/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/drivers/gpu/drm/vmwgfx/
DKconfig11 # Only needed for the transitional use of drm_crtc_init - can be removed
/drivers/staging/sm750fb/
DTODO13 - This driver will be removed from staging after the drm driver is ready
/drivers/staging/rtl8723bs/
DTODO4 ones have been removed, but things like channel > 14 still exist.
/drivers/net/wireless/zydas/
Dzd1201.h24 int removed; member
/drivers/base/firmware_loader/
DKconfig97 loading facility functionality in udev has been removed, as such it
106 mechanism can never be removed from the kernel.
132 removed you can use firmwared or a fork of it to customize how you
/drivers/net/wireless/ath/ath6kl/
Dmain.c119 u8 i, removed = 0; in ath6kl_remove_sta() local
122 return removed; in ath6kl_remove_sta()
130 removed = 1; in ath6kl_remove_sta()
140 removed = 1; in ath6kl_remove_sta()
146 return removed; in ath6kl_remove_sta()
/drivers/usb/host/
DKconfig304 This option is deprecated now and the driver was removed, use
325 This option is deprecated now and the driver was removed, use
477 This option is deprecated now and the driver was removed, use
531 This option is deprecated now and the driver was removed, use
547 This option is deprecated now and the driver was removed, use
564 This option is deprecated now and the driver was removed, use
586 This option is deprecated now and the driver was removed, use
/drivers/char/pcmcia/
DKconfig18 inserted in and removed from the running kernel whenever you want).
/drivers/greybus/
Dmodule.c187 intf->removed = true; in gb_module_deregister_interface()
/drivers/staging/fsl-dpaa2/ethsw/
DREADME104 Static entries can be added/removed from the FDB.
/drivers/net/team/
Dteam.c113 bool removed; member
165 opt_inst->removed = false; in __team_option_inst_add()
202 opt_inst->removed = true; in __team_option_inst_mark_removed_option()
247 opt_inst->removed = true; in __team_option_inst_mark_removed_port()
2379 if (opt_inst->removed && nla_put_flag(skb, TEAM_ATTR_OPTION_REMOVED)) in team_nl_fill_one_option_get()
2675 if ((port->removed && in team_nl_fill_one_port_get()
2953 port->removed = true; in __team_port_change_port_removed()
/drivers/mtd/devices/
DKconfig50 inserted in and removed from the running kernel whenever you want),
178 be removed during a write (using the floppy drive).

123