Home
last modified time | relevance | path

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

12345

/Zephyr-latest/subsys/pm/policy/
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()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c177 struct http_request *req = CONTAINER_OF(parser, in on_url() local
192 struct http_request *req = CONTAINER_OF(parser, in on_status() local
217 struct http_request *req = CONTAINER_OF(parser, in on_header_field() local
244 struct http_request *req = CONTAINER_OF(parser, in on_header_value() local
280 struct http_request *req = CONTAINER_OF(parser, in on_body() local
309 struct http_request *req = CONTAINER_OF(parser, in on_headers_complete() local
336 struct http_request *req = CONTAINER_OF(parser, in on_message_begin() local
353 struct http_request *req = CONTAINER_OF(parser, in on_message_complete() local
372 struct http_request *req = CONTAINER_OF(parser, in on_chunk_header() local
386 struct http_request *req = CONTAINER_OF(parser, in on_chunk_complete() local
[all …]
/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py168 def test_bossac_init(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
201 def test_bossac_create(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
238 def test_bossac_create_with_speed(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
276 def test_bossac_create_with_erase(cc, req, get_cod_par, sup, runner_config, tmpdir): argument
312 def test_bossac_create_with_flash_address(cc, req, get_cod_par, sup, argument
355 def test_bossac_create_with_omit_address(cc, req, bcfg_ini, sup, argument
391 def test_bossac_create_with_arduino(cc, req, get_cod_par, sup, argument
425 def test_bossac_create_with_adafruit(cc, req, get_cod_par, sup, argument
460 def test_bossac_create_with_legacy(cc, req, get_cod_par, sup, argument
495 def test_bossac_create_with_oldsdk(cc, req, get_cod_par, sup, argument
[all …]
Dtest_dediprog.py51 def test_dediprog_init(cc, req, tc, runner_config): argument
66 def test_dediprog_create(cc, req, tc, runner_config): argument
Dtest_gd32isp.py50 def test_gd32isp_init(cc, req, runner_config): argument
59 def test_gd32isp_create(cc, req, runner_config): argument
Dtest_blackmagicprobe.py62 def test_blackmagicprobe_init(cc, req, command, runner_config): argument
71 def test_blackmagicprobe_create(cc, req, command, runner_config): argument
84 def test_blackmagicprobe_connect_rst(cc, req, command, runner_config): argument
Dtest_stm32flash.py78 def test_stm32flash_init(cc, req, action, runner_config): argument
97 def test_stm32flash_create(cc, req, action, runner_config): argument
Dtest_dfu_util.py81 def test_dfu_util_init(cc, req, find_device, tc, runner_config): argument
111 def test_dfu_util_create(cc, req, gfa, find_device, tc, runner_config, tmpdir): argument
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c91 static int payload_cb(int sock, struct http_request *req, void *user_data) in payload_cb()
193 struct http_request req; in run_queries() local
211 struct http_request req; in run_queries() local
249 struct http_request req; in run_queries() local
269 struct http_request req; in run_queries() local
311 struct http_request req; in run_queries() local
335 struct http_request req; in run_queries() local
/Zephyr-latest/subsys/rtio/
Drtio_workq.c25 struct rtio_work_req *req = CONTAINER_OF(work, in rtio_work_handler() local
37 struct rtio_work_req *req; in rtio_work_req_alloc() local
54 void rtio_work_req_submit(struct rtio_work_req *req, in rtio_work_req_submit()
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c121 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
264 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
319 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
382 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST() local
495 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
592 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
678 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST() local
778 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
842 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST() local
901 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local
[all …]
/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c644 int test_invalid_header_content(int req, const char *str) in test_invalid_header_content()
673 int test_invalid_header_field_content_error(int req) in test_invalid_header_field_content_error()
689 int test_invalid_header_field(int req, const char *str) in test_invalid_header_field()
717 int test_invalid_header_field_token_error(int req) in test_invalid_header_field_token_error()
732 int test_double_content_length_error(int req) in test_double_content_length_error()
762 int test_chunked_content_length_error(int req) in test_chunked_content_length_error()
793 int test_header_cr_no_lf_error(int req) in test_header_cr_no_lf_error()
/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c38 struct timespec req = {}; in common_errors() local
115 struct timespec req = {}; in ZTEST() local
157 struct timespec req = {s, ns}; in common_lower_bound_check() local
/Zephyr-latest/drivers/lora/
Dsx126x.c151 uint8_t req[] = { in SX126xReadRegisters() local
170 uint8_t req[] = { in SX126xWriteRegisters() local
202 uint8_t req[] = { in SX126xWriteCommand() local
213 uint8_t req[] = { in SX126xReadBuffer() local
226 uint8_t req[] = { in SX126xWriteBuffer() local
379 uint8_t req[] = { RADIO_GET_STATUS, 0 }; in SX126xWakeup() local
/Zephyr-latest/samples/subsys/pm/latency/src/
Dmain.c29 struct pm_policy_latency_request req; in main() local
/Zephyr-latest/include/zephyr/pm/
Dpolicy.h321 struct pm_policy_latency_request *req, uint32_t value_us) in pm_policy_latency_request_add()
328 struct pm_policy_latency_request *req, uint32_t value_us) in pm_policy_latency_request_update()
335 struct pm_policy_latency_request *req) in pm_policy_latency_request_remove()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c136 struct bt_avdtp_req *req = session->req; in bt_avdtp_media_l2cap_connected() local
162 struct bt_avdtp_req *req = session->req; in bt_avdtp_media_l2cap_disconnected() local
245 static void avdtp_set_status(struct bt_avdtp_req *req, struct net_buf *buf, uint8_t msg_type) in avdtp_set_status()
311 struct bt_avdtp_req *req = session->req; in avdtp_discover_handler() local
403 struct bt_avdtp_req *req = session->req; in avdtp_get_capabilities_handler() local
503 struct bt_avdtp_req *req = session->req; in avdtp_process_configuration() local
614 struct bt_avdtp_req *req = session->req; in avdtp_open_handler() local
685 struct bt_avdtp_req *req = session->req; in avdtp_start_handler() local
761 struct bt_avdtp_req *req = session->req; in avdtp_close_handler() local
830 struct bt_avdtp_req *req = session->req; in avdtp_suspend_handler() local
[all …]
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c34 struct test_req *req = CONTAINER_OF(cli, struct test_req, cli); in basic_cb() local
104 struct test_req *req = k_timer_user_data_get(timer); in timeout() local
116 struct test_req req; in ZTEST() local
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_peripheral_iso.c51 struct pdu_data_llctrl_cis_req *req, in ull_peripheral_iso_acquire()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_firmware_pull.c55 static struct requesting_object req = { variable
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl345_submit() local
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl362_submit() local
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_rtio.c64 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl367_submit() local
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_rtio.c52 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl372_submit() local
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c85 struct rtio_work_req *req = rtio_work_req_alloc(); in mmc56x3_submit() local

12345