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