Searched refs:DEV_STATE_ERR (Results 1 – 3 of 3) sorted by relevance
62 enum dev_state { DEV_STATE_UNINIT, DEV_STATE_INIT, DEV_STATE_ERR }; enumerator
9313 *state = DEV_STATE_ERR; in t4_fw_hello() 9371 *state = DEV_STATE_ERR; in t4_fw_hello()
5180 if (rc < 0 || state == DEV_STATE_ERR) { in contact_firmware()