Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.4.0/subsys/mgmt/osdp/src/
Dosdp_sc.c35 void osdp_compute_scbk(struct osdp_pd *pd, uint8_t *master_key, uint8_t *scbk) in osdp_compute_scbk()
46 void osdp_compute_session_keys(struct osdp_pd *pd) in osdp_compute_session_keys()
84 void osdp_compute_cp_cryptogram(struct osdp_pd *pd) in osdp_compute_cp_cryptogram()
110 int osdp_verify_cp_cryptogram(struct osdp_pd *pd) in osdp_verify_cp_cryptogram()
125 void osdp_compute_pd_cryptogram(struct osdp_pd *pd) in osdp_compute_pd_cryptogram()
133 int osdp_verify_pd_cryptogram(struct osdp_pd *pd) in osdp_verify_pd_cryptogram()
148 void osdp_compute_rmac_i(struct osdp_pd *pd) in osdp_compute_rmac_i()
156 int osdp_decrypt_data(struct osdp_pd *pd, int is_cmd, uint8_t *data, int length) in osdp_decrypt_data()
184 int osdp_encrypt_data(struct osdp_pd *pd, int is_cmd, uint8_t *data, int length) in osdp_encrypt_data()
204 int osdp_compute_mac(struct osdp_pd *pd, int is_cmd, in osdp_compute_mac()
[all …]
Dosdp_pd.c117 static struct osdp_event *pd_event_alloc(struct osdp_pd *pd) in pd_event_alloc()
128 static void pd_event_free(struct osdp_pd *pd, struct osdp_event *event) in pd_event_free()
133 static void pd_event_enqueue(struct osdp_pd *pd, struct osdp_event *event) in pd_event_enqueue()
138 static int pd_event_dequeue(struct osdp_pd *pd, struct osdp_event **event) in pd_event_dequeue()
151 static int pd_translate_event(struct osdp_pd *pd, struct osdp_event *event) in pd_translate_event()
182 static bool do_command_callback(struct osdp_pd *pd, struct osdp_cmd *cmd) in do_command_callback()
195 static int pd_cmd_cap_ok(struct osdp_pd *pd, struct osdp_cmd *cmd) in pd_cmd_cap_ok()
258 static int pd_decode_command(struct osdp_pd *pd, uint8_t *buf, int len) in pd_decode_command()
570 static int pd_build_reply(struct osdp_pd *pd, uint8_t *buf, int max_len) in pd_build_reply()
778 static int pd_send_reply(struct osdp_pd *pd) in pd_send_reply()
[all …]
Dosdp_cp.c62 static struct osdp_cmd *cp_cmd_alloc(struct osdp_pd *pd) in cp_cmd_alloc()
73 static void cp_cmd_free(struct osdp_pd *pd, struct osdp_cmd *cmd) in cp_cmd_free()
78 static void cp_cmd_enqueue(struct osdp_pd *pd, struct osdp_cmd *cmd) in cp_cmd_enqueue()
83 static int cp_cmd_dequeue(struct osdp_pd *pd, struct osdp_cmd **cmd) in cp_cmd_dequeue()
123 static int cp_build_command(struct osdp_pd *pd, uint8_t *buf, int max_len) in cp_build_command()
310 static int cp_decode_response(struct osdp_pd *pd, uint8_t *buf, int len) in cp_decode_response()
520 static int cp_build_packet(struct osdp_pd *pd) in cp_build_packet()
548 static int cp_send_command(struct osdp_pd *pd) in cp_send_command()
574 static int cp_process_reply(struct osdp_pd *pd) in cp_process_reply()
628 static void cp_flush_command_queue(struct osdp_pd *pd) in cp_flush_command_queue()
[all …]
Dosdp_phy.c28 static inline bool packet_has_mark(struct osdp_pd *pd) in packet_has_mark()
33 static inline void packet_set_mark(struct osdp_pd *pd, bool mark) in packet_set_mark()
55 static int osdp_phy_get_seq_number(struct osdp_pd *pd, int do_inc) in osdp_phy_get_seq_number()
67 int osdp_phy_packet_get_data_offset(struct osdp_pd *pd, const uint8_t *buf) in osdp_phy_packet_get_data_offset()
84 uint8_t *osdp_phy_packet_get_smb(struct osdp_pd *pd, const uint8_t *buf) in osdp_phy_packet_get_smb()
108 int osdp_phy_packet_init(struct osdp_pd *pd, uint8_t *buf, int max_len) in osdp_phy_packet_init()
158 int osdp_phy_packet_finalize(struct osdp_pd *pd, uint8_t *buf, in osdp_phy_packet_finalize()
Dosdp_common.c44 void osdp_keyset_complete(struct osdp_pd *pd) in osdp_keyset_complete()
154 struct osdp_pd *pd; in osdp_get_sc_status_mask() local
Dosdp_common.h495 struct osdp_pd *pd; member
505 static inline void cp_keyset_complete(struct osdp_pd *pd) { } in cp_keyset_complete()
562 static inline struct osdp *pd_to_osdp(struct osdp_pd *pd) in pd_to_osdp()
572 static inline bool is_pd_mode(struct osdp_pd *pd) in is_pd_mode()
577 static inline bool is_cp_mode(struct osdp_pd *pd) in is_cp_mode()
582 static inline bool sc_is_capable(struct osdp_pd *pd) in sc_is_capable()
587 static inline bool sc_is_active(struct osdp_pd *pd) in sc_is_active()
592 static inline void sc_activate(struct osdp_pd *pd) in sc_activate()
597 static inline void sc_deactivate(struct osdp_pd *pd) in sc_deactivate()
Dosdp.c133 struct osdp_pd *pd; in osdp_build_ctx() local
/Zephyr-Core-3.4.0/drivers/dma/
Ddma_iproc_pax_v1.c236 static int init_rm(struct dma_iproc_pax_data *pd) in init_rm()
262 static void rm_cfg_start(struct dma_iproc_pax_data *pd) in rm_cfg_start()
320 static void rm_ring_clear_stats(struct dma_iproc_pax_data *pd, in rm_ring_clear_stats()
331 static void rm_cfg_finish(struct dma_iproc_pax_data *pd) in rm_cfg_finish()
346 static inline void set_ring_active(struct dma_iproc_pax_data *pd, in set_ring_active()
361 static int init_ring(struct dma_iproc_pax_data *pd, enum ring_idx idx) in init_ring()
469 struct dma_iproc_pax_data *pd = dev->data; in process_cmpl_event() local
528 struct dma_iproc_pax_data *pd = dev->data; in peek_ring_cmpl() local
558 struct dma_iproc_pax_data *pd = dev->data; in rm_isr() local
589 struct dma_iproc_pax_data *pd = dev->data; in dma_iproc_pax_init() local
[all …]
Ddma_iproc_pax_v2.c257 static int init_rm(struct dma_iproc_pax_data *pd) in init_rm()
283 static void rm_cfg_start(struct dma_iproc_pax_data *pd) in rm_cfg_start()
375 static void rm_ring_clear_stats(struct dma_iproc_pax_data *pd, in rm_ring_clear_stats()
386 static void rm_cfg_finish(struct dma_iproc_pax_data *pd) in rm_cfg_finish()
400 static inline void write_doorbell(struct dma_iproc_pax_data *pd, in write_doorbell()
410 static inline void set_ring_active(struct dma_iproc_pax_data *pd, in set_ring_active()
425 static int init_ring(struct dma_iproc_pax_data *pd, enum ring_idx idx) in init_ring()
553 struct dma_iproc_pax_data *pd = dev->data; in process_cmpl_event() local
615 struct dma_iproc_pax_data *pd = dev->data; in peek_ring_cmpl() local
645 struct dma_iproc_pax_data *pd = dev->data; in rm_isr() local
[all …]
/Zephyr-Core-3.4.0/samples/subsys/mgmt/osdp/control_panel/src/
Dmain.c31 int key_press_callback(int pd, uint8_t *data, int len) in key_press_callback()
37 int card_read_callback(int pd, int format, uint8_t *data, int len) in card_read_callback()
52 int event_handler(void *unused, int pd, struct osdp_event *e) in event_handler()
/Zephyr-Core-3.4.0/samples/net/dsa/src/
Ddsa_lldp.c30 int dsa_lldp_send(struct net_if *iface, struct instance_data *pd, in dsa_lldp_send()
149 int dsa_lldp_recv(struct net_if *iface, struct instance_data *pd, in dsa_lldp_recv()
Dmain.c69 struct instance_data *pd) in start_slave_port_packet_socket()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dsdp.c2343 struct bt_sdp_uuid_desc *pd, in sdp_get_uuid_data()
2493 struct bt_sdp_uuid_desc pd; in bt_sdp_get_proto_param() local
2520 struct bt_sdp_uuid_desc pd; in bt_sdp_get_addl_proto_param() local
2547 struct bt_sdp_uuid_desc pd; in bt_sdp_get_profile_version() local
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dascs_internal.h72 uint8_t pd[3]; member
163 uint8_t pd[3]; member
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Daudio.h418 uint32_t pd; member
Dbap.h1330 uint32_t pd; member
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c1112 unsigned long pd; in cmd_stream_qos() local