/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp-video.c | 244 buf_index = (is->i2h_cmd.args[1] - 1) % video->buf_count; in fimc_isp_video_irq_handler()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | testmode.c | 584 if (cb->args[2]++ > 0) in mt76_testmode_dump()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-iproc-msi.c | 248 void *args) in iproc_msi_irq_domain_alloc() 246 iproc_msi_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, unsigned int nr_irqs, void *args) iproc_msi_irq_domain_alloc() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_drv.h | 647 struct drm_mode_create_dumb *args);
|
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 409 chan_type = p->args[0]; in zynqmp_ipi_of_xlate()
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 525 args=[node.body, node.test, node.orelse],
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | pmu_event_filter_test.c | 214 return uc.args[1]; in run_vcpu_to_sync()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dlfilter.c | 326 .args = dlfilter__args,
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_sched_pri.h | 416 UINTPTR args[4]; /**< Parameter, of which the maximum number is 4 */ member
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_virtio.c | 683 * @args: args passed from sys_mount() for per-transport options (unused) 694 p9_virtio_create(struct p9_client *client, const char *devname, char *args) in p9_virtio_create() argument
|
H A D | trans_xen.c | 70 static int p9_xen_create(struct p9_client *client, const char *addr, char *args) in p9_xen_create() argument
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 293 Arguments are defined using the id (key) \c \@args and array values containing 297 @args [ CARD ] # or 298 @args.0 CARD 303 An argument's type is specified with the id (key) \c \@args and the argument 307 @args.CARD { 352 @args [ CARD DEVICE ] 353 @args.CARD { 357 @args.DEVICE { 5043 if (id && strcmp(id, "@args") == 0) in _snd_config_expand() 5645 * If \a config has arguments (defined by a child with id \c \@args), 5686 snd_config_expand(snd_config_t *config, snd_config_t *root, const char *args, snd_config_t *private_data, snd_config_t **result) snd_config_expand() argument 5774 const char *args = strchr(name, ':'); snd_config_search_definition() local [all...] |
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 392 const ListNode* args() const { return args_.get(); } in args() function in FunctionCallNode
|
H A D | substitution_writer.cc | 49 Source expansion in the args works similarly, but performing the placeholder 53 If no placeholders are found, the outputs or args list will be treated as a 66 be used for specifying inputs to a script in the "args" variable. 88 it appears in the "outputs" or "args" section. 119 Details: source expansions can be used in the "outputs" variable, the "args" 120 variable, and in calls to "process_file_template". The "args" are passed to a
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 189 void vfail(const char *msg, va_list args);
|
/third_party/node/src/ |
H A D | cares_wrap.h | 158 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | js_native_api_v8.h | 520 Reference(JSVM_Env env, v8::Local<v8::Value> value, Args&&... args);
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 773 (options, args) = parser.parse_args()
|
/third_party/libinput/src/ |
H A D | libinput.h | 3838 * @param args Message arguments 3846 const char *format, va_list args)
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 3838 * @param args Message arguments 3846 const char *format, va_list args)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dissect.c | 384 DO_2_LIST(ret->arguments, expr->args, arg, val, in do_expression()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins.cc | 29 Address Builtin_##Name(int argc, Address* args, Isolate* isolate);
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 209 // Visit the arguments expressions in |args| and store them in |args_regs|, 211 void VisitArguments(const ZonePtrList<Expression>* args,
|
/third_party/python/Lib/test/ |
H A D | audiotests.py | 12 def seek(self, *args, **kwargs):
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 421 def _release_waiter(waiter, *args):
|