Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nfc/nfcmrvl/
A 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.3-rc2/drivers/platform/olpc/
A 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.3-rc2/drivers/scsi/isci/
A Dremote_node_context.h173 u32 suspend_count; member
A 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()
A 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.3-rc2/include/linux/
A Ddevfreq.h207 atomic_t suspend_count; member
/linux-6.3-rc2/include/linux/usb/
A Dusbnet.h28 unsigned char suspend_count; member
A Dserial.h146 unsigned int suspend_count; member
/linux-6.3-rc2/drivers/usb/serial/
A Dusb-serial.c1224 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.3-rc2/drivers/gpu/drm/i915/
A Di915_gpu_error.h207 u32 suspend_count; member
A Dintel_uncore.h46 u32 suspend_count; member
A Dintel_uncore.c65 if (!uncore->debug->suspend_count++) { in mmio_debug_suspend()
82 if (!--uncore->debug->suspend_count) in mmio_debug_resume()
567 if (uncore->debug->suspend_count) in check_for_unclaimed_mmio()
A Di915_gpu_error.c856 err_printf(m, "Suspend count: %u\n", error->suspend_count); in __err_print_to_sgl()
1965 error->suspend_count = i915->suspend_count; in capture_gen()
A Di915_drv.h283 u32 suspend_count; member
A Di915_driver.c1088 dev_priv->suspend_count++; in i915_drm_suspend()
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_gpu.h276 uint32_t suspend_count; member
A Dmsm_gpu.c147 gpu->suspend_count++; in msm_gpu_pm_suspend()
/linux-6.3-rc2/drivers/devfreq/
A Ddevfreq.c863 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.3-rc2/drivers/net/usb/
A Dusbnet.c1877 if (!dev->suspend_count++) { in usbnet_suspend()
1881 dev->suspend_count--; in usbnet_suspend()
1913 if (!--dev->suspend_count) { in usbnet_resume()
A Dlan78xx.c456 unsigned char suspend_count; member
/linux-6.3-rc2/drivers/bluetooth/
A Dbtusb.c797 int suspend_count; member
4265 if (data->suspend_count++) in btusb_suspend()
4274 data->suspend_count--; in btusb_suspend()
4346 if (--data->suspend_count) in btusb_resume()
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/
A Dadreno_gpu.c303 *value = gpu->suspend_count; in adreno_get_param()
A Da6xx_gpu.c1700 gpu->suspend_count++; in a6xx_pm_suspend()

Completed in 94 milliseconds