/third_party/node/src/ |
H A D | node_constants.cc | 71 void DefineErrnoConstants(Local<Object> target) { in DefineErrnoConstants() argument 73 NODE_DEFINE_CONSTANT(target, E2BIG); in DefineErrnoConstants() 77 NODE_DEFINE_CONSTANT(target, EACCES); in DefineErrnoConstants() 81 NODE_DEFINE_CONSTANT(target, EADDRINUSE); in DefineErrnoConstants() 85 NODE_DEFINE_CONSTANT(target, EADDRNOTAVAIL); in DefineErrnoConstants() 89 NODE_DEFINE_CONSTANT(target, EAFNOSUPPORT); in DefineErrnoConstants() 93 NODE_DEFINE_CONSTANT(target, EAGAIN); in DefineErrnoConstants() 97 NODE_DEFINE_CONSTANT(target, EALREADY); in DefineErrnoConstants() 101 NODE_DEFINE_CONSTANT(target, EBADF); in DefineErrnoConstants() 105 NODE_DEFINE_CONSTANT(target, EBADMS in DefineErrnoConstants() 389 DefineWindowsErrorConstants(Local<Object> target) DefineWindowsErrorConstants() argument 623 DefineSignalConstants(Local<Object> target) DefineSignalConstants() argument 772 DefinePriorityConstants(Local<Object> target) DefinePriorityConstants() argument 810 DefineCryptoConstants(Local<Object> target) DefineCryptoConstants() argument 1106 DefineSystemConstants(Local<Object> target) DefineSystemConstants() argument 1289 DefineDLOpenConstants(Local<Object> target) DefineDLOpenConstants() argument 1311 DefineTraceConstants(Local<Object> target) DefineTraceConstants() argument 1342 DefineConstants(v8::Isolate* isolate, Local<Object> target) DefineConstants() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | target.h | 8 struct target { struct 55 enum target_errno target__validate(struct target *target); 56 enum target_errno target__parse_uid(struct target *target); 58 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen); 60 static inline bool target__has_task(struct target *target) in target__has_task() argument 62 return target in target__has_task() 65 target__has_cpu(struct target *target) target__has_cpu() argument 70 target__none(struct target *target) target__none() argument 75 target__enable_on_exec(struct target *target) target__enable_on_exec() argument 86 target__has_per_thread(struct target *target) target__has_per_thread() argument 91 target__uses_dummy_map(struct target *target) target__uses_dummy_map() argument [all...] |
H A D | target.c | 3 * Helper functions for handling target threads/cpus 8 #include "target.h" 17 enum target_errno target__validate(struct target *target) in target__validate() argument 21 if (target->pid) in target__validate() 22 target->tid = target->pid; in target__validate() 25 if (target->tid && target->cpu_list) { in target__validate() 26 target in target__validate() 97 target__parse_uid(struct target *target) target__parse_uid() argument 148 target__strerror(struct target *target, int errnum, char *buf, size_t buflen) target__strerror() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-tm.c | 52 * @target: The target task. 58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active() argument 63 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_active() 71 * @target: The target task. 86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument 92 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_get() 95 flush_tmregs_to_thread(target); in tm_cgpr_get() 96 flush_fp_to_thread(target); in tm_cgpr_get() 133 tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr_set() argument 199 tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) tm_cfpr_active() argument 228 tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cfpr_get() argument 272 tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cfpr_set() argument 311 tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) tm_cvmx_active() argument 341 tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvmx_get() argument 392 tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvmx_set() argument 439 tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) tm_cvsx_active() argument 468 tm_cvsx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvsx_get() argument 511 tm_cvsx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvsx_set() argument 550 tm_spr_active(struct task_struct *target, const struct user_regset *regset) tm_spr_active() argument 573 tm_spr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_spr_get() argument 615 tm_spr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_spr_set() argument 652 tm_tar_active(struct task_struct *target, const struct user_regset *regset) tm_tar_active() argument 663 tm_tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_tar_get() argument 675 tm_tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_tar_set() argument 692 tm_ppr_active(struct task_struct *target, const struct user_regset *regset) tm_ppr_active() argument 704 tm_ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_ppr_get() argument 716 tm_ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_ppr_set() argument 733 tm_dscr_active(struct task_struct *target, const struct user_regset *regset) tm_dscr_active() argument 744 tm_dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_dscr_get() argument 756 tm_dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_dscr_set() argument 773 tm_cgpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cgpr32_get() argument 781 tm_cgpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr32_set() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-tm.c | 52 * @target: The target task. 58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active() argument 63 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_active() 71 * @target: The target task. 86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get() argument 97 if (!MSR_TM_ACTIVE(target->thread.regs->msr)) in tm_cgpr_get() 100 flush_tmregs_to_thread(target); in tm_cgpr_get() 101 flush_fp_to_thread(target); in tm_cgpr_get() 134 tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr_set() argument 200 tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) tm_cfpr_active() argument 229 tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cfpr_get() argument 273 tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cfpr_set() argument 312 tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) tm_cvmx_active() argument 342 tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvmx_get() argument 393 tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvmx_set() argument 440 tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) tm_cvsx_active() argument 469 tm_cvsx_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cvsx_get() argument 512 tm_cvsx_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cvsx_set() argument 551 tm_spr_active(struct task_struct *target, const struct user_regset *regset) tm_spr_active() argument 574 tm_spr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_spr_get() argument 616 tm_spr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_spr_set() argument 653 tm_tar_active(struct task_struct *target, const struct user_regset *regset) tm_tar_active() argument 664 tm_tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_tar_get() argument 676 tm_tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_tar_set() argument 693 tm_ppr_active(struct task_struct *target, const struct user_regset *regset) tm_ppr_active() argument 705 tm_ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_ppr_get() argument 717 tm_ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_ppr_set() argument 734 tm_dscr_active(struct task_struct *target, const struct user_regset *regset) tm_dscr_active() argument 745 tm_dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_dscr_get() argument 757 tm_dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_dscr_set() argument 774 tm_cgpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tm_cgpr32_get() argument 782 tm_cgpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tm_cgpr32_set() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | target.h | 8 struct target { struct 47 enum target_errno target__validate(struct target *target); 48 enum target_errno target__parse_uid(struct target *target); 50 int target__strerror(struct target *target, int errnum, char *buf, size_t buflen); 52 static inline bool target__has_task(struct target *target) in target__has_task() argument 54 return target in target__has_task() 57 target__has_cpu(struct target *target) target__has_cpu() argument 62 target__none(struct target *target) target__none() argument 67 target__has_per_thread(struct target *target) target__has_per_thread() argument 72 target__uses_dummy_map(struct target *target) target__uses_dummy_map() argument [all...] |
/third_party/gn/src/gn/ |
H A D | rust_project_writer_helpers_unittest.cc | 34 Crate target = Crate(SourceFile("/root/hare/lib.rs"), in TEST_F() local 36 target.AddDependency(0, "tortoise"); in TEST_F() 37 target.AddConfigItem("unix"); in TEST_F() 38 target.AddConfigItem("feature=\"test\""); in TEST_F() 41 crates.push_back(target); in TEST_F() 124 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() 125 target.set_output_type(Target::RUST_LIBRARY); in TEST_F() 126 target.visibility().SetPublic(); in TEST_F() 128 target.sources().push_back(lib); in TEST_F() 129 target in TEST_F() [all...] |
H A D | ninja_binary_target_writer_unittest.cc | 17 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() 18 target.set_output_type(Target::SOURCE_SET); in TEST_F() 19 target.visibility().SetPublic(); in TEST_F() 20 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F() 21 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F() 24 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F() 25 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F() 26 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F() 27 target.source_types_used().Set(SourceFile::SOURCE_O); in TEST_F() 28 target in TEST_F() [all...] |
H A D | rust_project_writer_unittest.cc | 10 #include "gn/target.h" 32 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() 33 target.set_output_type(Target::RUST_LIBRARY); in TEST_F() 34 target.visibility().SetPublic(); in TEST_F() 36 target.sources().push_back(lib); in TEST_F() 37 target.source_types_used().Set(SourceFile::SOURCE_RS); in TEST_F() 38 target.rust_values().set_crate_root(lib); in TEST_F() 39 target.rust_values().crate_name() = "foo"; in TEST_F() 40 target.config_values().rustflags().push_back("--cfg=feature=\"foo_enabled\""); in TEST_F() 41 target in TEST_F() [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 120 static byte getByte(Object target, long offset) { in getByte() argument 121 return MEMORY_ACCESSOR.getByte(target, offset); in getByte() 124 static void putByte(Object target, long offset, byte value) { in putByte() argument 125 MEMORY_ACCESSOR.putByte(target, offset, value); in putByte() 128 static int getInt(Object target, long offset) { in getInt() argument 129 return MEMORY_ACCESSOR.getInt(target, offset); in getInt() 132 static void putInt(Object target, long offset, int value) { in putInt() argument 133 MEMORY_ACCESSOR.putInt(target, offset, value); in putInt() 136 static long getLong(Object target, long offset) { in getLong() argument 137 return MEMORY_ACCESSOR.getLong(target, offse in getLong() 140 putLong(Object target, long offset, long value) putLong() argument 144 getBoolean(Object target, long offset) getBoolean() argument 148 putBoolean(Object target, long offset, boolean value) putBoolean() argument 152 getFloat(Object target, long offset) getFloat() argument 156 putFloat(Object target, long offset, float value) putFloat() argument 160 getDouble(Object target, long offset) getDouble() argument 164 putDouble(Object target, long offset, double value) putDouble() argument 168 getObject(Object target, long offset) getObject() argument 172 putObject(Object target, long offset, Object value) putObject() argument 176 getByte(byte[] target, long index) getByte() argument 180 putByte(byte[] target, long index, byte value) putByte() argument 184 getInt(int[] target, long index) getInt() argument 188 putInt(int[] target, long index, int value) putInt() argument 192 getLong(long[] target, long index) getLong() argument 197 putLong(long[] target, long index, long value) putLong() argument 202 getBoolean(boolean[] target, long index) getBoolean() argument 207 putBoolean(boolean[] target, long index, boolean value) putBoolean() argument 212 getFloat(float[] target, long index) getFloat() argument 217 putFloat(float[] target, long index, float value) putFloat() argument 222 getDouble(double[] target, long index) getDouble() argument 227 putDouble(double[] target, long index, double value) putDouble() argument 232 getObject(Object[] target, long index) getObject() argument 237 putObject(Object[] target, long index, Object value) putObject() argument 246 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument 250 copyMemory(byte[] src, long srcIndex, byte[] target, long targetIndex, long length) copyMemory() argument 549 getByte(Object target, long offset) getByte() argument 551 putByte(Object target, long offset, byte value) putByte() argument 553 getInt(Object target, long offset) getInt() argument 557 putInt(Object target, long offset, int value) putInt() argument 561 getLong(Object target, long offset) getLong() argument 565 putLong(Object target, long offset, long value) putLong() argument 569 getBoolean(Object target, long offset) getBoolean() argument 571 putBoolean(Object target, long offset, boolean value) putBoolean() argument 573 getFloat(Object target, long offset) getFloat() argument 575 putFloat(Object target, long offset, float value) putFloat() argument 577 getDouble(Object target, long offset) getDouble() argument 579 putDouble(Object target, long offset, double value) putDouble() argument 581 getObject(Object target, long offset) getObject() argument 585 putObject(Object target, long offset, Object value) putObject() argument 611 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument 653 getByte(Object target, long offset) getByte() argument 658 putByte(Object target, long offset, byte value) putByte() argument 663 getBoolean(Object target, long offset) getBoolean() argument 668 putBoolean(Object target, long offset, boolean value) putBoolean() argument 673 getFloat(Object target, long offset) getFloat() argument 678 putFloat(Object target, long offset, float value) putFloat() argument 683 getDouble(Object target, long offset) getDouble() argument 688 putDouble(Object target, long offset, double value) putDouble() argument 693 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument 745 getByte(Object target, long offset) getByte() argument 754 putByte(Object target, long offset, byte value) putByte() argument 763 getBoolean(Object target, long offset) getBoolean() argument 772 putBoolean(Object target, long offset, boolean value) putBoolean() argument 781 getFloat(Object target, long offset) getFloat() argument 786 putFloat(Object target, long offset, float value) putFloat() argument 791 getDouble(Object target, long offset) getDouble() argument 796 putDouble(Object target, long offset, double value) putDouble() argument 801 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument 865 getByte(Object target, long offset) getByte() argument 874 putByte(Object target, long offset, byte value) putByte() argument 883 getBoolean(Object target, long offset) getBoolean() argument 892 putBoolean(Object target, long offset, boolean value) putBoolean() argument 901 getFloat(Object target, long offset) getFloat() argument 906 putFloat(Object target, long offset, float value) putFloat() argument 911 getDouble(Object target, long offset) getDouble() argument 916 putDouble(Object target, long offset, double value) putDouble() argument 921 copyMemory(long srcOffset, byte[] target, long targetIndex, long length) copyMemory() argument 940 getByteBigEndian(Object target, long offset) getByteBigEndian() argument 944 getByteLittleEndian(Object target, long offset) getByteLittleEndian() argument 948 putByteBigEndian(Object target, long offset, byte value) putByteBigEndian() argument 955 putByteLittleEndian(Object target, long offset, byte value) putByteLittleEndian() argument 962 getBooleanBigEndian(Object target, long offset) getBooleanBigEndian() argument 966 getBooleanLittleEndian(Object target, long offset) getBooleanLittleEndian() argument 970 putBooleanBigEndian(Object target, long offset, boolean value) putBooleanBigEndian() argument 974 putBooleanLittleEndian(Object target, long offset, boolean value) putBooleanLittleEndian() argument [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 71 # This is what we will set as the target for calling Configure. 427 or configure with an explicit configuration target. 479 [ [ 'uClinux.*64.*', { target => 'uClinux-dist64' } ], 480 [ 'uClinux.*', { target => 'uClinux-dist' } ], 481 [ 'mips3-sgi-irix', { target => 'irix-mips3' } ], 489 return { target => "irix-mips3" }; 492 [ 'ppc-apple-rhapsody', { target => "rhapsody-ppc" } ], 504 return { target => "darwin64-ppc" } 506 return { target => "darwin-ppc" }; 520 return { target [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 71 # This is what we will set as the target for calling Configure. 419 or configure with an explicit configuration target. 471 [ [ 'uClinux.*64.*', { target => 'uClinux-dist64' } ], 472 [ 'uClinux.*', { target => 'uClinux-dist' } ], 473 [ 'mips3-sgi-irix', { target => 'irix-mips3' } ], 481 return { target => "irix-mips3" }; 484 [ 'ppc-apple-rhapsody', { target => "rhapsody-ppc" } ], 496 return { target => "darwin64-ppc" } 498 return { target => "darwin-ppc" }; 512 return { target [all...] |
/third_party/node/test/parallel/ |
H A D | test-eventtarget.js | 173 strictEqual(event.target, eventTarget1); 179 strictEqual(event.target, eventTarget2); 185 strictEqual(event.target, eventTarget1); 191 strictEqual(event.target, eventTarget2); 202 strictEqual(event.target, eventTarget1); 207 strictEqual(event.target, eventTarget2); 236 const target = new EventTarget(); 240 target.addEventListener('foo', listener); 245 target.dispatchEvent(new Event('foo')); 249 const target [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate); in do_send_completion() 72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion() 77 static void send_packet_completion(struct htc_target *target, in send_packet_completion() argument 80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion() 91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based() argument 118 if (transfer_len <= target->tgt_cred_sz) { in get_htc_packet_credit_based() 122 credits_required = transfer_len / target->tgt_cred_sz; in get_htc_packet_credit_based() 123 remainder = transfer_len % target->tgt_cred_sz; in get_htc_packet_credit_based() 146 /* check if we need credits back from the target */ in get_htc_packet_credit_based() 149 /* tell the target w in get_htc_packet_credit_based() 173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) get_htc_packet() argument 203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument 300 htc_try_send(struct htc_target *target, struct htc_endpoint *ep, struct list_head *txq) htc_try_send() argument 529 htc_free_txctrl_packet(struct htc_target *target, struct htc_packet *packet) htc_free_txctrl_packet() argument 535 htc_alloc_txctrl_packet(struct htc_target *target) htc_alloc_txctrl_packet() argument 540 htc_txctrl_complete(struct htc_target *target, struct htc_packet *packet) htc_txctrl_complete() argument 548 htc_setup_target_buffer_assignments(struct htc_target *target) htc_setup_target_buffer_assignments() argument 654 htc_process_credit_report(struct htc_target *target, struct htc_credit_report *rpt, int num_entries, enum htc_endpoint_id from_ep) htc_process_credit_report() argument 691 htc_flush_tx_endpoint(struct htc_target *target, struct htc_endpoint *ep, u16 tag) htc_flush_tx_endpoint() argument 713 htc_lookup_tx_packet(struct htc_target *target, struct htc_endpoint *ep, struct sk_buff *skb) htc_lookup_tx_packet() argument 744 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_tx_complete() local 780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument 813 alloc_htc_packet_container(struct htc_target *target) alloc_htc_packet_container() argument 832 free_htc_packet_container(struct htc_target *target, struct htc_packet *packet) free_htc_packet_container() argument 851 htc_process_trailer(struct htc_target *target, u8 *buffer, int len, enum htc_endpoint_id from_ep) htc_process_trailer() argument 930 recv_packet_completion(struct htc_target *target, struct htc_endpoint *ep, struct htc_packet *packet) recv_packet_completion() argument 945 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_rx_complete() local 1095 htc_flush_rx_queue(struct htc_target *target, struct htc_endpoint *ep) htc_flush_rx_queue() argument 1132 htc_wait_recv_ctrl_message(struct htc_target *target) htc_wait_recv_ctrl_message() argument 1172 reset_endpoint_states(struct htc_target *target) reset_endpoint_states() argument 1192 htc_config_target_hif_pipe(struct htc_target *target) htc_config_target_hif_pipe() argument 1198 htc_get_credit_alloc(struct htc_target *target, u16 service_id) htc_get_credit_alloc() argument 1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument 1409 struct htc_target *target = NULL; ath6kl_htc_pipe_create() local 1461 ath6kl_htc_pipe_cleanup(struct htc_target *target) ath6kl_htc_pipe_cleanup() argument 1478 ath6kl_htc_pipe_start(struct htc_target *target) ath6kl_htc_pipe_start() argument 1511 ath6kl_htc_pipe_stop(struct htc_target *target) ath6kl_htc_pipe_stop() argument 1527 ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_pipe_get_rxbuf_num() argument 1539 ath6kl_htc_pipe_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_pipe_tx() argument 1555 ath6kl_htc_pipe_wait_target(struct htc_target *target) ath6kl_htc_pipe_wait_target() argument 1608 ath6kl_htc_pipe_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_pipe_flush_txep() argument 1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument 1664 ath6kl_htc_pipe_activity_changed(struct htc_target *target, enum htc_endpoint_id ep, bool active) ath6kl_htc_pipe_activity_changed() argument 1671 ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) ath6kl_htc_pipe_flush_rx_buf() argument 1698 ath6kl_htc_pipe_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_pipe_credit_setup() argument [all...] |
H A D | htc-ops.h | 28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target() argument 30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target() 33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start() argument 35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start() 38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service() argument 42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service() 45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx() argument 51 ath6kl_htc_stop(struct htc_target *target) ath6kl_htc_stop() argument 56 ath6kl_htc_cleanup(struct htc_target *target) ath6kl_htc_cleanup() argument 61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_flush_txep() argument 68 ath6kl_htc_flush_rx_buf(struct htc_target *target) ath6kl_htc_flush_rx_buf() argument 73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) ath6kl_htc_activity_changed() argument 81 ath6kl_htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_get_rxbuf_num() argument 87 ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq) ath6kl_htc_add_rxbuf_multiple() argument 93 ath6kl_htc_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_credit_setup() argument [all...] |
H A D | htc_mbox.c | 28 static void ath6kl_htc_mbox_cleanup(struct htc_target *target); 29 static void ath6kl_htc_mbox_stop(struct htc_target *target); 30 static int ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, 32 static void ath6kl_htc_set_credit_dist(struct htc_target *target, 375 static void htc_reclaim_txctrl_buf(struct htc_target *target, in htc_reclaim_txctrl_buf() argument 378 spin_lock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf() 379 list_add_tail(&pkt->list, &target->free_ctrl_txbuf); in htc_reclaim_txctrl_buf() 380 spin_unlock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf() 383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf() argument 389 buf_list = tx ? &target in htc_get_control_buf() 408 htc_tx_comp_update(struct htc_target *target, struct htc_endpoint *endpoint, struct htc_packet *packet) htc_tx_comp_update() argument 451 htc_tx_comp_handler(struct htc_target *target, struct htc_packet *packet) htc_tx_comp_handler() argument 467 htc_async_tx_scat_complete(struct htc_target *target, struct hif_scatter_req *scat_req) htc_async_tx_scat_complete() argument 507 ath6kl_htc_tx_issue(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_tx_issue() argument 546 htc_check_credits(struct htc_target *target, struct htc_endpoint *ep, u8 *flags, enum htc_endpoint_id eid, unsigned int len, int *req_cred) htc_check_credits() argument 599 ath6kl_htc_tx_pkts_get(struct htc_target *target, struct htc_endpoint *endpoint, struct list_head *queue) ath6kl_htc_tx_pkts_get() argument 679 ath6kl_htc_tx_setup_scat_list(struct htc_target *target, struct htc_endpoint *endpoint, struct hif_scatter_req *scat_req, int n_scat, struct list_head *queue) ath6kl_htc_tx_setup_scat_list() argument 759 struct htc_target *target = endpoint->target; ath6kl_htc_tx_bundle() local 858 ath6kl_htc_tx_from_queue(struct htc_target *target, struct htc_endpoint *endpoint) ath6kl_htc_tx_from_queue() argument 965 ath6kl_htc_tx_try(struct htc_target *target, struct htc_endpoint *endpoint, struct htc_packet *tx_pkt) ath6kl_htc_tx_try() argument 1005 htc_chk_ep_txq(struct htc_target *target) htc_chk_ep_txq() argument 1041 htc_setup_tx_complete(struct htc_target *target) htc_setup_tx_complete() argument 1093 ath6kl_htc_set_credit_dist(struct htc_target *target, struct ath6kl_htc_credit_info *credit_info, u16 srvc_pri_order[], int list_len) ath6kl_htc_set_credit_dist() argument 1121 ath6kl_htc_mbox_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_mbox_tx() argument 1150 ath6kl_htc_mbox_flush_txep(struct htc_target *target, enum htc_endpoint_id eid, u16 tag) ath6kl_htc_mbox_flush_txep() argument 1189 ath6kl_htc_flush_txep_all(struct htc_target *target) ath6kl_htc_flush_txep_all() argument 1205 ath6kl_htc_mbox_activity_changed(struct htc_target *target, enum htc_endpoint_id eid, bool active) ath6kl_htc_mbox_activity_changed() argument 1262 htc_valid_rx_frame_len(struct htc_target *target, enum htc_endpoint_id eid, int len) htc_valid_rx_frame_len() argument 1269 htc_add_rxbuf(struct htc_target *target, struct htc_packet *packet) htc_add_rxbuf() argument 1278 htc_reclaim_rxbuf(struct htc_target *target, struct htc_packet *packet, struct htc_endpoint *ep) htc_reclaim_rxbuf() argument 1292 reclaim_rx_ctrl_buf(struct htc_target *target, struct htc_packet *packet) reclaim_rx_ctrl_buf() argument 1300 ath6kl_htc_rx_packet(struct htc_target *target, struct htc_packet *packet, u32 rx_len) ath6kl_htc_rx_packet() argument 1366 ath6kl_htc_rx_setup(struct htc_target *target, struct htc_endpoint *ep, u32 *lk_ahds, struct list_head *queue, int n_msg) ath6kl_htc_rx_setup() argument 1469 ath6kl_htc_rx_alloc(struct htc_target *target, u32 lk_ahds[], int msg, struct htc_endpoint *endpoint, struct list_head *queue) ath6kl_htc_rx_alloc() argument 1592 htc_proc_cred_rpt(struct htc_target *target, struct htc_credit_report *rpt, int n_entries, enum htc_endpoint_id from_ep) htc_proc_cred_rpt() argument 1670 htc_parse_trailer(struct htc_target *target, struct htc_record_hdr *record, u8 *record_buf, u32 *next_lk_ahds, enum htc_endpoint_id endpoint, int *n_lk_ahds) htc_parse_trailer() argument 1750 htc_proc_trailer(struct htc_target *target, u8 *buf, int len, u32 *next_lk_ahds, int *n_lk_ahds, enum htc_endpoint_id endpoint) htc_proc_trailer() argument 1803 ath6kl_htc_rx_process_hdr(struct htc_target *target, struct htc_packet *packet, u32 *next_lkahds, int *n_lkahds) ath6kl_htc_rx_process_hdr() argument 1910 ath6kl_htc_rx_bundle(struct htc_target *target, struct list_head *rxq, struct list_head *sync_compq, int *n_pkt_fetched, bool part_bundle) ath6kl_htc_rx_bundle() argument 2003 ath6kl_htc_rx_process_packets(struct htc_target *target, struct list_head *comp_pktq, u32 lk_ahds[], int *n_lk_ahd) ath6kl_htc_rx_process_packets() argument 2053 ath6kl_htc_rx_fetch(struct htc_target *target, struct list_head *rx_pktq, struct list_head *comp_pktq) ath6kl_htc_rx_fetch() argument 2141 ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead, int *num_pkts) ath6kl_htc_rxmsg_pending_handler() argument 2260 htc_wait_for_ctrl_msg(struct htc_target *target) htc_wait_for_ctrl_msg() argument 2317 ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_mbox_add_rxbuf_multiple() argument 2379 ath6kl_htc_mbox_flush_rx_buf(struct htc_target *target) ath6kl_htc_mbox_flush_rx_buf() argument 2421 ath6kl_htc_mbox_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_mbox_conn_service() argument 2571 reset_ep_state(struct htc_target *target) reset_ep_state() argument 2594 ath6kl_htc_mbox_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_mbox_get_rxbuf_num() argument 2605 htc_setup_msg_bndl(struct htc_target *target) htc_setup_msg_bndl() argument 2654 ath6kl_htc_mbox_wait_target(struct htc_target *target) ath6kl_htc_mbox_wait_target() argument 2739 ath6kl_htc_mbox_start(struct htc_target *target) ath6kl_htc_mbox_start() argument 2781 ath6kl_htc_reset(struct htc_target *target) ath6kl_htc_reset() argument 2821 ath6kl_htc_mbox_stop(struct htc_target *target) ath6kl_htc_mbox_stop() argument 2843 struct htc_target *target = NULL; ath6kl_htc_mbox_create() local 2888 ath6kl_htc_mbox_cleanup(struct htc_target *target) ath6kl_htc_mbox_cleanup() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 56 ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate); in do_send_completion() 72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion() 77 static void send_packet_completion(struct htc_target *target, in send_packet_completion() argument 80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion() 91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based() argument 118 if (transfer_len <= target->tgt_cred_sz) { in get_htc_packet_credit_based() 122 credits_required = transfer_len / target->tgt_cred_sz; in get_htc_packet_credit_based() 123 remainder = transfer_len % target->tgt_cred_sz; in get_htc_packet_credit_based() 146 /* check if we need credits back from the target */ in get_htc_packet_credit_based() 149 /* tell the target w in get_htc_packet_credit_based() 173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) get_htc_packet() argument 203 htc_issue_packets(struct htc_target *target, struct htc_endpoint *ep, struct list_head *pkt_queue) htc_issue_packets() argument 300 htc_try_send(struct htc_target *target, struct htc_endpoint *ep, struct list_head *txq) htc_try_send() argument 529 htc_free_txctrl_packet(struct htc_target *target, struct htc_packet *packet) htc_free_txctrl_packet() argument 535 htc_alloc_txctrl_packet(struct htc_target *target) htc_alloc_txctrl_packet() argument 540 htc_txctrl_complete(struct htc_target *target, struct htc_packet *packet) htc_txctrl_complete() argument 548 htc_setup_target_buffer_assignments(struct htc_target *target) htc_setup_target_buffer_assignments() argument 654 htc_process_credit_report(struct htc_target *target, struct htc_credit_report *rpt, int num_entries, enum htc_endpoint_id from_ep) htc_process_credit_report() argument 691 htc_flush_tx_endpoint(struct htc_target *target, struct htc_endpoint *ep, u16 tag) htc_flush_tx_endpoint() argument 713 htc_lookup_tx_packet(struct htc_target *target, struct htc_endpoint *ep, struct sk_buff *skb) htc_lookup_tx_packet() argument 744 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_tx_complete() local 780 htc_send_packets_multiple(struct htc_target *target, struct list_head *pkt_queue) htc_send_packets_multiple() argument 813 alloc_htc_packet_container(struct htc_target *target) alloc_htc_packet_container() argument 832 free_htc_packet_container(struct htc_target *target, struct htc_packet *packet) free_htc_packet_container() argument 851 htc_process_trailer(struct htc_target *target, u8 *buffer, int len, enum htc_endpoint_id from_ep) htc_process_trailer() argument 930 recv_packet_completion(struct htc_target *target, struct htc_endpoint *ep, struct htc_packet *packet) recv_packet_completion() argument 945 struct htc_target *target = ar->htc_target; ath6kl_htc_pipe_rx_complete() local 1095 htc_flush_rx_queue(struct htc_target *target, struct htc_endpoint *ep) htc_flush_rx_queue() argument 1132 htc_wait_recv_ctrl_message(struct htc_target *target) htc_wait_recv_ctrl_message() argument 1172 reset_endpoint_states(struct htc_target *target) reset_endpoint_states() argument 1192 htc_config_target_hif_pipe(struct htc_target *target) htc_config_target_hif_pipe() argument 1198 htc_get_credit_alloc(struct htc_target *target, u16 service_id) htc_get_credit_alloc() argument 1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument 1409 struct htc_target *target = NULL; ath6kl_htc_pipe_create() local 1461 ath6kl_htc_pipe_cleanup(struct htc_target *target) ath6kl_htc_pipe_cleanup() argument 1478 ath6kl_htc_pipe_start(struct htc_target *target) ath6kl_htc_pipe_start() argument 1511 ath6kl_htc_pipe_stop(struct htc_target *target) ath6kl_htc_pipe_stop() argument 1527 ath6kl_htc_pipe_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_pipe_get_rxbuf_num() argument 1539 ath6kl_htc_pipe_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_pipe_tx() argument 1555 ath6kl_htc_pipe_wait_target(struct htc_target *target) ath6kl_htc_pipe_wait_target() argument 1608 ath6kl_htc_pipe_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_pipe_flush_txep() argument 1622 ath6kl_htc_pipe_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_pipe_add_rxbuf_multiple() argument 1664 ath6kl_htc_pipe_activity_changed(struct htc_target *target, enum htc_endpoint_id ep, bool active) ath6kl_htc_pipe_activity_changed() argument 1671 ath6kl_htc_pipe_flush_rx_buf(struct htc_target *target) ath6kl_htc_pipe_flush_rx_buf() argument 1698 ath6kl_htc_pipe_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_pipe_credit_setup() argument [all...] |
H A D | htc-ops.h | 28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target() argument 30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target() 33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start() argument 35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start() 38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service() argument 42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service() 45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx() argument 51 ath6kl_htc_stop(struct htc_target *target) ath6kl_htc_stop() argument 56 ath6kl_htc_cleanup(struct htc_target *target) ath6kl_htc_cleanup() argument 61 ath6kl_htc_flush_txep(struct htc_target *target, enum htc_endpoint_id endpoint, u16 tag) ath6kl_htc_flush_txep() argument 68 ath6kl_htc_flush_rx_buf(struct htc_target *target) ath6kl_htc_flush_rx_buf() argument 73 ath6kl_htc_activity_changed(struct htc_target *target, enum htc_endpoint_id endpoint, bool active) ath6kl_htc_activity_changed() argument 81 ath6kl_htc_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_get_rxbuf_num() argument 87 ath6kl_htc_add_rxbuf_multiple(struct htc_target *target, struct list_head *pktq) ath6kl_htc_add_rxbuf_multiple() argument 93 ath6kl_htc_credit_setup(struct htc_target *target, struct ath6kl_htc_credit_info *info) ath6kl_htc_credit_setup() argument [all...] |
H A D | htc_mbox.c | 28 static void ath6kl_htc_mbox_cleanup(struct htc_target *target); 29 static void ath6kl_htc_mbox_stop(struct htc_target *target); 30 static int ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, 32 static void ath6kl_htc_set_credit_dist(struct htc_target *target, 375 static void htc_reclaim_txctrl_buf(struct htc_target *target, in htc_reclaim_txctrl_buf() argument 378 spin_lock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf() 379 list_add_tail(&pkt->list, &target->free_ctrl_txbuf); in htc_reclaim_txctrl_buf() 380 spin_unlock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf() 383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf() argument 389 buf_list = tx ? &target in htc_get_control_buf() 408 htc_tx_comp_update(struct htc_target *target, struct htc_endpoint *endpoint, struct htc_packet *packet) htc_tx_comp_update() argument 451 htc_tx_comp_handler(struct htc_target *target, struct htc_packet *packet) htc_tx_comp_handler() argument 467 htc_async_tx_scat_complete(struct htc_target *target, struct hif_scatter_req *scat_req) htc_async_tx_scat_complete() argument 507 ath6kl_htc_tx_issue(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_tx_issue() argument 546 htc_check_credits(struct htc_target *target, struct htc_endpoint *ep, u8 *flags, enum htc_endpoint_id eid, unsigned int len, int *req_cred) htc_check_credits() argument 599 ath6kl_htc_tx_pkts_get(struct htc_target *target, struct htc_endpoint *endpoint, struct list_head *queue) ath6kl_htc_tx_pkts_get() argument 679 ath6kl_htc_tx_setup_scat_list(struct htc_target *target, struct htc_endpoint *endpoint, struct hif_scatter_req *scat_req, int n_scat, struct list_head *queue) ath6kl_htc_tx_setup_scat_list() argument 759 struct htc_target *target = endpoint->target; ath6kl_htc_tx_bundle() local 858 ath6kl_htc_tx_from_queue(struct htc_target *target, struct htc_endpoint *endpoint) ath6kl_htc_tx_from_queue() argument 965 ath6kl_htc_tx_try(struct htc_target *target, struct htc_endpoint *endpoint, struct htc_packet *tx_pkt) ath6kl_htc_tx_try() argument 1005 htc_chk_ep_txq(struct htc_target *target) htc_chk_ep_txq() argument 1041 htc_setup_tx_complete(struct htc_target *target) htc_setup_tx_complete() argument 1093 ath6kl_htc_set_credit_dist(struct htc_target *target, struct ath6kl_htc_credit_info *credit_info, u16 srvc_pri_order[], int list_len) ath6kl_htc_set_credit_dist() argument 1121 ath6kl_htc_mbox_tx(struct htc_target *target, struct htc_packet *packet) ath6kl_htc_mbox_tx() argument 1150 ath6kl_htc_mbox_flush_txep(struct htc_target *target, enum htc_endpoint_id eid, u16 tag) ath6kl_htc_mbox_flush_txep() argument 1189 ath6kl_htc_flush_txep_all(struct htc_target *target) ath6kl_htc_flush_txep_all() argument 1205 ath6kl_htc_mbox_activity_changed(struct htc_target *target, enum htc_endpoint_id eid, bool active) ath6kl_htc_mbox_activity_changed() argument 1262 htc_valid_rx_frame_len(struct htc_target *target, enum htc_endpoint_id eid, int len) htc_valid_rx_frame_len() argument 1269 htc_add_rxbuf(struct htc_target *target, struct htc_packet *packet) htc_add_rxbuf() argument 1278 htc_reclaim_rxbuf(struct htc_target *target, struct htc_packet *packet, struct htc_endpoint *ep) htc_reclaim_rxbuf() argument 1292 reclaim_rx_ctrl_buf(struct htc_target *target, struct htc_packet *packet) reclaim_rx_ctrl_buf() argument 1300 ath6kl_htc_rx_packet(struct htc_target *target, struct htc_packet *packet, u32 rx_len) ath6kl_htc_rx_packet() argument 1366 ath6kl_htc_rx_setup(struct htc_target *target, struct htc_endpoint *ep, u32 *lk_ahds, struct list_head *queue, int n_msg) ath6kl_htc_rx_setup() argument 1469 ath6kl_htc_rx_alloc(struct htc_target *target, u32 lk_ahds[], int msg, struct htc_endpoint *endpoint, struct list_head *queue) ath6kl_htc_rx_alloc() argument 1592 htc_proc_cred_rpt(struct htc_target *target, struct htc_credit_report *rpt, int n_entries, enum htc_endpoint_id from_ep) htc_proc_cred_rpt() argument 1670 htc_parse_trailer(struct htc_target *target, struct htc_record_hdr *record, u8 *record_buf, u32 *next_lk_ahds, enum htc_endpoint_id endpoint, int *n_lk_ahds) htc_parse_trailer() argument 1750 htc_proc_trailer(struct htc_target *target, u8 *buf, int len, u32 *next_lk_ahds, int *n_lk_ahds, enum htc_endpoint_id endpoint) htc_proc_trailer() argument 1803 ath6kl_htc_rx_process_hdr(struct htc_target *target, struct htc_packet *packet, u32 *next_lkahds, int *n_lkahds) ath6kl_htc_rx_process_hdr() argument 1910 ath6kl_htc_rx_bundle(struct htc_target *target, struct list_head *rxq, struct list_head *sync_compq, int *n_pkt_fetched, bool part_bundle) ath6kl_htc_rx_bundle() argument 2003 ath6kl_htc_rx_process_packets(struct htc_target *target, struct list_head *comp_pktq, u32 lk_ahds[], int *n_lk_ahd) ath6kl_htc_rx_process_packets() argument 2053 ath6kl_htc_rx_fetch(struct htc_target *target, struct list_head *rx_pktq, struct list_head *comp_pktq) ath6kl_htc_rx_fetch() argument 2141 ath6kl_htc_rxmsg_pending_handler(struct htc_target *target, u32 msg_look_ahead, int *num_pkts) ath6kl_htc_rxmsg_pending_handler() argument 2260 htc_wait_for_ctrl_msg(struct htc_target *target) htc_wait_for_ctrl_msg() argument 2317 ath6kl_htc_mbox_add_rxbuf_multiple(struct htc_target *target, struct list_head *pkt_queue) ath6kl_htc_mbox_add_rxbuf_multiple() argument 2379 ath6kl_htc_mbox_flush_rx_buf(struct htc_target *target) ath6kl_htc_mbox_flush_rx_buf() argument 2421 ath6kl_htc_mbox_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_mbox_conn_service() argument 2571 reset_ep_state(struct htc_target *target) reset_ep_state() argument 2594 ath6kl_htc_mbox_get_rxbuf_num(struct htc_target *target, enum htc_endpoint_id endpoint) ath6kl_htc_mbox_get_rxbuf_num() argument 2605 htc_setup_msg_bndl(struct htc_target *target) htc_setup_msg_bndl() argument 2654 ath6kl_htc_mbox_wait_target(struct htc_target *target) ath6kl_htc_mbox_wait_target() argument 2739 ath6kl_htc_mbox_start(struct htc_target *target) ath6kl_htc_mbox_start() argument 2781 ath6kl_htc_reset(struct htc_target *target) ath6kl_htc_reset() argument 2821 ath6kl_htc_mbox_stop(struct htc_target *target) ath6kl_htc_mbox_stop() argument 2843 struct htc_target *target = NULL; ath6kl_htc_mbox_create() local 2888 ath6kl_htc_mbox_cleanup(struct htc_target *target) ath6kl_htc_mbox_cleanup() argument [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_is_extensible.js | 20 var target = {}; 21 var handler = { isExtensible (target) { 25 var proxy = new Proxy(target, handler); 52 var target = {}; 54 var proxy = new Proxy(target, handler); 55 assert(Object.isExtensible(target) === true) 57 Object.preventExtensions(target); 58 assert(Object.isExtensible(target) === false); 62 var target = {}; 64 var proxy = new Proxy(target, handle [all...] |
H A D | proxy_prevent_extensions.js | 19 var target = {}; 20 var handler = { preventExtensions (target) { 24 var proxy = new Proxy(target, handler); 43 var target = {}; 45 var proxy = new Proxy(target, handler); 47 assert(Object.isExtensible(target) === true); 50 assert(Object.isExtensible(target) === false); 54 var target = {}; 56 var proxy = new Proxy(target, handler); 58 assert(Object.isExtensible(target) [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | wctype.c | 30 wctype_t target = 1; in wctype_0100() local 31 if (expect0 != target) { in wctype_0100() 36 if (expect1 == target) { in wctype_0100() 49 wctype_t target = 2; in wctype_0200() local 50 if (expect0 != target) { in wctype_0200() 55 if (expect1 == target) { in wctype_0200() 68 wctype_t target = 3; in wctype_0300() local 69 if (expect0 != target) { in wctype_0300() 74 if (expect1 == target) { in wctype_0300() 87 wctype_t target in wctype_0400() local 106 wctype_t target = 5; wctype_0500() local 125 wctype_t target = 6; wctype_0600() local 144 wctype_t target = 7; wctype_0700() local 163 wctype_t target = 8; wctype_0800() local 182 wctype_t target = 9; wctype_0900() local 201 wctype_t target = 10; wctype_1000() local 220 wctype_t target = 11; wctype_1100() local 239 wctype_t target = 12; wctype_1200() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | newTarget.es6.js | 4 const a = new.target; 5 const b = () => new.target; 7 static c = function () { return new.target; } 8 d = function () { return new.target; } 14 const e = new.target; 15 const f = () => new.target; 20 const g = new.target; 21 const h = () => new.target; 25 const i = new.target; 26 const j = () => new.target; [all...] |
/third_party/python/Lib/test/ |
H A D | test_zipapp.py | 30 target = self.tmpdir / 'source.pyz' 31 zipapp.create_archive(str(source), str(target)) 32 self.assertTrue(target.is_file()) 35 # Test packing a directory using Path objects for source and target. 39 target = self.tmpdir / 'source.pyz' 40 zipapp.create_archive(source, target) 41 self.assertTrue(target.is_file()) 51 target = io.BytesIO() 52 zipapp.create_archive(str(source), target) 53 target [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 10 test_targets: unqualified target names to search for. Any target in this list 11 that depends upon a file in |files| is output regardless of the type of target 15 are not necessarily output. For example, if the target is of type none then the 16 target is not output (but one of the descendants of the target will be). 22 supplied targets or a target that one of the supplied targets depends on. 46 and the supplied target A depends upon it. A is not output as a build_target 56 In Gyp the "all" target is shorthand for the root targets in the files passed 60 Notice that "b1" and "b2" are not in the "all" target a [all...] |