/drivers/hid/ |
D | hid-corsair.c | 33 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/ |
D | cciss_scsi.c | 452 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/ |
D | sdio.c | 32 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()
|
D | interface.h | 58 bool removed; member
|
D | module.c | 189 intf->removed = true; in gb_module_deregister_interface()
|
/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 250 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()
|
D | usnic_uiom_interval_tree.h | 76 struct list_head *removed);
|
/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 33 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/ |
D | fcoe.h | 85 u8 removed; member
|
/drivers/staging/lustre/ |
D | TODO | 4 removed from client.
|
/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 10 # Only needed for the transitional use of drm_crtc_init - can be removed
|
/drivers/net/wireless/zydas/ |
D | zd1201.h | 27 int removed; member
|
/drivers/staging/rtl8188eu/ |
D | TODO | 3 ones have been removed, but things like channel > 14 still exist.
|
/drivers/usb/host/ |
D | Kconfig | 293 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/ |
D | main.c | 119 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/ |
D | Kconfig | 17 inserted in and removed from the running kernel whenever you want).
|
/drivers/net/ethernet/adi/ |
D | Kconfig | 30 module ( = code which can be inserted in and removed from the running
|
/drivers/pci/host/ |
D | pci-hyperv.c | 1396 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/ |
D | TODO | 21 - With those removed there's probably no use for ION_IOC_IMPORT anymore either
|
/drivers/net/team/ |
D | team.c | 125 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/ |
D | Kconfig | 49 inserted in and removed from the running kernel whenever you want), 184 be removed during a write (using the floppy drive).
|
/drivers/scsi/ |
D | hpsa.c | 1367 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/ |
D | qp.c | 458 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/ |
D | Kconfig | 233 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/ |
D | rxmq.c | 436 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()
|