Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 54) sorted by relevance

123

/subsys/fs/fuse_client/
A Dfuse_client.c32 void fuse_create_init_req(struct fuse_init_req *req) in fuse_create_init_req()
93 void fuse_create_destroy_req(struct fuse_destroy_req *req) in fuse_create_destroy_req()
99 struct fuse_create_req *req, uint64_t inode, uint32_t fname_len, uint32_t flags, in fuse_create_create_req()
138 void fuse_create_setattr_req(struct fuse_setattr_req *req, uint64_t inode) in fuse_create_setattr_req()
146 void fuse_create_fsync_req(struct fuse_fsync_req *req, uint64_t inode, uint64_t fh) in fuse_create_fsync_req()
157 struct fuse_mkdir_req *req, uint64_t inode, uint32_t dirname_len, uint32_t mode) in fuse_create_mkdir_req()
169 struct fuse_unlink_req *req, uint32_t fname_len, enum fuse_object_type type) in fuse_create_unlink_req()
178 struct fuse_rename_req *req, uint64_t old_dir_nodeid, uint32_t old_len, in fuse_create_rename_req()
237 void fuse_dump_init_req_out(struct fuse_init_req *req) in fuse_dump_init_req_out()
319 void fuse_dump_open_req_out(struct fuse_open_req *req) in fuse_dump_open_req_out()
[all …]
/subsys/pm/policy/
A Dpolicy_latency.c29 struct pm_policy_latency_request *req; in update_max_latency() local
55 void pm_policy_latency_request_add(struct pm_policy_latency_request *req, in pm_policy_latency_request_add()
68 void pm_policy_latency_request_update(struct pm_policy_latency_request *req, in pm_policy_latency_request_update()
79 void pm_policy_latency_request_remove(struct pm_policy_latency_request *req) in pm_policy_latency_request_remove()
89 void pm_policy_latency_changed_subscribe(struct pm_policy_latency_subscription *req, in pm_policy_latency_changed_subscribe()
100 void pm_policy_latency_changed_unsubscribe(struct pm_policy_latency_subscription *req) in pm_policy_latency_changed_unsubscribe()
/subsys/net/lib/http/
A Dhttp_client.c178 struct http_request *req = CONTAINER_OF(parser, in on_url() local
193 struct http_request *req = CONTAINER_OF(parser, in on_status() local
218 struct http_request *req = CONTAINER_OF(parser, in on_header_field() local
250 struct http_request *req = CONTAINER_OF(parser, in on_header_value() local
293 struct http_request *req = CONTAINER_OF(parser, in on_body() local
322 struct http_request *req = CONTAINER_OF(parser, in on_headers_complete() local
354 struct http_request *req = CONTAINER_OF(parser, in on_message_begin() local
371 struct http_request *req = CONTAINER_OF(parser, in on_message_complete() local
390 struct http_request *req = CONTAINER_OF(parser, in on_chunk_header() local
404 struct http_request *req = CONTAINER_OF(parser, in on_chunk_complete() local
[all …]
/subsys/fs/virtiofs/
A Dvirtiofs.c117 struct fuse_init_req req; in virtiofs_init() local
210 struct fuse_lookup_req req; in virtiofs_lookup() local
296 struct fuse_open_req req; in virtiofs_open() local
337 struct fuse_read_req req; in virtiofs_read() local
418 struct fuse_create_req req; in virtiofs_create() local
458 struct fuse_write_req req; in virtiofs_write() local
496 struct fuse_lseek_req req; in virtiofs_lseek() local
568 struct fuse_fsync_req req; in virtiofs_fsync() local
593 struct fuse_mkdir_req req; in virtiofs_mkdir() local
625 struct fuse_unlink_req req; in virtiofs_unlink() local
[all …]
/subsys/rtio/
A Drtio_workq.c23 struct rtio_work_req *req; in rtio_work_req_alloc() local
34 void rtio_work_req_submit(struct rtio_work_req *req, in rtio_work_req_submit()
69 struct rtio_work_req *req = k_queue_get(&rtio_workq, K_FOREVER); in rtio_workq_thread_fn() local
/subsys/bluetooth/host/classic/
A Davdtp.c138 struct bt_avdtp_req *req = session->req; in bt_avdtp_media_l2cap_connected() local
166 struct bt_avdtp_req *req = session->req; in bt_avdtp_media_l2cap_disconnected() local
317 struct bt_avdtp_req *req = session->req; in avdtp_discover_rsp() local
409 struct bt_avdtp_req *req = session->req; in avdtp_get_capabilities_rsp() local
509 struct bt_avdtp_req *req = session->req; in avdtp_process_configuration_rsp() local
617 struct bt_avdtp_req *req = session->req; in avdtp_open_rsp() local
711 struct bt_avdtp_req *req = session->req; in avdtp_start_rsp() local
790 struct bt_avdtp_req *req = session->req; in avdtp_close_rsp() local
866 struct bt_avdtp_req *req = session->req; in avdtp_suspend_rsp() local
944 struct bt_avdtp_req *req = session->req; in avdtp_abort_rsp() local
[all …]
A Da2dp.c504 static int bt_a2dp_set_config_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_set_config_cb()
531 static int bt_a2dp_get_capabilities_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_get_capabilities_cb()
631 static int bt_a2dp_discover_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_discover_cb()
770 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()
801 static int bt_a2dp_open_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_open_cb()
812 static int bt_a2dp_start_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_start_cb()
822 static int bt_a2dp_suspend_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_suspend_cb()
832 static int bt_a2dp_close_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_close_cb()
842 static int bt_a2dp_abort_cb(struct bt_avdtp_req *req, struct net_buf *buf) in bt_a2dp_abort_cb()
A Davdtp_internal.h150 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
/subsys/bluetooth/host/
A Dsmp.c437 struct bt_smp_pairing *req, *rsp; in get_pair_method() local
614 struct bt_smp_pairing *req, *rsp; in get_encryption_key_size() local
1800 struct bt_smp_pairing *req; in bt_smp_br_send_pairing_req() local
2102 struct bt_smp_pairing_random *req; in smp_send_pairing_random() local
2167 struct bt_smp_pairing_confirm *req; in smp_send_pairing_confirm() local
2429 struct bt_smp_pairing *req, *rsp; in legacy_get_pair_method() local
2539 struct bt_smp_pairing_confirm *req; in legacy_send_pairing_confirm() local
3296 struct bt_smp_public_key *req; in sc_send_public_key() local
3322 struct bt_smp_pairing *req; in smp_send_pairing_req() local
3586 struct bt_smp_dhkey_check *req; in sc_smp_send_dhkey_check() local
[all …]
A Datt.c120 struct bt_att_req *req; member
909 struct bt_att_req *req = NULL; in att_req_send_process() local
1133 struct bt_att_find_info_req *req; in att_find_info_req() local
1295 struct bt_att_find_type_req *req; in att_find_type_req() local
1544 struct bt_att_read_type_req *req; in att_read_type_req() local
1694 struct bt_att_read_req *req; in att_read_req() local
2045 uint8_t req; member
3120 struct bt_att_req *req; in att_reset() local
3935 struct bt_att_req *req = NULL; in bt_att_req_alloc() local
4028 struct bt_att_req *req) in bt_att_chan_req_cancel()
[all …]
A Dl2cap.c529 struct bt_l2cap_le_conn_req *req; in l2cap_le_conn_req() local
563 struct bt_l2cap_ecred_conn_req *req; in l2cap_ecred_conn_req() local
1098 struct bt_l2cap_conn_param_req *req = (void *)buf->data; in le_conn_param_update_req() local
1489 struct bt_l2cap_le_conn_req *req = (void *)buf->data; in le_conn_req() local
1577 struct bt_l2cap_ecred_conn_req *req; in le_ecred_conn_req() local
1707 struct bt_l2cap_ecred_reconf_req *req; in le_ecred_reconf_req() local
1864 struct bt_l2cap_disconn_req *req = (void *)buf->data; in le_disconn_req() local
2871 struct bt_l2cap_conn_param_req *req; in bt_l2cap_update_conn_param() local
3067 struct bt_l2cap_ecred_reconf_req *req; in bt_l2cap_ecred_chan_reconfigure() local
3158 struct bt_l2cap_ecred_reconf_req *req; in bt_l2cap_ecred_chan_reconfigure_explicit() local
[all …]
A Diso.c1692 struct bt_hci_cp_le_remove_cig *req; in hci_le_remove_cig() local
1712 struct bt_hci_cp_le_set_cig_params *req; in hci_le_set_cig_params() local
1800 struct bt_hci_cp_le_set_cig_params_test *req; in hci_le_set_cig_test_params() local
2451 struct bt_hci_cp_le_create_cis *req; in hci_le_create_cis() local
2795 struct bt_hci_cp_le_create_big *req; in hci_le_create_big() local
2854 struct bt_hci_cp_le_create_big_test *req; in hci_le_create_big_test() local
3225 struct bt_hci_cp_le_terminate_big *req; in hci_le_terminate_big() local
3242 struct bt_hci_cp_le_big_terminate_sync *req; in hci_le_big_sync_term() local
3419 struct bt_hci_cp_le_big_create_sync *req; in hci_le_big_create_sync() local
A Dgatt.c2606 struct bt_att_req *req; in gatt_req_alloc() local
2631 struct bt_att_req *req; in gatt_req_send() local
2675 struct bt_att_req *req; in gatt_indicate() local
3913 struct bt_att_find_type_req *req; in gatt_find_type_encode() local
4021 struct bt_att_read_req *req; in read_included_uuid_encode() local
4374 struct bt_att_read_type_req *req; in gatt_read_type_encode() local
4677 struct bt_att_find_info_req *req; in gatt_find_info_encode() local
4862 struct bt_att_read_blob_req *req; in gatt_read_blob_encode() local
5041 struct bt_att_read_req *req; in gatt_read_encode() local
5302 struct bt_att_write_req *req; in gatt_write_encode() local
[all …]
/subsys/net/lib/coap/
A Dcoap_client.c88 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()
1064 void coap_client_cancel_request(struct coap_client *client, struct coap_client_request *req) in coap_client_cancel_request()
/subsys/net/lib/lwm2m/
A Dlwm2m_obj_firmware_pull.c55 static struct requesting_object req = { variable
/subsys/net/lib/ptp/
A Dport.c158 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()
/subsys/mgmt/mcumgr/smp/src/
A Dsmp.c340 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
/subsys/bluetooth/mesh/
A Dlpn.c223 struct bt_mesh_ctl_friend_clear req = { in send_friend_clear() local
372 struct bt_mesh_ctl_friend_req req = { in send_friend_req() local
801 struct bt_mesh_ctl_friend_sub req; in sub_update() local
922 uint8_t req = lpn->sent_req; in lpn_timeout() local
/subsys/bluetooth/audio/
A Dascs.c1855 const struct bt_ascs_config_op *req; in ascs_config() local
2060 const struct bt_ascs_qos_op *req; in ascs_qos() local
2432 const struct bt_ascs_enable_op *req; in ascs_enable() local
2558 const struct bt_ascs_start_op *req; in ascs_start() local
2639 const struct bt_ascs_disable_op *req; in ascs_disable() local
2769 const struct bt_ascs_start_op *req; in ascs_stop() local
2867 const struct bt_ascs_metadata_op *req; in ascs_metadata() local
2942 const struct bt_ascs_release_op *req; in ascs_release() local
2988 const struct bt_ascs_ase_cp *req; in ascs_cp_write() local
A Dbap_unicast_client.c169 struct bt_ascs_start_op *req; in unicast_client_send_start() local
1914 struct bt_ascs_config *req; in unicast_client_ep_config() local
1955 struct bt_ascs_qos *req; in bt_bap_unicast_client_ep_qos() local
2003 struct bt_ascs_metadata *req; in unicast_client_ep_enable() local
2030 struct bt_ascs_metadata *req; in unicast_client_ep_metadata() local
3354 struct bt_ascs_enable_op *req; in bt_bap_unicast_client_enable() local
3387 struct bt_ascs_enable_op *req; in bt_bap_unicast_client_metadata() local
3503 struct bt_ascs_disable_op *req; in bt_bap_unicast_client_disable() local
3535 struct bt_ascs_start_op *req; in bt_bap_unicast_client_stop() local
3587 struct bt_ascs_disable_op *req; in bt_bap_unicast_client_release() local
/subsys/usb/usb_c/
A Dusbc_stack.c27 struct request_value *req; in usbc_handler() local
134 int usbc_request(const struct device *dev, const enum usbc_policy_request_t req) in usbc_request()
/subsys/net/lib/websocket/
A Dwebsocket.c174 struct http_request *req = CONTAINER_OF(parser, in on_header_field() local
198 struct http_request *req = CONTAINER_OF(parser, in on_header_value() local
242 struct http_request req; in websocket_connect() local
/subsys/mgmt/mcumgr/transport/src/
A Dsmp.c67 void *smp_alloc_rsp(const void *req, void *arg) in smp_alloc_rsp()
/subsys/bluetooth/controller/ll_sw/
A Dull_peripheral_iso.c174 struct pdu_data_llctrl_cis_req *req, in ull_peripheral_iso_acquire()
/subsys/net/l2/ethernet/
A Darp.c410 struct net_pkt *req; in net_arp_prepare() local
731 struct net_pkt *req, in arp_prepare_reply()

Completed in 86 milliseconds

123