Home
last modified time | relevance | path

Searched refs:suspend_count (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/nfc/nfcmrvl/
Dusb.c50 int suspend_count; member
379 if (drv_data->suspend_count++) in nfcmrvl_suspend()
388 drv_data->suspend_count--; in nfcmrvl_suspend()
420 if (--drv_data->suspend_count) in nfcmrvl_resume()
/Linux-v5.4/drivers/platform/olpc/
Dolpc-xo175-ec.c597 u32 suspend_count; in olpc_xo175_ec_suspend() member
599 static unsigned int suspend_count; in olpc_xo175_ec_suspend() local
607 hintargs.suspend_count = suspend_count++; in olpc_xo175_ec_suspend()
/Linux-v5.4/drivers/scsi/isci/
Dremote_node_context.h173 u32 suspend_count; member
Dremote_node_context.c364 u32 new_count = rnc->suspend_count + 1; in sci_remote_node_context_tx_rx_suspended_state_enter()
367 rnc->suspend_count = 1; in sci_remote_node_context_tx_rx_suspended_state_enter()
369 rnc->suspend_count = new_count; in sci_remote_node_context_tx_rx_suspended_state_enter()
Dremote_device.c149 return (localcount != idev->rnc.suspend_count) in isci_compare_suspendcount()
207 ? 0 : idev->rnc.suspend_count; in isci_remote_device_terminate_requests()
214 rnc_suspend_count, idev->rnc.suspend_count); in isci_remote_device_terminate_requests()
240 rnc_suspend_count, idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
275 idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
/Linux-v5.4/include/linux/
Ddevfreq.h172 atomic_t suspend_count; member
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gpu_error.h48 u32 suspend_count; member
Dintel_uncore.h43 u32 suspend_count; member
Dintel_uncore.c49 if (!mmio_debug->suspend_count++) { in mmio_debug_suspend()
59 if (!--mmio_debug->suspend_count) in mmio_debug_resume()
507 if (uncore->debug->suspend_count) in check_for_unclaimed_mmio()
Di915_gpu_error.c691 err_printf(m, "Suspend count: %u\n", error->suspend_count); in __err_print_to_sgl()
1634 error->suspend_count = i915->suspend_count; in capture_gen_state()
Di915_drv.h1565 u32 suspend_count; member
Di915_drv.c1818 dev_priv->suspend_count++; in i915_drm_suspend()
/Linux-v5.4/include/linux/usb/
Dusbnet.h36 unsigned char suspend_count; member
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c677 atomic_set(&devfreq->suspend_count, 0); in devfreq_add_device()
895 if (atomic_inc_return(&devfreq->suspend_count) > 1) in devfreq_suspend_device()
930 if (atomic_dec_return(&devfreq->suspend_count) >= 1) in devfreq_resume_device()
/Linux-v5.4/drivers/net/usb/
Dusbnet.c1852 if (!dev->suspend_count++) { in usbnet_suspend()
1856 dev->suspend_count--; in usbnet_suspend()
1888 if (!--dev->suspend_count) { in usbnet_resume()
Dlan78xx.c397 unsigned char suspend_count; member
4002 if (!dev->suspend_count++) { in lan78xx_suspend()
4102 if (!--dev->suspend_count) { in lan78xx_resume()
/Linux-v5.4/drivers/bluetooth/
Dbtusb.c487 int suspend_count; member
3970 if (data->suspend_count++) in btusb_suspend()
3979 data->suspend_count--; in btusb_suspend()
4048 if (--data->suspend_count) in btusb_resume()