Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 249) sorted by relevance

12345678910

/linux/Documentation/arch/riscv/
H A Dvector.rst26 Sets the Vector enablement status of the calling thread, where the control
28 mode. Other threads of the calling process are unaffected.
54 Vector enablement status for the calling thread. The calling thread is
62 Vector enablement setting for the calling thread at the next execve()
78 was enabled for the calling thread.
86 * Every successful call overwrites a previous setting for the calling
91 Gets the same Vector enablement status for the calling thread. Setting for
124 * PR_RISCV_V_VSTATE_CTRL_INHERIT is set for the calling process, and the
140 1: https://github.com/riscv/riscv-v-spec/blob/master/calling-convention.adoc
/linux/Documentation/power/regulator/
H A Dregulator.rst12 Drivers can register a regulator by calling::
20 Regulators can be unregistered by calling::
29 consumer drivers by calling::
/linux/Documentation/arch/powerpc/
H A Dsyscall64-abi.rst15 with some differences to calling sequence.
17 syscall calling sequence\ [1]_ matches the Power Architecture 64-bit ELF ABI
18 specification C function calling sequence, including register preservation
22 different calling sequences (e.g., rt_sigreturn).
49 Register preservation rules match the ELF ABI calling sequence with some
125 vsyscall calling sequence matches the syscall calling sequence, with the
126 following differences. Some vsyscalls may have different calling sequences.
/linux/Documentation/driver-api/media/
H A Dmc-core.rst45 Drivers initialise media device instances by calling
47 registered by calling :c:func:`__media_device_register()` via the macro
48 ``media_device_register()`` and unregistered by calling
50 eventually cleaned up by calling :c:func:`media_device_cleanup()`.
65 Drivers initialize entity pads by calling
68 Drivers register entities with a media device by calling
70 and unregistered by calling
82 Drivers initialize and create device node interfaces by calling
84 and remove them by calling:
124 Drivers create pad to pad links by calling:
[all …]
H A Dv4l2-device.rst10 You must register the device instance by calling:
28 If you set it up before calling :c:func:`v4l2_device_register` then it will
30 :c:type:`v4l2_dev <v4l2_device>`\ ->name before calling
49 V4L2 devices are unregistered by calling:
128 decrease the refcount manually as well by calling:
/linux/Documentation/bpf/standardization/
H A Dabi.rst11 Registers and calling convention
17 The BPF calling convention is defined as:
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-enum-mbus-code.rst117 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
124 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
131 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
138 subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
145 the subdevice when calling the :ref:`VIDIOC_SUBDEV_S_FMT <VIDIOC_SUBDEV_G_FMT>`
H A Dvidioc-streamon.rst59 the same state as after calling
67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst79 - Userspace has to configure the physical address by calling
88 - Userspace has to configure the logical addresses by calling
96 - Userspace can transmit CEC messages by calling
106 - Userspace can use the passthrough mode by calling
/linux/Documentation/virt/kvm/arm/
H A Dpvtime.rst20 These are only available in the SMC64/HVC64 calling convention as
23 ARCH_FEATURES mechanism before calling it.
49 PV_TIME_ST returns the structure for the calling VCPU.
/linux/Documentation/pcmcia/
H A Ddriver-changes.rst37 are reserved, after calling pcmcia_request_configuration(), they may
52 - calling request_irq/free_irq directly. Use the IRQ from `*p_dev->irq`.
70 By calling pcmcia_loop_config(), a driver can iterate over all available
76 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's
77 necessary now is calling pcmcia_disable_device. As there is no valid
/linux/Documentation/ABI/testing/
H A Ddell-smbios-wmi13 first determine the minimum size of the calling interface
22 2) After you've determined the minimum size of the calling
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-request-alloc.rst45 In addition, the request can be queued by calling
46 :ref:`MEDIA_REQUEST_IOC_QUEUE` and re-initialized by calling
/linux/Documentation/driver-api/
H A Dpwrseq.rst52 specify the name of the target it wants to reach in the sequence after calling
53 pwrseq_enable(). The descriptor can be released by calling pwrseq_put() and
70 register with the pwrseq subsystem by calling pwrseq_device_register().
/linux/Documentation/mhi/
H A Dtopology.rst57 * Prepares the device for transfer by calling mhi_prepare_for_transfer.
58 * Initiates data transfer by calling mhi_queue_transfer.
/linux/net/x25/
H A Daf_x25.c122 char *called, *calling; in x25_addr_ntoa() local
129 calling = calling_addr->x25_addr; in x25_addr_ntoa()
142 *calling++ = ((*p >> 0) & 0x0F) + '0'; in x25_addr_ntoa()
145 *calling++ = ((*p >> 4) & 0x0F) + '0'; in x25_addr_ntoa()
150 *called = *calling = '\0'; in x25_addr_ntoa()
159 char *called, *calling; in x25_addr_aton() local
163 calling = calling_addr->x25_addr; in x25_addr_aton()
166 calling_len = strlen(calling); in x25_addr_aton()
181 *p |= (*calling++ - '0') << 0; in x25_addr_aton()
185 *p |= (*calling++ - '0') << 4; in x25_addr_aton()
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst84 Once the cache is set up, it can be brought online by calling::
98 The cache backend can withdraw a cache from service by calling this function::
107 to withdraw them, calling::
113 wait for completion by calling::
118 volumes, calling::
126 calling::
230 elsewhere. A pointer to this can be obtained by calling::
238 detached from the cookie and a pointer is obtained by calling::
365 to accept I/O again, the backend should release the block by calling::
/linux/arch/arm/kernel/
H A Dentry-header.S342 load_user_sp_lr r2, r3, \offset + S_SP @ calling sp, lr
343 ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr
354 ldmdb sp, {r1 - r12} @ get calling r1 - r12
356 ldmdb sp, {r0 - r12} @ get calling r0 - r12
/linux/Documentation/filesystems/iomap/
H A Doperations.rst203 The pagecache takes whatever locks it needs before calling the
236 before calling this function.
246 exclusive mode before calling this function.
279 mode before calling this function.
290 mode before calling this function.
303 mode before calling this function.
534 Callers commonly hold ``i_rwsem`` in shared mode before calling this
589 calling this function.
652 Callers commonly hold ``i_rwsem`` in shared mode before calling this
674 Callers commonly hold ``i_rwsem`` in exclusive mode before calling this
[all …]
/linux/Documentation/PCI/
H A Dpci.rst173 decrement the reference count on these devices by calling pci_dev_put().
200 the PCI device by calling pci_enable_device(). This will:
212 pci_request_resources() before calling pci_enable_device().
249 calling pci_disable_device().
254 determine MMIO and IO Port resource availability _after_ calling
276 to "register" this capability by calling dma_set_mask() with
285 address by calling dma_set_coherent_mask().
309 While calling request_irq() is the last step described here,
332 MSI capability can be enabled by calling pci_alloc_irq_vectors() with the
333 PCI_IRQ_MSI and/or PCI_IRQ_MSIX flags before calling request_irq(). This
[all …]
/linux/Documentation/filesystems/
H A Djournalling.rst27 calling jbd2_journal_load().
112 layer for calling the callback by simply setting
147 gets permission from JBD2 to do so by calling the function
149 file system should tell JBD2 about it by calling
151 commit immediately after stopping the fast commit it can do so by calling
/linux/Documentation/arch/arm64/
H A Dsme.rst173 Sets the vector length of the calling thread and related flags, where
174 arg == vl | flags. Other threads of the calling process are unaffected.
210 * Either the calling thread's vector length or the deferred vector length
217 * Any previously outstanding deferred vector length change in the calling
224 vector length that will be applied at the next execve() by the calling
231 length, or calling PR_SME_SET_VL with the PR_SME_SET_VL_ONEXEC flag,
236 length, or calling PR_SME_SET_VL with the PR_SME_SET_VL_ONEXEC flag,
242 Gets the vector length of the calling thread.
392 calling thread, or
/linux/Documentation/core-api/
H A Didr.rst31 the pointer you associated with the ID by calling idr_find()
32 and free the ID by calling idr_remove().
/linux/security/tomoyo/
H A DKconfig41 bool "Activate without calling userspace policy loader."
67 string "Trigger for calling userspace policy loader"
/linux/Documentation/sound/soc/
H A Djack.rst36 Jacks are created by the machine driver calling snd_soc_jack_new().
53 input to the system and update a jack by calling snd_soc_jack_report(),

12345678910