Home
last modified time | relevance | path

Searched refs:suspend_count (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/
H A Dusb.c50 int suspend_count; member
379 if (drv_data->suspend_count++) in nfcmrvl_suspend()
388 drv_data->suspend_count--; in nfcmrvl_suspend()
432 if (--drv_data->suspend_count) in nfcmrvl_resume()
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/
H 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()
/kernel/linux/linux-5.10/drivers/platform/olpc/
H 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()
/kernel/linux/linux-6.6/drivers/platform/olpc/
H 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()
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_node_context.h173 u32 suspend_count; member
H A 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()
H 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()
211 "rnc_suspend_count=%d, rnc.suspend_count=%d" in isci_remote_device_terminate_requests()
214 rnc_suspend_count, idev->rnc.suspend_count); in isci_remote_device_terminate_requests()
233 "rnc_suspend_count=%d, rnc.suspend_count=%d " in isci_remote_device_terminate_requests()
240 rnc_suspend_count, idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
268 "rnc.suspend_count=%d, current " in isci_remote_device_terminate_requests()
275 idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_node_context.h173 u32 suspend_count; member
H 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()
H 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()
211 "rnc_suspend_count=%d, rnc.suspend_count=%d" in isci_remote_device_terminate_requests()
214 rnc_suspend_count, idev->rnc.suspend_count); in isci_remote_device_terminate_requests()
233 "rnc_suspend_count=%d, rnc.suspend_count=%d " in isci_remote_device_terminate_requests()
240 rnc_suspend_count, idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
268 "rnc.suspend_count=%d, current " in isci_remote_device_terminate_requests()
275 idev->rnc.suspend_count, in isci_remote_device_terminate_requests()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dusbnet.h36 unsigned char suspend_count; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_gpu_error.h176 u32 suspend_count; member
H A Dintel_uncore.h44 u32 suspend_count; member
H A Di915_gpu_error.c791 err_printf(m, "Suspend count: %u\n", error->suspend_count); in __err_print_to_sgl()
1731 error->suspend_count = i915->suspend_count; in capture_gen()
H A Dintel_uncore.c49 if (!mmio_debug->suspend_count++) { in mmio_debug_suspend()
59 if (!--mmio_debug->suspend_count) in mmio_debug_resume()
509 if (uncore->debug->suspend_count) in check_for_unclaimed_mmio()
/kernel/linux/linux-5.10/include/linux/
H A Ddevfreq.h158 * @suspend_count: suspend requests counter for a device.
197 atomic_t suspend_count; member
/kernel/linux/linux-6.6/include/linux/
H A Ddevfreq.h165 * @suspend_count: suspend requests counter for a device.
208 atomic_t suspend_count; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dusbnet.h28 unsigned char suspend_count; member
H A Dserial.h129 * @suspend_count: number of suspended (sibling) interfaces
146 unsigned int suspend_count; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gpu_error.h210 u32 suspend_count; member
H A Dintel_uncore.h46 u32 suspend_count; member
/kernel/linux/linux-6.6/drivers/usb/serial/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gpu.h281 uint32_t suspend_count; member
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c839 atomic_set(&devfreq->suspend_count, 0); in devfreq_add_device()
1105 if (atomic_inc_return(&devfreq->suspend_count) > 1) in devfreq_suspend_device()
1142 if (atomic_dec_return(&devfreq->suspend_count) >= 1) in devfreq_resume_device()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dusbnet.c1847 if (!dev->suspend_count++) { in usbnet_suspend()
1851 dev->suspend_count--; in usbnet_suspend()
1883 if (!--dev->suspend_count) { in usbnet_resume()

Completed in 33 milliseconds

12