| /Zephyr-latest/subsys/pm/policy/ | 
| D | policy_latency.c | 29 	struct pm_policy_latency_request *req;  in update_max_latency()  local55 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/rtio/ | 
| D | rtio_workq.c | 21 	struct rtio_work_req *req = CONTAINER_OF(work,  in rtio_work_req_done_handler()  local34 	struct rtio_work_req *req = CONTAINER_OF(work,  in rtio_work_handler()  local
 44 	struct rtio_work_req *req;  in rtio_work_req_alloc()  local
 61 void rtio_work_req_submit(struct rtio_work_req *req,  in rtio_work_req_submit()
 
 | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_client.c | 178 	struct http_request *req = CONTAINER_OF(parser,  in on_url()  local193 	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 …]
 
 | 
| /Zephyr-latest/scripts/west_commands/tests/ | 
| D | test_bossac.py | 168 def test_bossac_init(cc, req, get_cod_par, sup, runner_config, tmpdir):  argument201 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 …]
 
 | 
| D | test_dediprog.py | 51 def test_dediprog_init(cc, req, tc, runner_config):  argument66 def test_dediprog_create(cc, req, tc, runner_config):  argument
 
 | 
| D | test_gd32isp.py | 50 def test_gd32isp_init(cc, req, runner_config):  argument59 def test_gd32isp_create(cc, req, runner_config):  argument
 
 | 
| D | test_blackmagicprobe.py | 62 def test_blackmagicprobe_init(cc, req, command, runner_config):  argument71 def test_blackmagicprobe_create(cc, req, command, runner_config):  argument
 84 def test_blackmagicprobe_connect_rst(cc, req, command, runner_config):  argument
 
 | 
| D | test_stm32flash.py | 78 def test_stm32flash_init(cc, req, action, runner_config):  argument97 def test_stm32flash_create(cc, req, action, runner_config):  argument
 
 | 
| D | test_dfu_util.py | 81 def test_dfu_util_init(cc, req, find_device, tc, runner_config):  argument111 def test_dfu_util_create(cc, req, gfa, find_device, tc, runner_config, tmpdir):  argument
 
 | 
| /Zephyr-latest/samples/net/sockets/http_client/src/ | 
| D | main.c | 91 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/tests/net/lib/http_header_fields/src/ | 
| D | main.c | 644 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()
 824 int test_content_range_supplied(int req)  in test_content_range_supplied()
 851 int test_content_range_asterisk_total(int req)  in test_content_range_asterisk_total()
 878 int test_double_content_range_error(int req)  in test_double_content_range_error()
 
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ | 
| D | main.c | 121 	struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M };  in ZTEST()  local264 	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/posix/timers/src/ | 
| D | nanosleep.c | 38 	struct timespec req = {};  in common_errors()  local115 	struct timespec req = {};  in ZTEST()  local
 157 	struct timespec req = {s, ns};  in common_lower_bound_check()  local
 
 | 
| /Zephyr-latest/drivers/lora/ | 
| D | sx126x.c | 151 	uint8_t req[] = {  in SX126xReadRegisters()  local170 	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/ | 
| D | main.c | 29 	struct pm_policy_latency_request req;  in main()  local
 | 
| /Zephyr-latest/include/zephyr/pm/ | 
| D | policy.h | 321 	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/ | 
| D | avdtp.c | 138 		struct bt_avdtp_req *req = session->req;  in bt_avdtp_media_l2cap_connected()  local166 		struct bt_avdtp_req *req = session->req;  in bt_avdtp_media_l2cap_disconnected()  local
 250 static void avdtp_set_status(struct bt_avdtp_req *req, struct net_buf *buf, uint8_t msg_type)  in avdtp_set_status()
 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
 512 	struct bt_avdtp_req *req = session->req;  in avdtp_process_configuration_rsp()  local
 621 	struct bt_avdtp_req *req = session->req;  in avdtp_open_rsp()  local
 648 static void avdtp_handle_reject(struct net_buf *buf, struct bt_avdtp_req *req)  in avdtp_handle_reject()
 716 	struct bt_avdtp_req *req = session->req;  in avdtp_start_rsp()  local
 796 	struct bt_avdtp_req *req = session->req;  in avdtp_close_rsp()  local
 [all …]
 
 | 
| /Zephyr-latest/tests/boards/nrf/mram_latency/src/ | 
| D | main.c | 34 	struct test_req *req = CONTAINER_OF(cli, struct test_req, cli);  in basic_cb()  local104 	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/ | 
| D | ull_peripheral_iso.c | 51 				   struct pdu_data_llctrl_cis_req *req,  in ull_peripheral_iso_acquire()
 | 
| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_obj_firmware_pull.c | 55 static struct requesting_object req = {  variable
 | 
| /Zephyr-latest/drivers/sensor/adi/adxl345/ | 
| D | adxl345_rtio.c | 50 		struct rtio_work_req *req = rtio_work_req_alloc();  in adxl345_submit()  local
 | 
| /Zephyr-latest/drivers/sensor/adi/adxl362/ | 
| D | adxl362_rtio.c | 50 		struct rtio_work_req *req = rtio_work_req_alloc();  in adxl362_submit()  local
 | 
| /Zephyr-latest/drivers/sensor/adi/adxl367/ | 
| D | adxl367_rtio.c | 64 		struct rtio_work_req *req = rtio_work_req_alloc();  in adxl367_submit()  local
 | 
| /Zephyr-latest/drivers/sensor/adi/adxl372/ | 
| D | adxl372_rtio.c | 52 		struct rtio_work_req *req = rtio_work_req_alloc();  in adxl372_submit()  local
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | smp.c | 426 	struct bt_smp_pairing *req, *rsp;  in get_pair_method()  local603 	struct bt_smp_pairing *req, *rsp;  in get_encryption_key_size()  local
 1182 	struct bt_smp_pairing *req = (void *)buf->data;  in smp_br_pairing_req()  local
 1348 	struct bt_smp_pairing_fail *req = (void *)buf->data;  in smp_br_pairing_failed()  local
 1361 	struct bt_smp_ident_info *req = (void *)buf->data;  in smp_br_ident_info()  local
 1394 	struct bt_smp_ident_addr_info *req = (void *)buf->data;  in smp_br_ident_addr_info()  local
 1433 	struct bt_smp_signing_info *req = (void *)buf->data;  in smp_br_signing_info()  local
 1637 	struct bt_smp_pairing *req;  in bt_smp_br_send_pairing_req()  local
 1939 	struct bt_smp_pairing_random *req;  in smp_send_pairing_random()  local
 2004 	struct bt_smp_pairing_confirm *req;  in smp_send_pairing_confirm()  local
 [all …]
 
 |