Home
last modified time | relevance | path

Searched refs:osdp (Results 1 – 11 of 11) sorted by relevance

/subsys/mgmt/osdp/src/
A Dosdp.c16 LOG_MODULE_REGISTER(osdp, CONFIG_OSDP_LOG_LEVEL);
43 static struct osdp osdp_ctx;
124 struct osdp *osdp_get_ctx() in osdp_get_ctx()
129 static struct osdp *osdp_build_ctx(struct osdp_channel *channel) in osdp_build_ctx()
132 struct osdp *ctx; in osdp_build_ctx()
167 struct osdp *ctx = osdp_get_ctx(); in osdp_refresh()
183 struct osdp *ctx; in osdp_init()
A Dosdp_common.h490 struct osdp { struct
531 struct osdp *osdp_get_ctx();
559 int osdp_setup(struct osdp *ctx, uint8_t *key);
560 void osdp_update(struct osdp *ctx);
562 static inline struct osdp *pd_to_osdp(struct osdp_pd *pd) in pd_to_osdp()
567 static inline struct osdp_pd *osdp_to_pd(struct osdp *ctx, int pd_idx) in osdp_to_pd()
A Dosdp_common.c20 LOG_MODULE_DECLARE(osdp, CONFIG_OSDP_LOG_LEVEL);
155 struct osdp *ctx = osdp_get_ctx(); in osdp_get_sc_status_mask()
A Dosdp_cp.c9 LOG_MODULE_DECLARE(osdp, CONFIG_OSDP_LOG_LEVEL);
348 struct osdp *ctx = pd_to_osdp(pd); in cp_decode_response()
829 struct osdp *ctx = pd_to_osdp(pd); in state_update()
1000 struct osdp *ctx = osdp_get_ctx(); in osdp_cp_send_command_keyset()
1049 void osdp_update(struct osdp *ctx) in osdp_update()
1059 int osdp_setup(struct osdp *ctx, uint8_t *key) in osdp_setup()
1078 struct osdp *ctx = osdp_get_ctx(); in osdp_cp_set_event_callback()
1086 struct osdp *ctx = osdp_get_ctx(); in osdp_cp_send_command()
A Dosdp_sc.c8 LOG_MODULE_DECLARE(osdp, CONFIG_OSDP_LOG_LEVEL);
49 struct osdp *ctx = pd_to_osdp(pd); in osdp_compute_session_keys()
A Dosdp_pd.c8 LOG_MODULE_DECLARE(osdp, CONFIG_OSDP_LOG_LEVEL);
948 void osdp_update(struct osdp *ctx) in osdp_update()
1025 int osdp_setup(struct osdp *ctx, uint8_t *key) in osdp_setup()
A Dosdp_phy.c8 LOG_MODULE_DECLARE(osdp, CONFIG_OSDP_LOG_LEVEL);
/subsys/mgmt/osdp/
A DKconfig54 Thread stack size for osdp refresh thread
104 source "subsys/mgmt/osdp/Kconfig.pd"
108 source "subsys/mgmt/osdp/Kconfig.cp"
A DCMakeLists.txt22 src/osdp.c
/subsys/mgmt/
A DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_OSDP osdp)
A DKconfig15 source "subsys/mgmt/osdp/Kconfig"

Completed in 33 milliseconds