/linux-6.1.9/drivers/nfc/nfcmrvl/ |
D | usb.c | 39 int suspend_count; member 366 if (drv_data->suspend_count++) in nfcmrvl_suspend() 375 drv_data->suspend_count--; in nfcmrvl_suspend() 419 if (--drv_data->suspend_count) in nfcmrvl_resume()
|
/linux-6.1.9/drivers/platform/olpc/ |
D | olpc-xo175-ec.c | 597 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-6.1.9/drivers/scsi/isci/ |
D | remote_node_context.h | 173 u32 suspend_count; member
|
D | remote_node_context.c | 357 u32 new_count = rnc->suspend_count + 1; in sci_remote_node_context_tx_rx_suspended_state_enter() 360 rnc->suspend_count = 1; in sci_remote_node_context_tx_rx_suspended_state_enter() 362 rnc->suspend_count = new_count; in sci_remote_node_context_tx_rx_suspended_state_enter()
|
D | remote_device.c | 149 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-6.1.9/include/linux/ |
D | devfreq.h | 207 atomic_t suspend_count; member
|
/linux-6.1.9/include/linux/usb/ |
D | usbnet.h | 28 unsigned char suspend_count; member
|
D | serial.h | 146 unsigned int suspend_count; member
|
/linux-6.1.9/drivers/usb/serial/ |
D | usb-serial.c | 1224 if (serial->suspend_count++) in usb_serial_suspend() 1235 serial->suspend_count--; in usb_serial_suspend() 1261 if (--serial->suspend_count) in usb_serial_resume() 1281 if (--serial->suspend_count) in usb_serial_reset_resume()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 207 u32 suspend_count; member
|
D | intel_uncore.h | 46 u32 suspend_count; member
|
D | intel_uncore.c | 64 if (!uncore->debug->suspend_count++) { in mmio_debug_suspend() 81 if (!--uncore->debug->suspend_count) in mmio_debug_resume() 562 if (uncore->debug->suspend_count) in check_for_unclaimed_mmio()
|
D | i915_gpu_error.c | 855 err_printf(m, "Suspend count: %u\n", error->suspend_count); in __err_print_to_sgl() 1954 error->suspend_count = i915->suspend_count; in capture_gen()
|
D | i915_drv.h | 331 u32 suspend_count; member
|
D | i915_driver.c | 1222 dev_priv->suspend_count++; in i915_drm_suspend()
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 264 uint32_t suspend_count; member
|
D | msm_gpu.c | 147 gpu->suspend_count++; in msm_gpu_pm_suspend()
|
/linux-6.1.9/drivers/devfreq/ |
D | devfreq.c | 863 atomic_set(&devfreq->suspend_count, 0); in devfreq_add_device() 1142 if (atomic_inc_return(&devfreq->suspend_count) > 1) in devfreq_suspend_device() 1179 if (atomic_dec_return(&devfreq->suspend_count) >= 1) in devfreq_resume_device()
|
/linux-6.1.9/drivers/net/usb/ |
D | usbnet.c | 1872 if (!dev->suspend_count++) { in usbnet_suspend() 1876 dev->suspend_count--; in usbnet_suspend() 1908 if (!--dev->suspend_count) { in usbnet_resume()
|
D | lan78xx.c | 456 unsigned char suspend_count; member
|
/linux-6.1.9/drivers/bluetooth/ |
D | btusb.c | 687 int suspend_count; member 4077 if (data->suspend_count++) in btusb_suspend() 4086 data->suspend_count--; in btusb_suspend() 4158 if (--data->suspend_count) in btusb_resume()
|
/linux-6.1.9/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.c | 302 *value = gpu->suspend_count; in adreno_get_param()
|
D | a6xx_gpu.c | 1707 gpu->suspend_count++; in a6xx_pm_suspend()
|