Lines Matching full:terminate
108 if (atomic_read(&session->terminate)) in hidp_send_message()
244 if (atomic_read(&session->terminate)) in hidp_get_raw_report()
276 !atomic_read(&session->terminate)) { in hidp_get_raw_report()
281 || atomic_read(&session->terminate), in hidp_get_raw_report()
351 !atomic_read(&session->terminate)) { in hidp_set_raw_report()
356 || atomic_read(&session->terminate), in hidp_set_raw_report()
886 * on success, otherwise it will terminate the session thread.
1072 * Terminate session thread
1080 atomic_inc(&session->terminate); in hidp_session_terminate()
1155 * notify the session-thread to terminate. The thread itself owns a reference
1199 * session->terminate flag and wakes this thread up. in hidp_session_run()
1204 if (atomic_read(&session->terminate)) in hidp_session_run()
1245 atomic_inc(&session->terminate); in hidp_session_run()