/aosp_15_r20/external/trusty/bootloader/ql-tipc/ |
D | ipc.c | 30 static int sync_ipc_on_connect_complete(struct trusty_ipc_chan* chan) { in sync_ipc_on_connect_complete() 37 static int sync_ipc_on_message(struct trusty_ipc_chan* chan) { in sync_ipc_on_message() 44 static int sync_ipc_on_disconnect(struct trusty_ipc_chan* chan) { in sync_ipc_on_disconnect() 51 static int wait_for_complete(struct trusty_ipc_chan* chan) { in wait_for_complete() 70 static int wait_for_connect(struct trusty_ipc_chan* chan) { in wait_for_connect() 76 static int wait_for_send(struct trusty_ipc_chan* chan) { in wait_for_send() 81 static int wait_for_reply(struct trusty_ipc_chan* chan) { in wait_for_reply() 92 void trusty_ipc_chan_init(struct trusty_ipc_chan* chan, in trusty_ipc_chan_init() 105 int trusty_ipc_connect(struct trusty_ipc_chan* chan, in trusty_ipc_connect() 135 int trusty_ipc_close(struct trusty_ipc_chan* chan) { in trusty_ipc_close() [all …]
|
D | rpmb_proxy.c | 50 static int proxy_read_request(struct trusty_ipc_chan* chan, in proxy_read_request() 84 static int proxy_send_response(struct trusty_ipc_chan* chan, in proxy_send_response() 103 static int proxy_handle_rpmb(struct trusty_ipc_chan* chan, in proxy_handle_rpmb() 189 static int proxy_handle_req(struct trusty_ipc_chan* chan, in proxy_handle_req() 229 static int proxy_on_disconnect(struct trusty_ipc_chan* chan) { in proxy_on_disconnect() 242 static int proxy_on_message(struct trusty_ipc_chan* chan) { in proxy_on_message()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | bredr_dynamic_channel_test.cc | 760 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 772 set_channel_close_cb([&close_cb_count](auto chan) { in TEST_F() 817 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 829 set_channel_close_cb([&close_cb_count](auto chan) { in TEST_F() 898 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 910 set_channel_close_cb([&close_cb_count](auto chan) { in TEST_F() 975 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 1173 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 1199 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() 1233 auto open_cb = [&open_cb_count](auto chan) { in TEST_F() [all …]
|
H A D | dynamic_channel_registry_test.cc | 171 auto close_cb = [&](const DynamicChannel* chan) { in TEST() 185 auto open_result_cb = [&](const DynamicChannel* chan) { in TEST() 223 auto open_result_cb = [&](const DynamicChannel* chan) { in TEST() 265 [&](const DynamicChannel* chan) { in TEST() 348 auto open_result_cb = [&open_result_cb_called](const DynamicChannel* chan) { in TEST() 365 auto open_result_cb = [&open_result_cb_called](const DynamicChannel* chan) { in TEST() 390 [&open_result_cb_count](const DynamicChannel* chan) { in TEST() 416 [&open_result_cb_count](const DynamicChannel* chan) { in TEST() 457 [&](const DynamicChannel* chan) { in TEST() 474 auto record_open_result_cb = [&](const DynamicChannel* chan) { in TEST() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | acs.c | 314 static void acs_clean_chan_surveys(struct hostapd_channel_data *chan) in acs_clean_chan_surveys() 332 struct hostapd_channel_data *chan; in acs_cleanup_mode() local 403 struct hostapd_channel_data *chan) in acs_survey_chan_interference_factor() 441 static bool acs_usable_bw_chan(const struct hostapd_channel_data *chan, in acs_usable_bw_chan() 499 static int acs_survey_list_is_sufficient(struct hostapd_channel_data *chan) in acs_survey_list_is_sufficient() 529 struct hostapd_channel_data *chan; in acs_surveys_are_sufficient_mode() local 558 static int acs_usable_chan(struct hostapd_channel_data *chan) in acs_usable_chan() 567 struct hostapd_channel_data *chan) in is_in_chanlist() 577 struct hostapd_channel_data *chan) in is_in_freqlist() 591 struct hostapd_channel_data *chan; in acs_survey_mode_interference_factor() local [all …]
|
/aosp_15_r20/trusty/user/base/lib/secure_dpu/ |
D | secure_dpu.c | 40 handle_t* chan; member 56 static int handle_allocate_buffer_resp(handle_t chan, in handle_allocate_buffer_resp() 133 int secure_dpu_allocate_buffer(handle_t chan, in secure_dpu_allocate_buffer() 177 static int handle_start_secure_display_resp(handle_t chan) { in handle_start_secure_display_resp() 206 int secure_dpu_start_secure_display(handle_t chan) { in secure_dpu_start_secure_display() 226 static int handle_stop_secure_display_resp(handle_t chan) { in handle_stop_secure_display_resp() 255 int secure_dpu_stop_secure_display(handle_t chan) { in secure_dpu_stop_secure_display() 277 handle_t chan, in secure_dpu_on_message() 284 handle_t chan, in secure_dpu_on_connect() 308 handle_t chan, in secure_dpu_on_disconnect() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 108 auto chan = m_channel_counts.least_used(0xf); in allocate_registers() local 123 ValueFactory::allocate_pinned_register(int sel, int chan) in allocate_pinned_register() 151 ValueFactory::inject_value(const nir_def& def, int chan, PVirtualValue value) in inject_value() 169 TranslateRegister(int offset, PVirtualValue addr, int chan): in TranslateRegister() 196 ValueFactory::uniform(nir_intrinsic_instr *load_uniform, int chan) in uniform() 207 ValueFactory::uniform(uint32_t index, int chan, int kcache) in uniform() 216 int chan = (pinned_channel >= 0) ? pinned_channel : m_channel_counts.least_used(0xf); in temp_register() local 282 ValueFactory::src(const nir_alu_src& alu_src, int chan) in src() 288 ValueFactory::src64(const nir_alu_src& alu_src, int chan, int comp) in src64() 294 ValueFactory::src(const nir_src& src, int chan) in src() [all …]
|
/aosp_15_r20/trusty/user/base/app/crash-test/ |
D | crash-test.c | 34 static int crasher_connect(handle_t* chan) { in crasher_connect() 38 static int crasher_command(handle_t chan, enum crasher_command cmd) { in crasher_command() 76 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 121 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 131 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 141 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 150 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 159 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 168 handle_t chan = INVALID_IPC_HANDLE; in TEST() local 177 handle_t chan = INVALID_IPC_HANDLE; in TEST() local
|
/aosp_15_r20/external/libese/apps/boot/ |
H A D | boot.c | 111 uint8_t chan = kSelectApplet[0] | session->channel_id; in ese_boot_session_open() local 184 uint8_t chan = kGetLockState[0] | session->channel_id; in ese_boot_lock_xget() local 241 uint8_t chan = kGetLockState[0] | session->channel_id; in ese_boot_lock_get() local 293 uint8_t chan = kLoadMetaClear[0] | session->channel_id; in ese_boot_meta_clear() local 335 uint8_t chan = kLoadMetaAppend[0] | session->channel_id; in ese_boot_meta_append() local 411 uint8_t chan = kSetLockState[0] | session->channel_id; in ese_boot_lock_xset() local 461 uint8_t chan = kSetLockState[0] | session->channel_id; in ese_boot_lock_set() local 497 uint8_t chan; in ese_boot_rollback_index_write() local 556 uint8_t chan; in ese_boot_rollback_index_read() local 631 uint8_t chan = kCarrierLockTest[0] | session->channel_id; in ese_boot_carrier_lock_test() local [all …]
|
/aosp_15_r20/trusty/user/app/sample/memref-test/ |
D | memref-test.c | 43 static int lender_connect(handle_t* chan) { in lender_connect() 47 static int lender_command(handle_t chan, enum lender_command cmd) { in lender_command() 60 static int lender_recv_handle(handle_t chan, handle_t* out) { in lender_recv_handle() 85 static int lender_lend_bss(handle_t chan, handle_t* memref) { in lender_lend_bss() 94 int lender_read_bss(handle_t chan, size_t offset, size_t size, char* buf) { in lender_read_bss() 120 int lender_write_bss(handle_t chan, in lender_write_bss() 146 int lender_suicide(handle_t chan) { in lender_suicide() 237 handle_t chan = INVALID_IPC_HANDLE; in test_recv_ref() local 297 handle_t chan = INVALID_IPC_HANDLE; in TEST() local
|
/aosp_15_r20/trusty/kernel/lib/ktipc/test/main/ |
H A D | main.c | 37 static void send_cmd(struct handle* chan, in send_cmd() 51 static void wait_for_hup(struct handle* chan) { in wait_for_hup() 79 struct handle* chan = NULL; in TEST() local 98 struct handle* chan = NULL; in TEST() local 120 struct handle* chan[NUM_TEST_CONNECTIONS] = { in TEST() local 166 struct handle* chan = NULL; in TEST() local 225 struct handle* chan = NULL; in TEST() local 303 struct handle* chan = NULL; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 978 print_chan(const char *msg, const union tgsi_exec_channel *chan) in print_chan() 1392 union tgsi_exec_channel *chan) in fetch_src_file_channel() 1590 union tgsi_exec_channel *chan, in fetch_source_d() 1612 union tgsi_exec_channel *chan, in fetch_source() 1635 const union tgsi_exec_channel *chan, in store_dest_dstret() 1724 const union tgsi_exec_channel *chan, in store_dest_double() 1744 const union tgsi_exec_channel *chan, in store_dest() 1974 unsigned chan, in fetch_assign_deriv_channel() 2040 unsigned chan; in exec_tex() local 2185 unsigned chan; in exec_lodq() local [all …]
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | trusty.proto | 49 optional uint32 chan = 1; field 54 optional uint32 chan = 1; field 59 optional uint32 chan = 1; field 65 optional uint32 chan = 2; field 72 optional uint32 chan = 1; field 77 optional uint32 chan = 1; field 82 optional uint32 chan = 2; field 89 optional uint32 chan = 2; field
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | ipc.c | 95 struct ipc_chan* chan; in ipc_connection_waiting_for_port() local 112 struct ipc_chan *chan, *temp; in ipc_remove_connection_waiting_for_port() local 499 struct ipc_chan* chan = containerof(ref, struct ipc_chan, refobj); in __chan_destroy_refobj() local 517 static inline void chan_add_ref(struct ipc_chan* chan, struct obj_ref* ref) { in chan_add_ref() 525 static inline void chan_del_ref(struct ipc_chan* chan, struct obj_ref* ref) { in chan_del_ref() 539 static inline struct handle* chan_handle_init(struct ipc_chan* chan) { in chan_handle_init() 549 struct ipc_chan* chan; in chan_alloc() local 581 static void chan_shutdown_locked(struct ipc_chan* chan) { in chan_shutdown_locked() 618 static void chan_shutdown(struct ipc_chan* chan) { in chan_shutdown() 646 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in chan_handle_destroy() local [all …]
|
H A D | ipc_msg.c | 184 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in check_channel() local 303 static int msg_write_locked(struct ipc_chan* chan, in msg_write_locked() 496 static int msg_put_read_locked(struct ipc_chan* chan, in msg_put_read_locked() 546 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in sys_send_msg() local 567 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in ipc_send_msg() local 591 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in sys_get_msg() local 621 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in ipc_get_msg() local 660 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in ipc_put_msg() local 755 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in sys_read_msg() local 792 struct ipc_chan* chan = containerof(chandle, struct ipc_chan, handle); in ipc_read_msg() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | ota_sniffer.py | 321 def _configure_sniffer(self, network, chan, bw): argument 409 def start_capture(self, network, chan, bw, duration=60): argument 476 def _configure_sniffer(self, network, chan, bw): argument 512 def start_capture(self, network, chan, bw, duration=60): argument 536 def set_monitor_mode(self, chan, bw): argument 606 def _configure_sniffer(self, network, chan, bw): argument 641 def start_capture(self, network, chan, bw, duration=60): argument 661 def set_monitor_mode(self, chan, bw): argument 685 def _configure_sniffer(self, network, chan, bw): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow_swizzles.c | 22 for(unsigned int chan = 0; chan < 4; ++chan) { in get_swizzle_split() local 51 for(unsigned int chan = 0; chan < 4; ++chan) { in rewrite_source() local 69 for(unsigned int chan = 0; chan < 4; ++chan) { in rewrite_source() local 83 unsigned new_swizzle, chan, swz0, swz1, swz2, swz3, found_swizzle, swz; in try_rewrite_constant() local 413 for (unsigned chan = 0; chan < 4; chan++) { in clear_channels() local 431 for (unsigned chan = 0; chan < 3; chan++) { in try_splitting_single_channel() local 474 for (unsigned chan = 0; chan < 3; chan++) { in try_splitting_instruction() local
|
H A D | radeon_remove_constants.c | 36 for (unsigned chan = 0; chan < 4; chan++) { in remap_regs() local 57 for (unsigned chan = 0; chan < 4; chan++) { in mark_used() local 75 for (unsigned chan = 0; chan < 4; chan++) { in place_constant_in_free_slot() local 101 for (unsigned chan = 0; chan < 4; chan++) { in place_immediate_in_free_slot() local 117 for (unsigned chan = 0; chan < 4; chan++) { in try_merge_constants_external() local 230 for (unsigned chan = 0; chan < 4; chan++) { in rc_remove_unused_constants() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 726 _PyChannelState *chan = PyMem_NEW(_PyChannelState, 1); in _channel_new() local 754 _channel_free(_PyChannelState *chan) in _channel_free() 767 _channel_add(_PyChannelState *chan, int64_t interp, in _channel_add() 792 _channel_next(_PyChannelState *chan, int64_t interp) in _channel_next() 819 _channel_close_interpreter(_PyChannelState *chan, int64_t interp, int end) in _channel_close_interpreter() 841 _channel_close_all(_PyChannelState *chan, int end, int force) in _channel_close_all() 875 _PyChannelState *chan; member 881 _channelref_new(int64_t id, _PyChannelState *chan) in _channelref_new() 972 _PyChannelState *chan = NULL; in _channels_lookup() local 1002 _channels_add(_channels *channels, _PyChannelState *chan) in _channels_add() [all …]
|
/aosp_15_r20/trusty/user/base/experimental/lib/tidl/ |
D | ipc.cpp | 36 int send(handle_t chan, in send() 54 int recv(handle_t chan, in recv() 88 int send(handle_t chan, in send() 114 int recv(handle_t chan, in recv() 156 int send(handle_t chan, in send() 188 int recv(handle_t chan, in recv() 236 int wait_for_msg(handle_t chan) { in wait_for_msg()
|
/aosp_15_r20/external/arm-trusted-firmware/lib/debugfs/ |
H A D | dev.h | 75 struct chan { struct 92 chan_t *path_to_channel(const char *path, int mode); argument
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/ |
D | dev.h | 75 struct chan { struct 92 chan_t *path_to_channel(const char *path, int mode); argument
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/client/ |
D | hwbcc.c | 28 static int recv_resp(handle_t chan, in recv_resp() 94 static int sign_data(handle_t chan, in sign_data() 189 static int get_bcc(handle_t chan, in get_bcc() 231 handle_t chan; in hwbcc_get_protected_data() local 262 handle_t chan; in hwbcc_get_dice_artifacts() local 303 handle_t chan; in hwbcc_ns_deprivilege() local
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/srv/ |
D | srv.c | 112 handle_t chan, in on_connect() 136 handle_t chan, in handle_sign_data() 170 handle_t chan, in handle_get_bcc() 200 handle_t chan, in handle_get_dice_artifacts() 231 static int handle_ns_deprivilege(hwbcc_session_t s, handle_t chan) { in handle_ns_deprivilege() 258 static int on_message(const struct tipc_port* port, handle_t chan, void* ctx) { in on_message()
|
/aosp_15_r20/trusty/kernel/lib/metrics/ |
H A D | metrics.c | 84 struct handle* chan; member 92 static int recv_resp(struct handle* chan, uint32_t cmd) { in recv_resp() 139 static int send_req(struct handle* chan, in send_req() 156 static int report_crash(struct handle* chan, in report_crash() 201 static int report_exit(struct handle* chan, in report_exit() 241 static int report_event_drop(struct handle* chan) { in report_event_drop()
|