Home
last modified time | relevance | path

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

12

/linux/drivers/media/pci/cx23885/
A Daltera-ci.c252 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()
652 if (!inter) { in altera_hw_filt_init()
666 inter->strt_wrk = 1; in altera_hw_filt_init()
696 kfree(inter); in altera_hw_filt_init()
720 (inter->cis_used)++; in altera_ci_init()
725 if (!inter) { in altera_ci_init()
735 inter->cis_used = 1; in altera_ci_init()
739 inter->strt_wrk = 1; in altera_ci_init()
772 inter->strt_wrk = 0; in altera_ci_init()
[all …]
/linux/crypto/
A Danubis.c579 u32 inter[4]; in anubis_crypt() local
593 inter[0] = in anubis_crypt()
599 inter[1] = in anubis_crypt()
605 inter[2] = in anubis_crypt()
611 inter[3] = in anubis_crypt()
617 state[0] = inter[0]; in anubis_crypt()
618 state[1] = inter[1]; in anubis_crypt()
627 inter[0] = in anubis_crypt()
633 inter[1] = in anubis_crypt()
639 inter[2] = in anubis_crypt()
[all …]
/linux/include/linux/
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()
47 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
/linux/net/iucv/
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/devicetree/bindings/timer/
A Dsifive,clint.yaml15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor
16 interrupts. It directly connects to the timer and inter-processor interrupt
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_overlay.c227 bool pin, bool inter) in vmw_overlay_move_buffer() argument
230 return vmw_bo_unpin(dev_priv, buf, inter); in vmw_overlay_move_buffer()
233 return vmw_bo_pin_in_vram(dev_priv, buf, inter); in vmw_overlay_move_buffer()
235 return vmw_bo_pin_in_vram_or_gmr(dev_priv, buf, inter); in vmw_overlay_move_buffer()
/linux/Documentation/filesystems/
A Dgfs2.rst15 GFS2 uses interchangeable inter-node locking mechanisms, the currently
22 - uses the distributed lock manager (dlm) for inter-node locking.
/linux/kernel/
A Dlatencytop.c151 __account_scheduler_latency(struct task_struct *tsk, int usecs, int inter) in __account_scheduler_latency() argument
158 if (inter && usecs > 5000) in __account_scheduler_latency()
/linux/Documentation/networking/
A Dtipc.rst72 By applying the Overlapping Ring Monitoring algorithm on the inter node links
94 Maximal byte throughput for inter-node connections is still somewhat lower than
95 for TCP, while they are superior for intra-node and inter-container throughput
A Deql.rst269 inter-character and inter-packet delays, etc.) the transfers
/linux/Documentation/sh/
A Dbooting.rst9 inter-operate with old bootloaders must either use a builtin DTB or
/linux/drivers/s390/cio/
A Dio_sch.h22 unsigned int inter:1; /* suppress intermediate interrupts */ member
A Dcio.c94 priv->options.inter = (flags & DOIO_SUPPRESS_INTER) != 0; in cio_set_options()
142 orb->cmd.ssic = priv->options.suspend && priv->options.inter; in cio_start_key()
/linux/fs/nfsd/
A DKconfig139 bool "NFSv4.2 inter server to server COPY"
142 This option enables support for NFSv4.2 inter server to
/linux/drivers/gpu/drm/i915/display/
A Dintel_psr.c1698 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
1704 inter = pipe_clip; in intel_psr2_sel_fetch_update()
1705 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_update()
1714 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
1715 sel_fetch_area->y2 = inter.y2 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
/linux/Documentation/filesystems/nfs/
A Dpnfs.rst5 The are several inter-related caches. We have layouts which can
/linux/Documentation/virt/kvm/devices/
A Dxics.rst50 * Pending IPI (inter-processor interrupt) priority, 8 bits
/linux/Documentation/driver-api/media/drivers/
A Dcontributors.rst114 - for maintaining v4l/dvb inter-tree dependencies
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec-stateless.rst976 for inter-prediction
980 for inter-prediction
996 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1003 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1010 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
/linux/drivers/usb/misc/
A Diowarrior.c105 struct usb_host_interface *inter, unsigned char type, in usb_get_report() argument
112 inter->desc.bInterfaceNumber, buf, size, in usb_get_report()
/linux/drivers/mailbox/
A DKconfig96 This driver provides support for inter-processor communication
192 providing an interface for invoking the inter-process communication
/linux/drivers/s390/net/
A DKconfig35 Select this option if you want to use inter-user communication
/linux/drivers/gpu/drm/mediatek/
A Dmtk_dpi.c227 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument
229 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
/linux/drivers/media/test-drivers/vicodec/
A Dcodec-fwht.c474 int inter = intra ? 0 : 1; in ifwht() local
543 if (inter) { in ifwht()
/linux/Documentation/networking/device_drivers/wifi/
A Dray_cs.rst79 1 = slow down inter frame timing to allow

Completed in 67 milliseconds

12