/Zephyr-latest/drivers/sensor/memsic/mmc56x3/ |
D | mmc56x3_async.c | 94 struct rtio_work_req *req = rtio_work_req_alloc(); in mmc56x3_submit() local
|
/Zephyr-latest/drivers/sensor/bosch/bme280/ |
D | bme280_async.c | 86 struct rtio_work_req *req = rtio_work_req_alloc(); in bme280_submit() local
|
/Zephyr-latest/samples/subsys/pm/latency/src/ |
D | test.c | 17 struct pm_policy_latency_request req; member
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 88 struct coap_client_request *req, in coap_client_schedule_poll() 198 struct coap_client_request *req, in coap_client_init_request() 349 struct coap_client_request *req, struct coap_transmission_parameters *params) in coap_client_req() 681 static int send_ack(struct coap_client *client, const struct coap_packet *req, in send_ack() 702 static int send_rst(struct coap_client *client, const struct coap_packet *req) in send_rst() 1061 void coap_client_cancel_request(struct coap_client *client, struct coap_client_request *req) in coap_client_cancel_request()
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/src/ |
D | sockets.c | 103 struct http_request req; in tagoio_http_push() local
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | a2dp.c | 395 static int bt_a2dp_set_config_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_set_config_cb() 425 static int bt_a2dp_get_capabilities_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_get_capabilities_cb() 525 static int bt_a2dp_discover_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_discover_cb() 664 static int bt_a2dp_ctrl_cb(struct bt_avdtp_req *req, bt_a2dp_rsp_cb rsp_cb, bt_a2dp_done_cb done_cb, in bt_a2dp_ctrl_cb() 695 static int bt_a2dp_open_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_open_cb() 706 static int bt_a2dp_start_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_start_cb() 716 static int bt_a2dp_suspend_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_suspend_cb() 726 static int bt_a2dp_close_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_close_cb() 736 static int bt_a2dp_abort_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_abort_cb()
|
D | avdtp_internal.h | 150 struct bt_avdtp_req req; member 154 struct bt_avdtp_req req; member 159 struct bt_avdtp_req req; member 171 struct bt_avdtp_req req; member 211 struct bt_avdtp_req *req; member
|
/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 136 static int connect_cb(int sock, struct http_request *req, void *user_data) in connect_cb() 344 struct websocket_request req; in main() local 364 struct websocket_request req; in main() local
|
/Zephyr-latest/soc/nordic/common/ |
D | mram_latency.c | 103 struct sync_latency_req *req = CONTAINER_OF(cli, struct sync_latency_req, cli); in sync_req_cb() local 111 struct sync_latency_req req; in mram_no_latency_sync_request() local
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_rtio_default.c | 156 struct rtio_work_req *req = rtio_work_req_alloc(); in i3c_iodev_submit_fallback() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_rtio_default.c | 143 struct rtio_work_req *req = rtio_work_req_alloc(); in i2c_iodev_submit_fallback() local
|
D | i2c_max32.c | 54 mxc_i2c_req_t req; member 208 mxc_i2c_req_t *req = &data->req; in i2c_max32_transfer_sync() local 371 mxc_i2c_req_t *req = &data->req; in i2c_max32_transfer_dma() local 466 mxc_i2c_req_t *req = &data->req; in i2c_max32_transfer() local 559 mxc_i2c_req_t *req = &data->req; in i2c_max32_transfer() local 729 mxc_i2c_req_t *req = &data->req; in i2c_max32_isr_controller() local
|
D | i2c_max32_rtio.c | 46 mxc_i2c_req_t req; member 112 mxc_i2c_req_t *req = &data->req; in max32_msg_start() local 185 mxc_i2c_req_t *req = &data->req; in i2c_max32_isr_controller() local
|
/Zephyr-latest/drivers/espi/ |
D | espi_handlers.c | 89 struct espi_request_packet *req) in z_vrfy_espi_read_request() 109 struct espi_request_packet *req) in z_vrfy_espi_write_request()
|
/Zephyr-latest/tests/subsys/sip_svc/src/ |
D | main.c | 59 struct sip_svc_request req = {0}; in sip_svc_send_sync_request() local 130 struct sip_svc_request req = {0}; in sip_svc_send_async_request() local
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_rtio.c | 160 struct rtio_work_req *req = rtio_work_req_alloc(); in lsm6dsv16x_submit() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 109 struct bt_att_req *req; member 552 static int chan_req_send(struct bt_att_chan *chan, struct bt_att_req *req) in chan_req_send() 820 static void send_err_rsp(struct bt_att_chan *chan, uint8_t req, uint16_t handle, in send_err_rsp() 846 struct bt_att_exchange_mtu_req *req; in att_mtu_req() local 907 struct bt_att_req *req) in bt_att_chan_req_send() 921 struct bt_att_req *req = NULL; in att_req_send_process() local 1145 struct bt_att_find_info_req *req; in att_find_info_req() local 1307 struct bt_att_find_type_req *req; in att_find_type_req() local 1556 struct bt_att_read_type_req *req; in att_read_type_req() local 1706 struct bt_att_read_req *req; in att_read_req() local [all …]
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.c | 210 struct sync_req *req = CONTAINER_OF(cli, struct sync_req, cli); in sync_cb() local 220 struct sync_req req = { in nrf_clock_control_request_sync() local
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_rtio.c | 103 struct rtio_work_req *req = rtio_work_req_alloc(); in icm42688_submit() local
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 158 struct ptp_msg *req, *msg = ptp_msg_from_pkt(pkt); in port_delay_req_timestamp_cb() local 659 struct ptp_msg *req; in port_delay_resp_msg_process() local 694 static struct ptp_msg *port_management_resp_prepare(struct ptp_port *port, struct ptp_msg *req) in port_management_resp_prepare() 730 struct ptp_msg *req, in port_management_resp_tlv_fill() 851 struct ptp_msg *req, in port_management_set() 1505 int ptp_port_management_resp(struct ptp_port *port, struct ptp_msg *req, struct ptp_tlv_mgmt *tlv) in ptp_port_management_resp()
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/ |
D | smp.c | 340 void *req, void *rsp, int status, const char *rsn) in smp_on_err() 391 struct net_buf *req = vreq; in smp_process_request_packet() local
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 155 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local 632 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 194 struct usbip_submit *req = &hdr->u.submit; in handle_usbip_submit() local 337 struct op_common req; in usbip_start() local
|
/Zephyr-latest/tests/net/arp/src/ |
D | main.c | 153 struct net_pkt *req, in prepare_arp_reply() 206 struct net_pkt *req, in prepare_arp_request()
|
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | main.c | 565 struct coap_client_request req = short_request; in ZTEST() local 589 struct coap_client_request req = short_request; in ZTEST() local 632 struct coap_client_request req = short_request; in ZTEST() local 647 struct coap_client_request req = short_request; in ZTEST() local 790 struct coap_client_request req = { in ZTEST() local 909 struct coap_client_request req = { in ZTEST() local
|