Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dcpu.c29 static u32 reset_cause = -1; variable
38 reset_cause = cause; in get_reset_cause()
78 return reset_cause; in get_imx_reset_cause()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c174 static u32 reset_cause = -1; variable
189 reset_cause = cause1; in get_reset_cause()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c1021 int reset_cause = atomic_read(&dev->sram_ecc_flag) ? in kfd_signal_reset_event() local
1029 hw_exception_data.reset_cause = reset_cause; in kfd_signal_reset_event()
1046 reset_cause == KFD_HW_EXCEPTION_ECC) { in kfd_signal_reset_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1300 if (!dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_pse_reset()
1309 dev->reset_cause[RESET_CAUSE_RESET_FAILED]++; in mt7603_pse_reset()
1312 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1316 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] >= 3) in mt7603_pse_reset()
1317 dev->reset_cause[RESET_CAUSE_RESET_FAILED] = 0; in mt7603_pse_reset()
1415 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED] || in mt7603_mac_watchdog_reset()
1421 if (dev->reset_cause[RESET_CAUSE_RESET_FAILED]) in mt7603_mac_watchdog_reset()
1577 dev->reset_cause[cause]++; in mt7603_watchdog_check()
1830 dev->reset_cause[RESET_CAUSE_RESET_FAILED]) { in mt7603_mac_work()
H A Ddebugfs.c25 dev->reset_cause[i]); in mt7603_reset_read()
H A Dmt7603.h163 unsigned int reset_cause[__RESET_CAUSE_MAX]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkfd_ioctl.h259 __u32 reset_cause; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkfd_ioctl.h259 __u32 reset_cause; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkfd_ioctl.h274 __u32 reset_cause; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h5381 uint16_t reset_cause; member