Home
last modified time | relevance | path

Searched refs:reset_count (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc_hangcheck.c40 unsigned int reset_count; in intel_hang_guc() local
62 reset_count = i915_reset_count(global); in intel_hang_guc()
115 if (i915_reset_count(global) == reset_count) { in intel_hang_guc()
/linux/drivers/misc/mei/
H A Dinit.c151 dev->reset_count++; in mei_reset()
152 if (dev->reset_count > MEI_MAX_CONSEC_RESET) { in mei_reset()
233 dev->reset_count = 0; in mei_start()
280 dev->reset_count = 0; in mei_restart()
403 dev->reset_count = 0; in mei_device_init()
H A Dmei_dev.h586 unsigned long reset_count; member
/linux/drivers/video/fbdev/omap/
H A Dlcdc.c140 static unsigned long reset_count; in reset_controller() local
144 reset_count++; in reset_controller()
145 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) { in reset_controller()
148 status, reset_count); in reset_controller()
151 if (reset_count < 100) { in reset_controller()
154 reset_count = 0; in reset_controller()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c212 unsigned int reset_count; in igt_global_reset() local
221 reset_count = i915_reset_count(&gt->i915->gpu_error); in igt_global_reset()
225 if (i915_reset_count(&gt->i915->gpu_error) == reset_count) { in igt_global_reset()
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h85 u16 reset_count; member
H A Dqca_spi.c553 qca->reset_count = 0; in qcaspi_qca7k_sync()
556 qca->reset_count++; in qcaspi_qca7k_sync()
558 qca->reset_count); in qcaspi_qca7k_sync()
559 if (qca->reset_count >= QCASPI_RESET_TIMEOUT) { in qcaspi_qca7k_sync()
/linux/drivers/clk/qcom/
H A Dgdsc.h73 unsigned int reset_count; member
H A Dgdsc.c193 for (i = 0; i < sc->reset_count; i++) in gdsc_deassert_reset()
202 for (i = 0; i < sc->reset_count; i++) in gdsc_assert_reset()
H A Dgpucc-sdm660.c247 .reset_count = 1,
H A Dgpucc-msm8998.c263 .reset_count = 1,
H A Dgpucc-qcm2290.c311 .reset_count = 1,
H A Dgpucc-sm6375.c375 .reset_count = 3,
H A Dgpucc-sm6115.c411 .reset_count = 1,
H A Dgpucc-sar2130p.c410 .reset_count = 3,
H A Dgpucc-sm8650.c559 .reset_count = 3,
/linux/Documentation/hwmon/
H A Dsg2042-mcu.rst51 reset_count RO Reset count of the SoC
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c813 static int reset_count = 10; in if_usb_prog_firmware() local
854 if (--reset_count >= 0) { in if_usb_prog_firmware()
883 if (--reset_count >= 0) { in if_usb_prog_firmware()
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c825 static int reset_count = 10; in if_usb_prog_firmware() local
876 if (--reset_count >= 0) { in if_usb_prog_firmware()
905 if (--reset_count >= 0) { in if_usb_prog_firmware()
/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c303 struct hl_info_reset_count reset_count = {0}; in get_reset_count() local
310 reset_count.hard_reset_cnt = hdev->reset_info.hard_reset_cnt; in get_reset_count()
311 reset_count.soft_reset_cnt = hdev->reset_info.compute_reset_cnt; in get_reset_count()
313 return copy_to_user(out, &reset_count, in get_reset_count()
314 min((size_t) max_size, sizeof(reset_count))) ? -EFAULT : 0; in get_reset_count()
/linux/drivers/scsi/
H A Dhptiop.h325 atomic_t reset_count; member
H A Dips.h549 uint8_t reset_count; member
1039 uint16_t reset_count; /* number of resets */ member
/linux/drivers/hwmon/
H A Dsg2042-mcu.c149 static DEVICE_ATTR_RO(reset_count);
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h873 uint32_t reset_count; member
968 uint32_t reset_count; member
H A Dqla_target.c2134 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2376 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2384 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3266 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_xmit_response()
3291 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response()
3300 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3427 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer()
3440 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
4366 cmd->reset_count = vha->hw->base_qpair->chip_reset; in qlt_get_tag()
4476 mcmd->reset_count = ha->base_qpair->chip_reset; in qlt_issue_task_mgmt()
[all …]

12