Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 76) sorted by relevance

1234

/subsys/logging/
A DKconfig.filtering22 - 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 DKconfig.ias16 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 DKconfig39 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 Dlog_backend_spinel.c23 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 DKconfig41 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 Dshell_dummy.c56 static int write(const struct shell_transport *transport, in write() function
97 .write = write,
A Dshell_adsp_memory_window.c91 static int write(const struct shell_transport *transport, in write() function
120 .write = write,
A Dshell_rtt.c137 static int write(const struct shell_transport *transport, in write() function
182 .write = write,
A Dshell_rpmsg.c101 static int write(const struct shell_transport *transport, in write() function
185 .write = write,
/subsys/bluetooth/audio/
A Daudio_internal.h27 ssize_t (*write)(struct bt_conn *conn, const struct bt_gatt_attr *attr, member
46 .write = _write, \
A DKconfig.pacs34 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 Dhas_client.c273 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 Daudio.c230 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 DKconfig.template.log_config.default.net20 Do not write to log.
25 Only write to log when NET_ERR or LOG_ERR is used.
A DKconfig.template.log_config.net19 Do not write to log.
24 Only write to log when NET_ERR or LOG_ERR is used.
/subsys/usb/device/class/
A Dmsc.c310 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 DKconfig56 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 Dnet_pkt.c1810 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 DKconfig.gatt26 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 DKconfig72 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 Dfuse_fs_access_bottom.h34 int (*write)(uint64_t fh, const char *buf, size_t size, off_t off); member
/subsys/fs/fcb/
A DKconfig24 favor of increased write throughput.
/subsys/disk/
A Ddisk_access.c114 (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 DKconfig.hrs20 bool "Read and write allowed"
/subsys/net/lib/mqtt/
A Dmqtt_transport.c69 return transport_fn[client->transport.type].write(client, data, in mqtt_transport_write()

Completed in 72 milliseconds

1234