Home
last modified time | relevance | path

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

123

/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()
/drivers/block/
Dcciss_scsi.c452 struct scsi2map *removed, int *nremoved) in cciss_scsi_remove_entry() argument
460 removed[*nremoved].bus = sd.bus; in cciss_scsi_remove_entry()
461 removed[*nremoved].target = sd.target; in cciss_scsi_remove_entry()
462 removed[*nremoved].lun = sd.lun; in cciss_scsi_remove_entry()
531 struct scsi2map *added, *removed; in adjust_cciss_scsi_table() local
537 removed = kzalloc(sizeof(*removed) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()
540 if (!added || !removed) { in adjust_cciss_scsi_table()
574 removed, &nremoved); in adjust_cciss_scsi_table()
582 removed, &nremoved); in adjust_cciss_scsi_table()
641 scsi_device_lookup(sh, removed[i].bus, in adjust_cciss_scsi_table()
[all …]
/drivers/staging/greybus/
Dsdio.c32 bool removed; member
233 if (host->removed) in gb_sdio_request_handler()
517 if (host->removed) { in gb_sdio_mrq_work()
568 if (host->removed) { in gb_mmc_request()
726 if (host->removed) { in gb_mmc_get_ro()
740 if (host->removed) { in gb_mmc_get_cd()
784 host->removed = true; in gb_sdio_probe()
824 host->removed = false; in gb_sdio_probe()
856 host->removed = true; in gb_sdio_remove()
Dinterface.h58 bool removed; member
Dmodule.c189 intf->removed = true; in gb_module_deregister_interface()
/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c250 unsigned long last, struct list_head *removed) in usnic_uiom_remove_interval() argument
260 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval()
263 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
Dusnic_uiom_interval_tree.h76 struct list_head *removed);
/drivers/net/wireless/intel/iwlegacy/
DKconfig33 inserted in and removed from the running kernel whenever you want),
59 inserted in and removed from the running kernel whenever you want),
/drivers/scsi/fcoe/
Dfcoe.h85 u8 removed; member
/drivers/staging/lustre/
DTODO4 removed from client.
/drivers/gpu/drm/vmwgfx/
DKconfig10 # Only needed for the transitional use of drm_crtc_init - can be removed
/drivers/net/wireless/zydas/
Dzd1201.h27 int removed; member
/drivers/staging/rtl8188eu/
DTODO3 ones have been removed, but things like channel > 14 still exist.
/drivers/usb/host/
DKconfig293 This option is deprecated now and the driver was removed, use
307 This option is deprecated now and the driver was removed, use
329 This option is deprecated now and the driver was removed, use
497 This option is deprecated now and the driver was removed, use
541 This option is deprecated now and the driver was removed, use
557 This option is deprecated now and the driver was removed, use
574 This option is deprecated now and the driver was removed, use
597 This option is deprecated now and the driver was removed, use
/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/char/pcmcia/
DKconfig17 inserted in and removed from the running kernel whenever you want).
/drivers/net/ethernet/adi/
DKconfig30 module ( = code which can be inserted in and removed from the running
/drivers/pci/host/
Dpci-hyperv.c1396 struct list_head removed; in pci_devices_present_work() local
1405 INIT_LIST_HEAD(&removed); in pci_devices_present_work()
1480 list_move_tail(&hpdev->list_entry, &removed); in pci_devices_present_work()
1488 while (!list_empty(&removed)) { in pci_devices_present_work()
1489 hpdev = list_first_entry(&removed, struct hv_pci_dev, in pci_devices_present_work()
/drivers/staging/android/
DTODO21 - With those removed there's probably no use for ION_IOC_IMPORT anymore either
/drivers/net/team/
Dteam.c125 bool removed; member
177 opt_inst->removed = false; in __team_option_inst_add()
214 opt_inst->removed = true; in __team_option_inst_mark_removed_option()
259 opt_inst->removed = true; in __team_option_inst_mark_removed_port()
2328 if (opt_inst->removed && nla_put_flag(skb, TEAM_ATTR_OPTION_REMOVED)) in team_nl_fill_one_option_get()
2628 if ((port->removed && in team_nl_fill_one_port_get()
2895 port->removed = true; in __team_port_change_port_removed()
/drivers/mtd/devices/
DKconfig49 inserted in and removed from the running kernel whenever you want),
184 be removed during a write (using the floppy drive).
/drivers/scsi/
Dhpsa.c1367 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_replace_entry() argument
1371 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_replace_entry()
1393 struct hpsa_scsi_dev_t *removed[], int *nremoved) in hpsa_scsi_remove_entry() argument
1402 removed[*nremoved] = h->dev[entry]; in hpsa_scsi_remove_entry()
1821 device->removed = 1; in hpsa_remove_device()
1838 struct hpsa_scsi_dev_t **added, **removed; in adjust_hpsa_scsi_table() local
1851 removed = kzalloc(sizeof(*removed) * HPSA_MAX_DEVICES, GFP_KERNEL); in adjust_hpsa_scsi_table()
1853 if (!added || !removed) { in adjust_hpsa_scsi_table()
1876 hpsa_scsi_remove_entry(h, i, removed, &nremoved); in adjust_hpsa_scsi_table()
1881 added, &nadded, removed, &nremoved); in adjust_hpsa_scsi_table()
[all …]
/drivers/infiniband/sw/rdmavt/
Dqp.c458 int removed = 1; in rvt_remove_qp() local
472 removed = 0; in rvt_remove_qp()
481 removed = 1; in rvt_remove_qp()
489 if (removed) { in rvt_remove_qp()
/drivers/xen/
DKconfig233 removed until machine stop), select Y/M here, otherwise select N.
245 be removed until machine stop), select Y/M here.
/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c436 if (reorder_buf->num_stored && !reorder_buf->removed) { in iwl_mvm_release_frames()
459 if (!buf->num_stored || buf->removed) { in iwl_mvm_reorder_timer_expired()

123