Home
last modified time | relevance | path

Searched refs:reset_pending (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/cpufreq/
H A Dcpufreq_stats.c26 unsigned int reset_pending; member
49 WRITE_ONCE(stats->reset_pending, 0); in cpufreq_stats_reset_table()
62 if (READ_ONCE(stats->reset_pending)) in show_total_trans()
72 bool pending = READ_ONCE(stats->reset_pending); in show_time_in_state()
118 WRITE_ONCE(stats->reset_pending, 1); in store_reset()
127 bool pending = READ_ONCE(stats->reset_pending); in show_trans_table()
274 if (unlikely(READ_ONCE(stats->reset_pending))) in cpufreq_stats_record_transition()
/linux/drivers/char/hw_random/
H A Dba431-rng.c43 atomic_t reset_pending; member
104 atomic_set(&ba431->reset_pending, 0); in ba431_trng_reset_work()
109 if (atomic_cmpxchg(&ba431->reset_pending, 0, 1)) in ba431_trng_schedule_reset()
185 atomic_set(&ba431->reset_pending, 0); in ba431_trng_probe()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_pwr.c87 static bool reset_pending(struct panthor_device *ptdev) in reset_pending() function
95 if (reset_pending(ptdev)) { in panthor_pwr_reset()
104 if (!wait_event_timeout(ptdev->pwr->reqs_acked, !reset_pending(ptdev), in panthor_pwr_reset()
108 if (reset_pending(ptdev) && !reset_irq_raised(ptdev)) { in panthor_pwr_reset()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h220 unsigned long reset_pending; member
283 return !!hdev->reset_pending; in hclgevf_is_reset_pending()
H A Dhclgevf_mbx.c362 set_bit(reset_type, &hdev->reset_pending); in hclgevf_mbx_async_handler()
/linux/drivers/accel/ivpu/
H A Divpu_pm.h20 atomic_t reset_pending; member
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c533 efx->reset_pending) in efx_start_all()
817 efx->reset_pending &= -(1 << (method + 1)); in efx_reset()
819 __clear_bit(method, &efx->reset_pending); in efx_reset()
861 pending = READ_ONCE(efx->reset_pending); in efx_reset_work()
920 set_bit(method, &efx->reset_pending); in efx_schedule_reset()
1195 efx->reset_pending = 0; in efx_io_error_detected()
H A Defx.c505 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
810 if (efx->reset_pending) { in efx_register_netdev()
1198 efx->reset_pending = 0; in efx_pci_probe()
1208 efx->reset_pending = 0; in efx_pci_probe()
1339 efx->reset_pending = 0; in efx_pm_poweroff()
H A Dnet_driver.h1047 unsigned long reset_pending; member
H A Def100_nic.c479 __clear_bit(reset_type, &efx->reset_pending); in ef100_reset()
H A Def10.c2821 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_rx_event()
2971 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_tx_event()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c537 efx->reset_pending) in efx_siena_start_all()
841 efx->reset_pending &= -(1 << (method + 1)); in efx_siena_reset()
843 __clear_bit(method, &efx->reset_pending); in efx_siena_reset()
885 pending = READ_ONCE(efx->reset_pending); in efx_reset_work()
944 set_bit(method, &efx->reset_pending); in efx_siena_schedule_reset()
1224 efx->reset_pending = 0; in efx_io_error_detected()
H A Defx.c534 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
733 if (efx->reset_pending) { in efx_register_netdev()
1081 efx->reset_pending = 0; in efx_pci_probe()
1091 efx->reset_pending = 0; in efx_pci_probe()
1220 efx->reset_pending = 0; in efx_pm_poweroff()
H A Defx.h202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
H A Dnet_driver.h966 unsigned long reset_pending; member
H A Dfarch.c833 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_tx_event()
982 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_rx_event()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1814 efx->reset_pending) in ef4_start_all()
2266 if (efx->reset_pending) { in ef4_register_netdev()
2430 efx->reset_pending &= -(1 << (method + 1)); in ef4_reset()
2432 __clear_bit(method, &efx->reset_pending); in ef4_reset()
2496 pending = READ_ONCE(efx->reset_pending); in ef4_reset_work()
2550 set_bit(method, &efx->reset_pending); in ef4_schedule_reset()
2998 efx->reset_pending = 0; in ef4_pm_poweroff()
3066 efx->reset_pending = 0; in ef4_io_error_detected()
H A Dfalcon.c1372 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
/linux/kernel/time/
H A Dclocksource.c428 int next_cpu, reset_pending; in clocksource_watchdog() local
438 reset_pending = atomic_read(&watchdog_reset_pending); in clocksource_watchdog()
579 if (reset_pending) in clocksource_watchdog()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c614 unsigned long reset_pending) in hclge_comm_cmd_init() argument
637 if (reset_pending) { in hclge_comm_cmd_init()
H A Dhclge_comm_cmd.h497 unsigned long reset_pending);
/linux/drivers/hid/usbhid/
H A Dhid-core.c1484 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io() local
1490 if (clear_halt || reset_pending) in hid_restart_io()
1495 if (reset_pending || !test_bit(HID_STARTED, &usbhid->iofl)) in hid_restart_io()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h884 unsigned long reset_pending; /* client rst is pending to be served */ member
/linux/drivers/md/
H A Ddm-crypt.c1550 struct convert_context *ctx, bool atomic, bool reset_pending) in crypt_convert() argument
1560 if (reset_pending) in crypt_convert()