Home
last modified time | relevance | path

Searched refs:osdp_pd_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/
Dosdp_common.h378 struct osdp_pd_id { struct
454 struct osdp_pd_id id;
Dosdp_pd.c53 static struct osdp_pd_id osdp_pd_id = { variable
1007 struct osdp_pd_id *id) in osdp_pd_set_attributes()
1021 memcpy(&pd->id, id, sizeof(struct osdp_pd_id)); in osdp_pd_set_attributes()
1034 osdp_pd_set_attributes(pd, osdp_pd_cap, &osdp_pd_id); in osdp_setup()