| /linux/drivers/media/pci/cx23885/ |
| H A D | altera-ci.c | 249 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 D | latencytop.h | 31 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 D | Kconfig | 7 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 D | vmwgfx_overlay.c | 221 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 D | kernel-enforcement-statement.rst | 11 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 D | security-bugs.rst | 68 En otras palabras, nuestro único interés es solucionar los errores. Toda
|
| H A D | maintainer-kvm-x86.rst | 258 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 D | 1.Intro.rst | 81 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 D | booting.rst | 9 inter-operate with old bootloaders must either use a builtin DTB or
|
| /linux/drivers/s390/cio/ |
| H A D | io_sch.h | 22 unsigned int inter:1; /* suppress intermediate interrupts */ member
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | cedt.rst | 31 describes any inter-host-bridge interleave configuration that may have been
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 142 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 D | ext-ctrls-codec-stateless.rst | 989 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 D | pnfs.rst | 5 The are several inter-related caches. We have layouts which can
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 50 * Pending IPI (inter-processor interrupt) priority, 8 bits
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | contributors.rst | 114 - for maintaining v4l/dvb inter-tree dependencies
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | index.rst | 38 contribuciones que son puramente de interés relativo a la traducción (por
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_psr.c | 2702 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 D | eql.rst | 269 inter-character and inter-packet delays, etc.) the transfers
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H A D | codec-fwht.c | 474 int inter = intra ? 0 : 1; in ifwht() local 543 if (inter) { in ifwht()
|
| /linux/Documentation/driver-api/ |
| H A D | connector.rst | 25 netlink based networking for inter-process communication in a significantly
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 149 * inter-CPU strong fence.
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 11 - sti-vtac: video timing advanced inter dye communication Rx and TX
|
| /linux/Documentation/sphinx/ |
| H A D | kerneldoc-preamble.sty | 201 \xeCJKsetup{CJKspace = true}% For inter-phrase space of Korean TOC
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
|