| /Zephyr-latest/drivers/rtc/ |
| D | rtc_ds3231.c | 618 struct rtc_ds3231_data *data = dev->data; in rtc_ds3231_alarm_set_callback() local 627 struct rtc_ds3231_data *data = dev->data; in rtc_ds3231_check_alarms() local 641 static int rtc_ds3231_init_alarms(struct rtc_ds3231_data *data) in rtc_ds3231_init_alarms() 650 static int rtc_ds3231_init_update(struct rtc_ds3231_data *data) in rtc_ds3231_init_update() 658 struct rtc_ds3231_data *data = dev->data; in rtc_ds3231_update_set_callback() local 665 struct rtc_ds3231_data *data = dev->data; in rtc_ds3231_update_callback() local 676 struct rtc_ds3231_data *data = CONTAINER_OF(work, struct rtc_ds3231_data, work); in rtc_ds3231_isw_h() local 689 struct rtc_ds3231_data *data = CONTAINER_OF(cb, struct rtc_ds3231_data, isw_cb_data); in rtc_ds3231_isw_isr() local 693 static int rtc_ds3231_init_isw(const struct rtc_ds3231_conf *config, struct rtc_ds3231_data *data) in rtc_ds3231_init_isw() 811 struct rtc_ds3231_data __maybe_unused *data = dev->data; in rtc_ds3231_init() local
|
| /Zephyr-latest/drivers/sensor/adi/adxl367/ |
| D | adxl367_rtio.c | 20 struct adxl367_data *data = dev->data; in adxl367_submit_fetch() local
|
| /Zephyr-latest/drivers/sensor/adi/adxl372/ |
| D | adxl372_rtio.c | 34 struct adxl372_xyz_accel_data *data = (struct adxl372_xyz_accel_data *)buffer; in adxl372_submit_fetch() local
|
| /Zephyr-latest/scripts/coredump/ |
| D | coredump_gdbserver.py | 32 def send(self, data): argument
|
| /Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/ |
| D | scanner.c | 23 static bool data_parse_cb(struct bt_data *data, void *user_data) in data_parse_cb()
|
| /Zephyr-latest/tests/bluetooth/controller/ctrl_tx_buffer_alloc/src/ |
| D | main.c | 51 static void alloc_setup(void *data) in alloc_setup()
|
| /Zephyr-latest/subsys/net/lib/shell/ |
| D | websocket.c | 25 struct net_shell_user_data *data = user_data; in websocket_context_cb() local
|
| /Zephyr-latest/samples/net/sockets/coap_server/src/ |
| D | separate.c | 18 uint8_t data[CONFIG_COAP_SERVER_MESSAGE_SIZE]; in separate_get() local
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/ |
| D | main_central.c | 30 const void *data, uint16_t length) in notify_cb()
|
| /Zephyr-latest/subsys/net/ip/ |
| D | tp.c | 67 static void dump(void *data, size_t len) in dump() 429 void _tp_output(sa_family_t af, struct net_if *iface, void *data, in _tp_output() 462 struct tp *json_to_tp(void *data, size_t data_len) in json_to_tp() 515 enum tp_type json_decode_msg(void *data, size_t data_len) in json_decode_msg() 534 struct tp_new *json_to_tp_new(void *data, size_t data_len) in json_to_tp_new() 555 void tp_encode(struct tp *tp, void *data, size_t *data_len) in tp_encode() 569 void tp_new_to_json(struct tp_new *tp, void *data, size_t *data_len) in tp_new_to_json()
|
| /Zephyr-latest/lib/net_buf/ |
| D | buf.c | 96 static uint8_t *generic_data_ref(struct net_buf *buf, uint8_t *data) in generic_data_ref() 127 static void mem_pool_data_unref(struct net_buf *buf, uint8_t *data) in mem_pool_data_unref() 159 static void fixed_data_unref(struct net_buf *buf, uint8_t *data) in fixed_data_unref() 186 static void heap_data_unref(struct net_buf *buf, uint8_t *data) in heap_data_unref() 218 static uint8_t *data_ref(struct net_buf *buf, uint8_t *data) in data_ref() 365 void *data, size_t size, in net_buf_alloc_with_data_debug() 696 size_t net_buf_data_match(const struct net_buf *buf, size_t offset, const void *data, size_t len) in net_buf_data_match()
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_ite_it8xxx2.c | 244 int __soc_ram_code ramcode_flash_verify(int addr, int size, const char *data) in ramcode_flash_verify() 343 static int __soc_ram_code flash_it8xxx2_read(const struct device *dev, off_t offset, void *data, in flash_it8xxx2_read() 372 struct flash_it8xxx2_dev_data *data = dev->data; in flash_it8xxx2_write() local 414 struct flash_it8xxx2_dev_data *data = dev->data; in flash_it8xxx2_erase() local 468 struct flash_it8xxx2_dev_data *data = dev->data; in flash_it8xxx2_init() local
|
| D | flash_hp_ra.c | 78 static int flash_ra_read(const struct device *dev, off_t offset, void *data, size_t len) in flash_ra_read() 199 static int flash_ra_write(const struct device *dev, off_t offset, const void *data, size_t len) in flash_ra_write() 401 struct flash_hp_ra_controller *data = dev->data; in flash_controller_ra_init() local
|
| D | soc_flash_b91.c | 123 const void *data, size_t len) in flash_b91_write() 176 void *data, size_t len) in flash_b91_read()
|
| D | flash_nxp_s32_qspi.h | 67 struct nxp_s32_qspi_data *data = dev->data; in nxp_s32_qspi_lock() local 78 struct nxp_s32_qspi_data *data = dev->data; in nxp_s32_qspi_unlock() local
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_stm32.c | 44 struct gpio_stm32_data *data = arg; in gpio_stm32_isr() local 489 struct gpio_stm32_data *data = dev->data; in gpio_stm32_config() local 587 struct gpio_stm32_data *data = dev->data; in gpio_stm32_pin_interrupt_configure() local 663 struct gpio_stm32_data *data = dev->data; in gpio_stm32_manage_callback() local 712 struct gpio_stm32_data *data = dev->data; in gpio_stm32_init() local
|
| /Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
| D | main.c | 36 uint8_t data[0]; member 264 struct bt_recv_job_data *data = in bt_recv_job_cb() local 319 uint8_t *data = &per->data[0]; in prop_cb() local 352 static void send_prop_report(uint8_t *data, uint8_t data_len) in send_prop_report() 380 uint8_t data[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in ZTEST() local
|
| /Zephyr-latest/subsys/mgmt/osdp/src/ |
| D | osdp.c | 98 static int osdp_uart_receive(void *data, uint8_t *buf, int len) in osdp_uart_receive() 105 static int osdp_uart_send(void *data, uint8_t *buf, int len) in osdp_uart_send() 115 static void osdp_uart_flush(void *data) in osdp_uart_flush()
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | hci_silabs_efr32.c | 117 static struct net_buf *slz_bt_recv_evt(const uint8_t *data, const int16_t len) in slz_bt_recv_evt() 142 static struct net_buf *slz_bt_recv_acl(const uint8_t *data, const int16_t len) in slz_bt_recv_acl() 158 uint32_t hci_common_transport_transmit(uint8_t *data, int16_t len) in hci_common_transport_transmit()
|
| /Zephyr-latest/drivers/eeprom/ |
| D | eeprom_mb85rcxx.c | 75 struct mb85rcxx_data *data = dev->data; in mb85rcxx_init() local 103 struct mb85rcxx_data *data = dev->data; in mb85rcxx_read() local 157 struct mb85rcxx_data *data = dev->data; in mb85rcxx_write() local
|
| /Zephyr-latest/samples/philosophers/src/ |
| D | phil_obj_abstract.h | 38 int data; member 101 struct packet data; member 123 struct packet data; member
|
| /Zephyr-latest/drivers/sensor/maxim/max17262/ |
| D | max17262.c | 87 struct max17262_data *const data = dev->data; in max17262_channel_get() local 180 struct max17262_data *data = dev->data; in max17262_sample_fetch() local
|
| /Zephyr-latest/drivers/sensor/pms7003/ |
| D | pms7003.c | 49 static int uart_wait_for(const struct device *dev, uint8_t *data, int len, in uart_wait_for() 87 static int uart_read_bytes(const struct device *dev, uint8_t *data, int len, in uart_read_bytes()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | bbram.h | 186 size_t size, uint8_t *data) in z_impl_bbram_read() 211 size_t size, const uint8_t *data) in z_impl_bbram_write()
|
| /Zephyr-latest/drivers/led_strip/ |
| D | tlc59731.c | 78 static int rgb_write_bit(const struct gpio_dt_spec *led_dev, uint8_t data) in rgb_write_bit() 94 static int rgb_write_data(const struct gpio_dt_spec *led_dev, uint8_t data) in rgb_write_data()
|