Searched refs:cs_timeout (Results 1 – 4 of 4) sorted by relevance
609 info.seq = hdev->captured_err_info.cs_timeout.seq; in cs_timeout_info()610 info.timestamp = ktime_to_ns(hdev->captured_err_info.cs_timeout.timestamp); in cs_timeout_info()
849 rc = atomic_cmpxchg(&hdev->captured_err_info.cs_timeout.write_enable, 1, 0); in cs_timedout()851 hdev->captured_err_info.cs_timeout.timestamp = ktime_get(); in cs_timedout()852 hdev->captured_err_info.cs_timeout.seq = cs->sequence; in cs_timedout()
2877 atomic_set(&captured_err_info->cs_timeout.write_enable, 1); in hl_enable_err_info_capture()
3157 struct cs_timeout_info cs_timeout; member