Home
last modified time | relevance | path

Searched refs:inter (Results 1 – 25 of 37) 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/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/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/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/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c84 struct rkvdec_vp9_inter_frame_probs inter; member
105 u32 inter[4][2]; member
249 rkprobs = &tbl->probs.inter; in init_inter_probs()
906 vp9_ctx->inter_cnts.intra_inter = &inter_cnts->inter; in rkvdec_init_v4l2_vp9_count_tbl()
/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.c2757 struct drm_rect inter; in intel_psr2_sel_fetch_et_alignment() local
2768 inter = crtc_state->psr2_su_area; in intel_psr2_sel_fetch_et_alignment()
2769 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_et_alignment()
3017 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
3024 inter = crtc_state->psr2_su_area; in intel_psr2_sel_fetch_update()
3026 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) { in intel_psr2_sel_fetch_update()
3045 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
3046 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/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c293 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument
295 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
/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
/linux/Documentation/crypto/
H A Dasync-tx-api.rst32 bulk memory transfers/transforms with support for inter-transactional

12