Searched defs:att (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/tests/drivers/i2s/i2s_api/src/ |
D | common.c | 31 static void fill_buf(int16_t *tx_block, int att) in fill_buf() 39 static int verify_buf(int16_t *rx_block, int att) in verify_buf() 108 static int tx_block_write_slab(const struct device *dev_i2s, int att, int err, in tx_block_write_slab() 125 int tx_block_write(const struct device *dev_i2s, int att, int err) in tx_block_write() 130 static int rx_block_read_slab(const struct device *dev_i2s, int att, in rx_block_read_slab() 151 int rx_block_read(const struct device *dev_i2s, int att) in rx_block_read()
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | cond.c | 172 int pthread_cond_init(pthread_cond_t *cvar, const pthread_condattr_t *att) in pthread_cond_init() 225 int pthread_condattr_init(pthread_condattr_t *att) in pthread_condattr_init() 234 int pthread_condattr_destroy(pthread_condattr_t *att) in pthread_condattr_destroy() 241 int pthread_condattr_getclock(const pthread_condattr_t *ZRESTRICT att, in pthread_condattr_getclock() 249 int pthread_condattr_setclock(pthread_condattr_t *att, clockid_t clock_id) in pthread_condattr_setclock()
|
/Zephyr-Core-3.7.0/tests/posix/common/src/ |
D | cond.c | 53 pthread_condattr_t att = {0}; in ZTEST() local
|
/Zephyr-Core-3.7.0/samples/drivers/i2s/output/src/ |
D | main.c | 30 static void fill_buf(int16_t *tx_block, int att) in fill_buf()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | att.c | 105 struct bt_att *att; member 566 struct bt_att *att = chan->att; in bt_att_sent() local 750 static void att_send_process(struct bt_att *att) in att_send_process() 885 static void att_req_send_process(struct bt_att *att) in att_req_send_process() 2997 struct bt_att *att; in bt_att_create_pdu() local 3049 static void att_reset(struct bt_att *att) in att_reset() 3145 static void att_chan_attach(struct bt_att *att, struct bt_att_chan *chan) in att_chan_attach() 3179 struct bt_att *att = att_chan->att; in bt_att_disconnected() local 3336 static struct bt_att_chan *att_chan_new(struct bt_att *att, atomic_val_t flags) in att_chan_new() 3398 struct bt_att *att; in bt_eatt_count() local [all …]
|
/Zephyr-Core-3.7.0/tests/drivers/i2s/i2s_speed/src/ |
D | test_i2s_speed.c | 78 static void fill_buf(int16_t *tx_block, int att) in fill_buf() 86 static int verify_buf(int16_t *rx_block, int att) in verify_buf()
|