Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nfc/nfcmrvl/
Dusb.c39 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.6.21/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-6.6.21/drivers/scsi/isci/
Dremote_node_context.h173 u32 suspend_count; member
Dremote_node_context.c357 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()
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-6.6.21/include/linux/
Ddevfreq.h208 atomic_t suspend_count; member
/linux-6.6.21/include/linux/usb/
Dusbnet.h28 unsigned char suspend_count; member
Dserial.h146 unsigned int suspend_count; member
/linux-6.6.21/drivers/usb/serial/
Dusb-serial.c1223 if (serial->suspend_count++) in usb_serial_suspend()
1234 serial->suspend_count--; in usb_serial_suspend()
1260 if (--serial->suspend_count) in usb_serial_resume()
1280 if (--serial->suspend_count) in usb_serial_reset_resume()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_gpu_error.h210 u32 suspend_count; member
Dintel_uncore.h46 u32 suspend_count; member
Dintel_uncore.c64 if (!uncore->debug->suspend_count++) { in mmio_debug_suspend()
81 if (!--uncore->debug->suspend_count) in mmio_debug_resume()
573 if (uncore->debug->suspend_count) in check_for_unclaimed_mmio()
Di915_gpu_error.c864 err_printf(m, "Suspend count: %u\n", error->suspend_count); in __err_print_to_sgl()
1979 error->suspend_count = i915->suspend_count; in capture_gen()
Di915_drv.h293 u32 suspend_count; member
Di915_driver.c1105 dev_priv->suspend_count++; in i915_drm_suspend()
/linux-6.6.21/drivers/gpu/drm/msm/
Dmsm_gpu.h281 uint32_t suspend_count; member
Dmsm_gpu.c146 gpu->suspend_count++; in msm_gpu_pm_suspend()
/linux-6.6.21/drivers/devfreq/
Ddevfreq.c885 atomic_set(&devfreq->suspend_count, 0); in devfreq_add_device()
1164 if (atomic_inc_return(&devfreq->suspend_count) > 1) in devfreq_suspend_device()
1201 if (atomic_dec_return(&devfreq->suspend_count) >= 1) in devfreq_resume_device()
/linux-6.6.21/drivers/net/usb/
Dusbnet.c1883 if (!dev->suspend_count++) { in usbnet_suspend()
1887 dev->suspend_count--; in usbnet_suspend()
1919 if (!--dev->suspend_count) { in usbnet_resume()
Dlan78xx.c456 unsigned char suspend_count; member
/linux-6.6.21/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c2001 gpu->suspend_count++; in a6xx_gmu_pm_suspend()
2037 gpu->suspend_count++; in a6xx_pm_suspend()
Dadreno_gpu.c360 *value = gpu->suspend_count; in adreno_get_param()
/linux-6.6.21/drivers/bluetooth/
Dbtusb.c843 int suspend_count; member
4628 if (data->suspend_count++) in btusb_suspend()
4637 data->suspend_count--; in btusb_suspend()
4709 if (--data->suspend_count) in btusb_resume()