Home
last modified time | relevance | path

Searched refs:device_unplugged (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1466 if (priv->device_unplugged) in at76_work_set_promisc()
1548 if (priv->device_unplugged) { in at76_rx_tasklet()
1711 if (priv->device_unplugged) in at76_work_join_bssid()
1865 if (!priv->device_unplugged) { in at76_mac80211_stop()
1918 if (priv->device_unplugged) in at76_dwork_hw_scan()
1959 if (priv->device_unplugged) in at76_hw_scan()
2068 if (priv->device_unplugged) in at76_configure_filter()
2351 priv->device_unplugged = 0; in at76_init_new_device()
2400 priv->device_unplugged = 1; in at76_delete_device()
H A Dat76c50x-usb.h436 unsigned int device_unplugged:1; member
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c296 bool device_unplugged = drm_dev_is_unplugged(&xe->drm); in xe_evict_flags() local
306 *placement = device_unplugged ? purge_placement : sys_placement; in xe_evict_flags()
316 if (device_unplugged && !tbo->base.dma_buf) { in xe_evict_flags()
692 bool device_unplugged = drm_dev_is_unplugged(&xe->drm); in xe_bo_move_dmabuf() local
698 if (device_unplugged && new_res->mem_type == XE_PL_SYSTEM && in xe_bo_move_dmabuf()