| /subsys/logging/ |
| A D | Kconfig.filtering | 22 - 0 OFF, do not write by default 23 - 1 ERROR, default to only write LOG_LEVEL_ERR 24 - 2 WARNING, default to write LOG_LEVEL_WRN 25 - 3 INFO, default to write LOG_LEVEL_INFO 26 - 4 DEBUG, default to write LOG_LEVEL_DBG 40 - 1 ERROR, override to write LOG_LEVEL_ERR 41 - 2 WARNING, override to write LOG_LEVEL_WRN 42 - 3 INFO, override to write LOG_LEVEL_INFO 43 - 4 DEBUG, override to write LOG_LEVEL_DBG
|
| /subsys/bluetooth/services/ias/ |
| A D | Kconfig.ias | 16 Default write permissions for IAS characteristic attributes 22 bool "Require encryption for write access" 25 bool "Require encryption and authentication for write access"
|
| /subsys/storage/stream/ |
| A D | Kconfig | 39 that requires erase prior to write. 47 have such requirement prior to write nor support rase as a way to increase write speed. 54 bool "Persistent stream write progress" 58 Enable API for loading and storing the current write progress to flash
|
| /subsys/logging/backends/ |
| A D | log_backend_spinel.c | 23 static int write(uint8_t *data, size_t length, void *ctx); 25 LOG_OUTPUT_DEFINE(log_output_spinel, write, char_buf, sizeof(char_buf)); 67 static int write(uint8_t *data, size_t length, void *ctx) in write() function
|
| /subsys/fs/zms/ |
| A D | Kconfig | 41 ZMS uses an internal buffer to read/write and compare stored data. 45 that have a larger `write-block-size` (which decreases the performance of ZMS). 66 For some memory technologies, write cycles for memory cells are limited and any 69 This option will reduce write performance as it will need to do a research of the 70 data in the whole storage before any write.
|
| /subsys/shell/backends/ |
| A D | shell_dummy.c | 56 static int write(const struct shell_transport *transport, in write() function 97 .write = write,
|
| A D | shell_adsp_memory_window.c | 91 static int write(const struct shell_transport *transport, in write() function 120 .write = write,
|
| A D | shell_rtt.c | 137 static int write(const struct shell_transport *transport, in write() function 182 .write = write,
|
| A D | shell_rpmsg.c | 101 static int write(const struct shell_transport *transport, in write() function 185 .write = write,
|
| /subsys/bluetooth/audio/ |
| A D | audio_internal.h | 27 ssize_t (*write)(struct bt_conn *conn, const struct bt_gatt_attr *attr, member 46 .write = _write, \
|
| A D | Kconfig.pacs | 34 This option enables support for clients to write to the Sink PAC 70 This option enables support for clients to write to the Source PAC
|
| A D | has_client.c | 273 inst->params.write.func = func; in cp_write() 274 inst->params.write.handle = value_handle; in cp_write() 275 inst->params.write.offset = 0U; in cp_write() 276 inst->params.write.data = buf->data; in cp_write() 277 inst->params.write.length = buf->len; in cp_write() 279 return bt_gatt_write(inst->conn, &inst->params.write); in cp_write() 285 struct bt_has_client *inst = CONTAINER_OF(params, struct bt_has_client, params.write); in read_presets_req_cb() 318 struct bt_has_client *inst = CONTAINER_OF(params, struct bt_has_client, params.write); in set_active_preset_cb()
|
| A D | audio.c | 230 if (user_data->write == NULL) { in bt_audio_write_chrc() 243 return user_data->write(conn, attr, buf, len, offset, flags); in bt_audio_write_chrc()
|
| /subsys/net/ |
| A D | Kconfig.template.log_config.default.net | 20 Do not write to log. 25 Only write to log when NET_ERR or LOG_ERR is used.
|
| A D | Kconfig.template.log_config.net | 19 Do not write to log. 24 Only write to log when NET_ERR or LOG_ERR is used.
|
| /subsys/usb/device/class/ |
| A D | msc.c | 310 static bool write(uint8_t *buf, uint16_t size) in write() function 411 return write(request_sense, sizeof(request_sense)); in requestSense() 416 return write((uint8_t *)&inq_rsp, sizeof(inq_rsp)); in inquiryRequest() 423 return write(sense6, sizeof(sense6)); in modeSense6() 440 return write(capacity, sizeof(capacity)); in readFormatCapacity() 450 return write(capacity, sizeof(capacity)); in readCapacity()
|
| /subsys/logging/frontends/ |
| A D | Kconfig | 56 Before going to sleep CPU shall write to STM some dummy data to ensure 63 Frontend cannot write to STM if it is used with ETR buffer unless ETR is 95 When enabled, accessing STMESP registers will stall if write cannot be
|
| /subsys/net/ip/ |
| A D | net_pkt.c | 1810 pkt_cursor_jump(pkt, write); 1815 size_t length, bool write) argument 1821 write = false; 1828 pkt_cursor_jump(pkt, write); 1837 bool copy, bool write) argument 1846 false : write); 1851 if (write && !net_pkt_is_being_overwritten(pkt)) { 1869 memcpy(write ? c_op->pos : data, 1870 write ? data : c_op->pos, 1876 if (write && !net_pkt_is_being_overwritten(pkt)) { [all …]
|
| /subsys/bluetooth/host/ |
| A D | Kconfig.gatt | 26 int "Number of ATT prepare write buffers" 30 Number of buffers available for ATT prepare write, setting 263 bool "Allow to write device name by remote GATT clients" 267 Enabling this option allows remote GATT clients to write to device 291 bool "Allow to write GAP Appearance by remote GATT clients" 295 Enabling this option allows remote GATT clients to write to device
|
| /subsys/fs/ |
| A D | Kconfig | 72 bool "File system shell read/write/erase test commands" 76 read/write/erase tests with speed output. 85 maximum size that can be used with a read/write test. Note that this
|
| A D | fuse_fs_access_bottom.h | 34 int (*write)(uint64_t fh, const char *buf, size_t size, off_t off); member
|
| /subsys/fs/fcb/ |
| A D | Kconfig | 24 favor of increased write throughput.
|
| /subsys/disk/ |
| A D | disk_access.c | 114 (disk->ops->write != NULL)) { in disk_access_write() 115 rc = disk->ops->write(disk, data_buf, start_sector, num_sector); in disk_access_write()
|
| /subsys/bluetooth/services/ |
| A D | Kconfig.hrs | 20 bool "Read and write allowed"
|
| /subsys/net/lib/mqtt/ |
| A D | mqtt_transport.c | 69 return transport_fn[client->transport.type].write(client, data, in mqtt_transport_write()
|