Home
last modified time | relevance | path

Searched refs:reset_cause (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c25 dev->reset_cause[i]); in mt7603_reset_read()
Dmac.c1180 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1189 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1192 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1196 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1197 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1295 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1301 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_mac_watchdog_reset()
1456 dev->reset_cause[cause]++; in mt7603_watchdog_check()
1710 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
Dmt7603.h151 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c1019 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local
1027 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()
1044 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()
/Linux-v5.4/include/uapi/linux/
Dkfd_ioctl.h270 __u32 reset_cause; member
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Ddebug.c754 static const char * const reset_cause[__RESET_TYPE_MAX] = { in read_file_reset() local
771 for (i = 0; i < ARRAY_SIZE(reset_cause); i++) { in read_file_reset()
772 if (!reset_cause[i]) in read_file_reset()
775 seq_printf(file, "%17s: %2d\n", reset_cause[i], in read_file_reset()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h5211 uint16_t reset_cause; member