Searched refs:sc_is_active (Results 1 – 4 of 4) sorted by relevance
145 if (sc_is_active(pd)) { in osdp_phy_packet_init()196 if (sc_is_active(pd) && (pkt->control & PKT_CONTROL_SCB) && pkt->data[1] >= SCS_15) { in osdp_phy_packet_finalize()426 if (!sc_is_active(pd) && pkt->data[1] > SCS_14) { in osdp_phy_decode_packet()463 if (sc_is_active(pd)) { in osdp_phy_decode_packet()471 if (sc_is_active(pd) && in osdp_phy_decode_packet()
268 if (!sc_is_active(pd)) { in cp_build_command()331 if (smb && (smb[1] > SCS_14) && sc_is_active(pd)) { in cp_build_command()514 if (sc_is_active(pd) || pd->cmd_id != CMD_CHLNG) { in cp_decode_response()533 if (sc_is_active(pd) || pd->cmd_id != CMD_SCRYPT) { in cp_decode_response()711 return (sc_is_capable(pd) && !sc_is_active(pd) && in cp_sc_should_retry()764 if (sc_is_active(pd)) { in cp_phy_state_update()
481 if (!sc_is_active(pd)) { in pd_decode_command()526 if (sc_is_active(pd)) { in pd_decode_command()786 if (smb && (smb[1] > SCS_14) && sc_is_active(pd)) { in pd_build_reply()958 if (sc_is_active(pd) && in osdp_update()987 if (ret == OSDP_PD_ERR_NONE && sc_is_active(pd)) { in osdp_update()
587 static inline bool sc_is_active(struct osdp_pd *pd) in sc_is_active() function