Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c249 static int netup_fpga_op_rw(struct fpga_internal *inter, int addr, in netup_fpga_op_rw() argument
252 inter->fpga_rw(inter->dev, NETUP_CI_FLG_AD, addr, 0); in netup_fpga_op_rw()
253 return inter->fpga_rw(inter->dev, 0, val, read); in netup_fpga_op_rw()
262 struct fpga_internal *inter = state->internal; in altera_ci_op_cam() local
270 mutex_lock(&inter->fpga_mutex); in altera_ci_op_cam()
272 netup_fpga_op_rw(inter, NETUP_CI_ADDR0, ((addr << 1) & 0xfe), 0); in altera_ci_op_cam()
273 netup_fpga_op_rw(inter, NETUP_CI_ADDR1, ((addr >> 7) & 0x7f), 0); in altera_ci_op_cam()
274 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam()
279 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam()
280 mem = netup_fpga_op_rw(inter, NETUP_CI_DATA, val, read); in altera_ci_op_cam()
[all …]
/linux/include/linux/
H A Dlatencytop.h31 void __account_scheduler_latency(struct task_struct *task, int usecs, int inter);
33 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
36 __account_scheduler_latency(task, usecs, inter); in account_scheduler_latency()
44 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
/linux/net/iucv/
H A DKconfig7 Select this option if you want to use inter-user communication
17 based on z/VM inter-user communication vehicle or based on
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c221 bool pin, bool inter) in vmw_overlay_move_buffer() argument
224 return vmw_bo_unpin(dev_priv, buf, inter); in vmw_overlay_move_buffer()
227 return vmw_bo_pin_in_vram(dev_priv, buf, inter); in vmw_overlay_move_buffer()
229 return vmw_bo_pin_in_vram_or_gmr(dev_priv, buf, inter); in vmw_overlay_move_buffer()
/linux/Documentation/translations/sp_SP/process/
H A Dkernel-enforcement-statement.rst11 Como desarrolladores del kernel Linux, tenemos un gran interés en cómo se
18 contribuciones hechas a nuestra comunidad, compartimos el interés de
23 en que es en el mejor interés de nuestro desarrollo como comunidad asumir
28 que es en el mejor interés de nuestra comunidad de desarrollo adoptar
H A Dsecurity-bugs.rst68 En otras palabras, nuestro único interés es solucionar los errores. Toda
H A Dmaintainer-kvm-x86.rst258 de interés o no.
389 de interés, utiliza enlaces lore. Para hacer referencia a versiones
463 anidada a *su* host (L2 atacando a L1), son de particular interés para KVM.
H A D1.Intro.rst81 claro interés en las capacidades, el rendimiento, y la fiabilidad del
209 para Linux (o está pensando en hacerlo), claramente tiene un interés
/linux/Documentation/arch/sh/
H A Dbooting.rst9 inter-operate with old bootloaders must either use a builtin DTB or
/linux/drivers/s390/cio/
H A Dio_sch.h22 unsigned int inter:1; /* suppress intermediate interrupts */ member
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dcedt.rst31 describes any inter-host-bridge interleave configuration that may have been
/linux/fs/nfsd/
H A DKconfig142 bool "NFSv4.2 inter server to server COPY"
145 This option enables support for NFSv4.2 inter server to
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst989 for inter-prediction
993 for inter-prediction
1009 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1016 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1023 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1521 - Is inter-block probabilities delta.
1694 - Specifies the filter selection used for performing inter prediction. See
1707 - Specifies the type of inter prediction to be used. See
1853 - Indicates that all the inter blocks use only a single reference frame
1857 - Requires all the inter blocks to use compound mode. Single reference
[all …]
/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst5 The are several inter-related caches. We have layouts which can
/linux/Documentation/virt/kvm/devices/
H A Dxics.rst50 * Pending IPI (inter-processor interrupt) priority, 8 bits
/linux/Documentation/driver-api/media/drivers/
H A Dcontributors.rst114 - for maintaining v4l/dvb inter-tree dependencies
/linux/Documentation/translations/sp_SP/
H A Dindex.rst38 contribuciones que son puramente de interés relativo a la traducción (por
/linux/drivers/gpu/drm/i915/display/
H A Dintel_psr.c2702 struct drm_rect inter; in intel_psr2_sel_fetch_et_alignment() local
2713 inter = crtc_state->psr2_su_area; in intel_psr2_sel_fetch_et_alignment()
2714 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_et_alignment()
2937 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
2944 inter = crtc_state->psr2_su_area; in intel_psr2_sel_fetch_update()
2946 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) { in intel_psr2_sel_fetch_update()
2965 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
2966 sel_fetch_area->y2 = inter.y2 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
/linux/Documentation/networking/
H A Deql.rst269 inter-character and inter-packet delays, etc.) the transfers
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c474 int inter = intra ? 0 : 1; in ifwht() local
543 if (inter) { in ifwht()
/linux/Documentation/driver-api/
H A Dconnector.rst25 netlink based networking for inter-process communication in a significantly
/linux/tools/memory-model/
H A Dlinux-kernel.cat149 * inter-CPU strong fence.
/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt11 - sti-vtac: video timing advanced inter dye communication Rx and TX
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty201 \xeCJKsetup{CJKspace = true}% For inter-phrase space of Korean TOC
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol

12