Searched refs:cp_set_state (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/ |
D | osdp_cp.c | 680 static inline void cp_set_state(struct osdp_pd *pd, enum osdp_cp_state_e state) in cp_set_state() function 688 cp_set_state(pd, OSDP_CP_STATE_ONLINE); in cp_set_online() 856 cp_set_state(pd, OSDP_CP_STATE_SC_INIT); in state_update() 869 cp_set_state(pd, OSDP_CP_STATE_INIT); in state_update() 877 cp_set_state(pd, OSDP_CP_STATE_IDREQ); in state_update() 889 cp_set_state(pd, OSDP_CP_STATE_CAPDET); in state_update() 905 cp_set_state(pd, OSDP_CP_STATE_SC_INIT); in state_update() 914 cp_set_state(pd, OSDP_CP_STATE_SC_CHLNG); in state_update() 929 cp_set_state(pd, OSDP_CP_STATE_SC_INIT); in state_update() 941 cp_set_state(pd, OSDP_CP_STATE_SC_SCRYPT); in state_update() [all …]
|