Searched full:args (Results 1 – 25 of 55) sorted by relevance
123
| /Documentation/userspace-api/ioctl/ |
| D | hdio.rst | 402 u8 args[4+XFER_SIZE]; 405 ioctl(fd, HDIO_DRIVE_CMD, args); 411 args[0] COMMAND 412 args[1] NSECTOR 413 args[2] FEATURE 414 args[3] NSECTOR 420 args[0] COMMAND 421 args[1] SECTOR 422 args[2] FEATURE 423 args[3] NSECTOR [all …]
|
| /Documentation/driver-api/media/drivers/ccs/ |
| D | mk-ccs-regs | 198 my $args; 201 ($name, $args) = ($1, $2); 202 $args = [split /,\s*/, $args]; 203 foreach my $t (@$args) { 208 return ($name, $addr, $args); 237 foreach my $arg (@{$this->{args}}) { 248 my ($args, $argparams, $name) = 249 ($this->{args}, $this->{argparams}, $this->{name}); 329 next if $#{$this{args}} + 1 != scalar keys %{$this{argparams}}; 338 foreach my $arg (@{$this{args}}) { [all …]
|
| /Documentation/admin-guide/device-mapper/ |
| D | cache.rst | 182 <#feature args> [<feature arg>]* 183 <policy> <#policy args> [policy args]* 191 #feature args number of feature arguments passed 192 feature args writethrough or passthrough (The default is writeback.) 195 #policy args an even number of arguments corresponding to 197 policy args key/value pairs passed to the policy 242 <#core args> <core args>* <policy name> <#policy args> <policy args>* 269 #feature args Number of feature args to follow 270 feature args 'writethrough' (optional) 271 #core args Number of core arguments (must be even) [all …]
|
| D | dm-clone.rst | 142 [<#feature args> [<feature arg>]* [<#core args> [<core arg>]*]] 150 #feature args Number of feature arguments passed 151 feature args no_hydration or no_discard_passdown 153 #core args An even number of arguments corresponding to key/value pairs 155 core args Key/value pairs passed to dm-clone, e.g. `hydration_threshold 186 <#feature args> <feature args>* <#core args> <core args>* 197 #feature args Number of feature arguments to follow 198 feature args Feature arguments, e.g. `no_hydration` 199 #core args Even number of core arguments to follow 200 core args Key/value pairs for tuning the core, e.g.
|
| /Documentation/translations/zh_CN/mm/ |
| D | hmm.rst | 259 2. ``migrate_vma_setup(struct migrate_vma *args)`` 262 migrate_vma_setup()。``args->flags`` 字段是用来过滤哪些源页面应该被迁移。 265 面。如果后者被设置, ``args->pgmap_owner`` 字段被用来识别驱动所拥有的设备 271 其他设备的MMU无效,以便在 ``args->src`` 数组中填写要迁移的PFN。 274 migrate_vma_setup()的 ``args->pgmap_owner`` 字段。这允许设备驱动跳过无 279 的 “zero” PFN 存储在 ``args->src`` 阵列中。这让驱动分配设备私有内存并清 283 还清除了 ``args->dst`` 数组。
|
| /Documentation/devicetree/bindings/hwlock/ |
| D | hwlock.txt | 26 associated hwlock args specifier as indicated by 29 a phandle and a corresponding args specifier.
|
| /Documentation/sphinx/ |
| D | kernel_abi.py | 80 args = [ 88 args.append('--rst-source') 90 … lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
|
| D | kernel_feat.py | 85 args = [ 94 args.extend(['--arch', self.arguments[1]]) 96 … lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
|
| /Documentation/bpf/ |
| D | redirect.rst | 64 'tracepoint:xdp:xdp_redirect*_err {@redir_errno[-args->err] = count();} 65 tracepoint:xdp:xdp_devmap_xmit {@devmap_errno[-args->err] = count();}'
|
| /Documentation/networking/ |
| D | tls-handshake.rst | 98 ret = tls_client_hello_x509(args, gfp_flags); 111 ret = tls_client_hello_psk(args, gfp_flags); 123 ret = tls_client_hello_anon(args, gfp_flags); 135 ret = tls_server_hello_x509(args, gfp_flags); 141 ret = tls_server_hello_psk(args, gfp_flags);
|
| /Documentation/devicetree/bindings/sound/ |
| D | sound-dai.yaml | 17 description: A phandle plus args to digital audio interface provider(s)
|
| D | soc-ac97link.txt | 11 - ac97-gpios: List of gpio phandles with args in the order ac97-sync,
|
| /Documentation/trace/ |
| D | tracepoints.rst | 160 void do_trace_foo_bar_wrapper(args) 162 trace_foo_bar(args); 173 do_trace_foo_bar_wrapper(args);
|
| /Documentation/admin-guide/ |
| D | dynamic-debug-howto.rst | 267 params given in modprobe args or ``/etc/modprobe.d/*.conf`` files, 275 2. ``foo.dyndbg`` as given in boot args, ``foo.`` is stripped and passed:: 279 3. args to modprobe:: 284 This allows boot args to override or modify those from ``/etc/modprobe.d`` 286 modprobe args to override both. 337 // boot-args example, with newlines and comments for readability
|
| D | btmrvl.rst | 79 cat /debug/btmrvl/status/<args> 81 where the args are:
|
| /Documentation/virt/kvm/devices/ |
| D | xics.rst | 37 capability for each vcpu, specifying KVM_CAP_IRQ_XICS in args[0] and 39 point of view) in args[1] of the kvm_enable_cap struct. Each ICP has
|
| /Documentation/devicetree/bindings/phy/ |
| D | brcm,ns2-drd-phy.txt | 12 - #phy-cells: Must be 0. No args required.
|
| /Documentation/hid/ |
| D | hid-bpf.rst | 477 int send_haptic(struct hid_send_haptics_args *args) 482 ctx = hid_bpf_allocate_context(args->hid); 487 args->data, 503 struct hid_send_haptics_args args = { 507 .ctx_in = &args, 508 .ctx_size_in = sizeof(args), 511 args.data[0] = 0x02; /* report ID of the feature on our device */ 512 args.data[1] = haptic_value;
|
| /Documentation/mm/ |
| D | hmm.rst | 305 2. ``migrate_vma_setup(struct migrate_vma *args)`` 308 the pointer to migrate_vma_setup(). The ``args->flags`` field is used to 312 device private memory. If the latter flag is set, the ``args->pgmap_owner`` 321 walks to fill in the ``args->src`` array with PFNs to be migrated. 325 the ``args->pgmap_owner`` field passed to migrate_vma_setup(). This 331 entry results in a valid "zero" PFN stored in the ``args->src`` array. 338 migrate_vma_setup() also clears the ``args->dst`` array.
|
| /Documentation/devicetree/bindings/i2c/ |
| D | i2c-davinci.txt | 18 and an args specifier containing the I2C device id
|
| /Documentation/devicetree/bindings/power/reset/ |
| D | xlnx,zynqmp-power.yaml | 27 mailbox controller device node and an args specifier
|
| /Documentation/devicetree/bindings/usb/ |
| D | ti,keystone-dwc3.yaml | 40 and an args specifier containing the USB device id
|
| D | ti,j721e-usb.yaml | 27 PM domain provider node and an args specifier containing
|
| D | ti,am62-usb.yaml | 26 PM domain provider node and an args specifier containing
|
| /Documentation/devicetree/bindings/net/can/ |
| D | bosch,c_can.yaml | 39 Should contain a phandle to a PM domain provider node and an args
|
123