/drivers/hid/ |
D | hid-google-stadiaff.c | 21 bool removed; member 50 if (!stadiaff->removed) { in stadiaff_play() 93 stadiaff->removed = false; in stadiaff_init() 136 stadiaff->removed = true; in stadia_remove()
|
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()
|
D | hid-bigbenff.c | 178 bool removed; member 193 if (!bigben->removed) in bigben_schedule_work() 362 bigben->removed = true; in bigben_remove() 384 bigben->removed = false; in bigben_probe()
|
D | hid-steelseries.c | 29 bool removed; member 565 sd->removed = true; in steelseries_remove() 635 if (!sd->removed) in steelseries_headset_raw_event()
|
D | hid-asus.c | 103 bool removed; member 484 if (!led->removed) in asus_schedule_work() 586 drvdata->kbd_backlight->removed = false; in asus_kbd_register_leds() 1139 drvdata->kbd_backlight->removed = true; in asus_remove()
|
/drivers/net/ethernet/ti/ |
D | cpts.c | 67 int removed = 0; in cpts_purge_events() local 74 ++removed; in cpts_purge_events() 78 if (removed) in cpts_purge_events() 79 dev_dbg(cpts->dev, "cpts: event pool cleaned up %d\n", removed); in cpts_purge_events() 80 return removed ? 0 : -1; in cpts_purge_events() 87 int removed = 0; in cpts_purge_txq() local 94 ++removed; in cpts_purge_txq() 98 if (removed) in cpts_purge_txq() 99 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed); in cpts_purge_txq()
|
D | am65-cpts.c | 246 int removed = 0; in am65_cpts_cpts_purge_events() local 253 ++removed; in am65_cpts_cpts_purge_events() 257 if (removed) in am65_cpts_cpts_purge_events() 258 dev_dbg(cpts->dev, "event pool cleaned up %d\n", removed); in am65_cpts_cpts_purge_events() 259 return removed ? 0 : -1; in am65_cpts_cpts_purge_events()
|
/drivers/staging/greybus/ |
D | sdio.c | 31 bool removed; member 229 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()
|
/drivers/staging/media/imx/ |
D | TODO | 9 removed, userspace should use the subdev-based userspace API instead. 13 connected subdev should be removed.
|
/drivers/tty/ |
D | vcc.c | 33 bool removed; member 246 if (port && port->removed) { in vcc_get_ne() 260 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx() 271 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx() 371 if (!port->tty || port->removed) in vcc_rx_timer() 394 if (!port->tty || port->removed) in vcc_tx_timer() 708 port->removed = true; in vcc_remove() 991 if (port->removed) { in vcc_cleanup()
|
/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 252 struct list_head *removed) in usnic_uiom_remove_interval() argument 262 list_add_tail(&interval->link, removed); in usnic_uiom_remove_interval() 265 list_for_each_entry(interval, removed, link) in usnic_uiom_remove_interval()
|
D | usnic_uiom_interval_tree.h | 76 struct list_head *removed);
|
/drivers/gpu/drm/i915/ |
D | TODO.txt | 17 with VM_BIND using userspace should be removed. Looking at amdgpu dma_resv on 27 removed if dri-devel consensus is that it's not a good idea. Once that's done
|
/drivers/pci/hotplug/ |
D | TODO | 7 introduced? Can they be removed from the struct? 57 removed and its functions invoked directly? This has already been done in
|
/drivers/scsi/fcoe/ |
D | fcoe.h | 73 u8 removed; member
|
/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 33 inserted in and removed from the running kernel whenever you want), 60 inserted in and removed from the running kernel whenever you want),
|
/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 9 # Only needed for the transitional use of drm_crtc_init - can be removed
|
/drivers/staging/sm750fb/ |
D | TODO | 13 - This driver will be removed from staging after the drm driver is ready
|
/drivers/net/wireless/zydas/ |
D | zd1201.h | 24 int removed; member
|
/drivers/of/unittest-data/ |
D | overlay_bad_add_dup_prop.dtso | 18 * will occur if the overlay is removed. Since the overlay apply
|
/drivers/iommu/iommufd/ |
D | Kconfig | 23 removed.
|
/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/base/firmware_loader/ |
D | Kconfig | 116 loading facility functionality in udev has been removed, as such it 125 mechanism can never be removed from the kernel. 151 removed you can use firmwared or a fork of it to customize how you
|
/drivers/opp/ |
D | opp.h | 102 bool removed; member
|
/drivers/pci/controller/ |
D | pci-hyperv.c | 2583 struct list_head removed; in pci_devices_present_work() local 2592 INIT_LIST_HEAD(&removed); in pci_devices_present_work() 2654 list_move_tail(&hpdev->list_entry, &removed); in pci_devices_present_work() 2662 while (!list_empty(&removed)) { in pci_devices_present_work() 2663 hpdev = list_first_entry(&removed, struct hv_pci_dev, in pci_devices_present_work() 3833 struct list_head removed; in hv_pci_bus_exit() local 3836 INIT_LIST_HEAD(&removed); in hv_pci_bus_exit() 3839 list_move_tail(&hpdev->list_entry, &removed); in hv_pci_bus_exit() 3843 list_for_each_entry_safe(hpdev, tmp, &removed, list_entry) { in hv_pci_bus_exit()
|