Home
last modified time | relevance | path

Searched defs:pb (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.6.0/lib/os/
Dspsc_pbuf.c62 static uint32_t *get_rd_idx_loc(struct spsc_pbuf *pb, uint32_t flags) in get_rd_idx_loc()
67 static uint32_t *get_wr_idx_loc(struct spsc_pbuf *pb, uint32_t flags) in get_wr_idx_loc()
77 static uint8_t *get_data_loc(struct spsc_pbuf *pb, uint32_t flags) in get_data_loc()
119 struct spsc_pbuf *pb = buf; in spsc_pbuf_init() local
136 int spsc_pbuf_alloc(struct spsc_pbuf *pb, uint16_t len, char **buf) in spsc_pbuf_alloc()
201 void spsc_pbuf_commit(struct spsc_pbuf *pb, uint16_t len) in spsc_pbuf_commit()
228 int spsc_pbuf_write(struct spsc_pbuf *pb, const char *buf, uint16_t len) in spsc_pbuf_write()
249 uint16_t spsc_pbuf_claim(struct spsc_pbuf *pb, char **buf) in spsc_pbuf_claim()
319 void spsc_pbuf_free(struct spsc_pbuf *pb, uint16_t len) in spsc_pbuf_free()
352 int spsc_pbuf_read(struct spsc_pbuf *pb, char *buf, uint16_t len) in spsc_pbuf_read()
[all …]
/Zephyr-Core-3.6.0/subsys/ipc/ipc_service/lib/
Dpbuf.c57 int pbuf_init(struct pbuf *pb) in pbuf_init()
80 int pbuf_write(struct pbuf *pb, const char *data, uint16_t len) in pbuf_write()
147 int pbuf_read(struct pbuf *pb, char *buf, uint16_t len) in pbuf_read()
/Zephyr-Core-3.6.0/tests/lib/spsc_pbuf/src/
Dmain.c127 static void packet_write(struct spsc_pbuf *pb, in packet_write()
156 static void packet_consume(struct spsc_pbuf *pb, in packet_consume()
183 struct spsc_pbuf *pb = spsc_pbuf_init(buffer, sizeof(buffer), 0); in ZTEST() local
215 struct spsc_pbuf *pb = spsc_pbuf_init(buffer, sizeof(buffer), 0); in ZTEST() local
235 struct spsc_pbuf *pb = spsc_pbuf_init(buffer, sizeof(buffer), 0); in ZTEST() local
265 struct spsc_pbuf *pb; in ZTEST() local
301 struct spsc_pbuf *pb; in ZTEST() local
341 struct spsc_pbuf *pb; in ZTEST() local
376 struct spsc_pbuf *pb; in ZTEST() local
/Zephyr-Core-3.6.0/tests/subsys/ipc/pbuf/src/
Dmain.c20 static void print_pbuf_info(struct pbuf *pb) in print_pbuf_info()
53 static struct pbuf pb = { in ZTEST() local
273 static struct pbuf pb = { in ZTEST() local
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dspsc_pbuf.h119 static inline uint32_t spsc_pbuf_capacity(struct spsc_pbuf *pb) in spsc_pbuf_capacity()
/Zephyr-Core-3.6.0/samples/net/dsa/src/
Ddsa_lldp.c40 uint8_t *pb = p; in dsa_lldp_send() local
/Zephyr-Core-3.6.0/samples/boards/nrf/battery/src/
Dbattery.c208 const struct battery_level_point *pb = curve; in battery_level_pptt() local
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/hci/
Dhci_driver.c123 uint8_t ts, pb; in sink_sdu_emit_hci() local
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c237 volatile uint16_t *pb = &GENFSK->PACKET_BUFFER[PB_RX_PDU]; in pkt_rx() local
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Diso.c591 uint8_t pb, ts; in bt_iso_recv() local
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dhci_types.h86 #define bt_iso_pack_flags(pb, ts) \ argument
88 #define bt_iso_handle_pack(h, pb, ts) \ argument