/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | has.h | 177 const struct bt_has_preset_record *record, bool is_last); 192 const struct bt_has_preset_record *record, bool is_last); 203 void (*preset_deleted)(struct bt_has *has, uint8_t index, bool is_last); 217 bool is_last);
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_display_mono.c | 80 const bool is_last = lv_display_flush_is_last(display); in lvgl_flush_cb_mono() local 84 if (is_epd && !data->blanking_on && !is_last) { in lvgl_flush_cb_mono() 100 .frame_incomplete = !is_last, in lvgl_flush_cb_mono() 108 if (is_epd && is_last && data->blanking_on) { in lvgl_flush_cb_mono()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/ |
D | wifi_mgmt_scan.h | 26 bool is_last);
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has_internal.h | 80 uint8_t is_last; member 88 uint8_t is_last; member
|
D | has_client.c | 82 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_read_preset_rsp() 83 LOG_WRN("unexpected is_last value 0x%02x", pdu->is_last); in handle_read_preset_rsp() 99 client_cb->preset_read_rsp(&inst->has, 0, &record, !!pdu->is_last); in handle_read_preset_rsp() 103 bool is_last) in handle_generic_update() argument 130 client_cb->preset_update(&inst->has, pdu->prev_index, &record, is_last); in handle_generic_update() 134 bool is_last) in handle_preset_deleted() argument 141 client_cb->preset_deleted(&inst->has, net_buf_simple_pull_u8(buf), is_last); in handle_preset_deleted() 145 bool available, bool is_last) in handle_preset_availability() argument 153 is_last); in handle_preset_availability() 169 if (pdu->is_last > BT_HAS_IS_LAST) { in handle_preset_changed() [all …]
|
D | has.c | 827 bool is_last) in bt_has_cp_read_preset_rsp() argument 835 preset->index, preset->properties, preset->name, is_last); in bt_has_cp_read_preset_rsp() 840 rsp->is_last = is_last ? 0x01 : 0x00; in bt_has_cp_read_preset_rsp() 848 static void preset_changed_prepare(struct net_buf_simple *buf, uint8_t change_id, uint8_t is_last) in preset_changed_prepare() argument 857 preset_changed->is_last = is_last; in preset_changed_prepare() 861 uint8_t properties, const char *name, uint8_t is_last) in bt_has_cp_generic_update() argument 870 client, prev_index, index, properties, name, is_last); in bt_has_cp_generic_update() 872 preset_changed_prepare(&buf, BT_HAS_CHANGE_ID_GENERIC_UPDATE, is_last); in bt_has_cp_generic_update() 985 bool is_last = true; in read_preset_response() local 1002 is_last = next == NULL; in read_preset_response() [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | has_client.c | 52 const struct bt_has_preset_record *record, bool is_last) in has_client_preset_read_rsp_cb() argument 62 if (is_last) { in has_client_preset_read_rsp_cb()
|
/Zephyr-latest/drivers/spi/ |
D | spi_ambiq_spic.c | 212 bool is_last = false; in spi_ambiq_xfer_half_duplex() local 239 is_last = true; in spi_ambiq_xfer_half_duplex() 244 ((is_last == true) ? spi_ambiq_callback : NULL), in spi_ambiq_xfer_half_duplex() 248 if (is_last) { in spi_ambiq_xfer_half_duplex()
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sdma.c | 247 bool is_last = false; in dma_nxp_sdma_setup_bd() local 251 is_last = true; in dma_nxp_sdma_setup_bd() 258 is_last, true, is_wrap, chan_data->transfer_cfg.type); in dma_nxp_sdma_setup_bd()
|
D | dma_xilinx_axi_dma.c | 768 bool is_first, bool is_last) in dma_xilinx_axi_dma_transfer_block() argument 802 if (is_last) { in dma_xilinx_axi_dma_transfer_block()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_stm32.c | 904 bool is_last = false; in i3c_stm32_fill_tx_fifo() local 912 is_last = true; in i3c_stm32_fill_tx_fifo() 919 if (is_last) { in i3c_stm32_fill_tx_fifo() 920 return is_last; in i3c_stm32_fill_tx_fifo() 924 return is_last; in i3c_stm32_fill_tx_fifo() 942 bool is_last = false; in i3c_stm32_drain_rx_fifo() local 950 is_last = true; in i3c_stm32_drain_rx_fifo() 957 if (is_last) { in i3c_stm32_drain_rx_fifo() 958 return is_last; in i3c_stm32_drain_rx_fifo() 962 return is_last; in i3c_stm32_drain_rx_fifo()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | has_client_test.c | 85 const struct bt_has_preset_record *record, bool is_last) in preset_read_rsp_cb() argument 106 const struct bt_has_preset_record *record, bool is_last) in preset_update_cb() argument 389 if (pc->is_last) { in notify_handler()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_smsc911x.c | 450 static int smsc_write_tx_fifo(const uint8_t *buf, uint32_t len, bool is_last) in smsc_write_tx_fifo() argument 456 if (is_last) { in smsc_write_tx_fifo()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt.c | 691 img_mgmt_upload_log(bool is_first, bool is_last, int status) in img_mgmt_upload_log() argument 697 if (is_last || status != 0) { in img_mgmt_upload_log()
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.c | 1126 uint8_t is_last = 0; 1134 instance->expire_infos[i].last = is_last; 1141 is_last = 1; 1158 uint8_t is_last = 0; 1164 is_last = instance->expire_infos[index].last; 1170 if (is_last) {
|