Searched refs:resp (Results 1 – 6 of 6) sorted by relevance
/tools/power/x86/intel-speed-select/ |
D | isst-core.c | 11 unsigned int req, resp; in isst_write_pm_config() local 20 &resp); in isst_write_pm_config() 24 debug_printf("cpu:%d WRITE_PM_CONFIG resp:%x\n", cpu, resp); in isst_write_pm_config() 31 unsigned int resp; in isst_read_pm_config() local 35 &resp); in isst_read_pm_config() 39 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", cpu, resp); in isst_read_pm_config() 41 *cp_state = resp & BIT(16); in isst_read_pm_config() 42 *cp_cap = resp & BIT(0) ? 1 : 0; in isst_read_pm_config() 49 unsigned int resp; in isst_get_ctdp_levels() local 53 CONFIG_TDP_GET_LEVELS_INFO, 0, 0, &resp); in isst_get_ctdp_levels() [all …]
|
D | isst.h | 195 unsigned int req_data, unsigned int *resp);
|
D | isst-config.c | 774 unsigned int req_data, unsigned int *resp) in isst_send_mbox_command() argument 804 *resp = value; in isst_send_mbox_command() 812 *resp = value; in isst_send_mbox_command() 850 *resp = mbox_cmds.mbox_cmd[0].resp_data; in isst_send_mbox_command() 853 cpu, command, sub_command, parameter, req_data, *resp); in isst_send_mbox_command()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 3298 struct seccomp_notif_resp resp = {}; in TEST() local 3381 resp.id = req.id; in TEST() 3382 resp.error = 0; in TEST() 3383 resp.val = USER_NOTIF_MAGIC; in TEST() 3386 resp.flags = 1; in TEST() 3387 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), -1); in TEST() 3390 resp.flags = 0; in TEST() 3391 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp), 0); in TEST() 3427 struct seccomp_notif_resp resp = {}; in TEST() local 3458 resp.id = req.id; in TEST() [all …]
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 557 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; in cs_etm_decoder__gen_trace_elem_printer() local 573 resp = cs_etm_decoder__buffer_discontinuity(packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 577 resp = cs_etm_decoder__buffer_range(etmq, packet_queue, elem, in cs_etm_decoder__gen_trace_elem_printer() 581 resp = cs_etm_decoder__buffer_exception(packet_queue, elem, in cs_etm_decoder__gen_trace_elem_printer() 585 resp = cs_etm_decoder__buffer_exception_ret(packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 589 resp = cs_etm_decoder__do_hard_timestamp(etmq, elem, in cs_etm_decoder__gen_trace_elem_printer() 594 resp = cs_etm_decoder__set_tid(etmq, packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 611 return resp; in cs_etm_decoder__gen_trace_elem_printer()
|
/tools/testing/vsock/ |
D | vsock_diag_test.c | 237 const struct vsock_diag_msg *resp) in add_vsock_stat() argument 247 st->msg = *resp; in add_vsock_stat()
|