Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/media/pci/cx23885/
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-v6.1/crypto/
Danubis.c469 u32 inter[ANUBIS_MAX_N]; in anubis_setkey() local
534 inter[i] = T0[(kappa[j--] >> 24) ]; in anubis_setkey()
537 inter[i] ^= T1[(kappa[j--] >> 16) & 0xff]; in anubis_setkey()
540 inter[i] ^= T2[(kappa[j--] >> 8) & 0xff]; in anubis_setkey()
543 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
545 kappa[0] = inter[0] ^ rc[r]; in anubis_setkey()
547 kappa[i] = inter[i]; in anubis_setkey()
579 u32 inter[4]; in anubis_crypt() local
593 inter[0] = in anubis_crypt()
599 inter[1] = in anubis_crypt()
[all …]
/Linux-v6.1/include/linux/
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-v6.1/net/iucv/
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-v6.1/kernel/
Dlatencytop.c177 __account_scheduler_latency(struct task_struct *tsk, int usecs, int inter) in __account_scheduler_latency() argument
184 if (inter && usecs > 5000) in __account_scheduler_latency()
/Linux-v6.1/Documentation/filesystems/
Dgfs2.rst15 GFS2 uses interchangeable inter-node locking mechanisms, the currently
22 - uses the distributed lock manager (dlm) for inter-node locking.
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
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-v6.1/Documentation/sh/
Dbooting.rst9 inter-operate with old bootloaders must either use a builtin DTB or
/Linux-v6.1/Documentation/networking/
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
Deql.rst269 inter-character and inter-packet delays, etc.) the transfers
/Linux-v6.1/drivers/s390/cio/
Dio_sch.h22 unsigned int inter:1; /* suppress intermediate interrupts */ member
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-v6.1/fs/nfsd/
DKconfig129 bool "NFSv4.2 inter server to server COPY"
132 This option enables support for NFSv4.2 inter server to
/Linux-v6.1/drivers/staging/media/rkvdec/
Drkvdec-vp9.c84 struct rkvdec_vp9_inter_frame_probs inter; member
103 u32 inter[4][2]; member
247 rkprobs = &tbl->probs.inter; in init_inter_probs()
934 vp9_ctx->inter_cnts.intra_inter = &inter_cnts->inter; in rkvdec_init_v4l2_vp9_count_tbl()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst988 for inter-prediction
992 for inter-prediction
1008 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1015 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1022 with inter-coded frames. The timestamp refers to the ``timestamp`` field in
1520 - Is inter-block probabilities delta.
1693 - Specifies the filter selection used for performing inter prediction. See
1706 - Specifies the type of inter prediction to be used. See
1852 - Indicates that all the inter blocks use only a single reference frame
1856 - Requires all the inter blocks to use compound mode. Single reference
[all …]
/Linux-v6.1/Documentation/virt/kvm/devices/
Dxics.rst50 * Pending IPI (inter-processor interrupt) priority, 8 bits
/Linux-v6.1/Documentation/filesystems/nfs/
Dpnfs.rst5 The are several inter-related caches. We have layouts which can
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcontributors.rst114 - for maintaining v4l/dvb inter-tree dependencies
/Linux-v6.1/drivers/s390/net/
DKconfig35 Select this option if you want to use inter-user communication
/Linux-v6.1/drivers/usb/misc/
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-v6.1/drivers/gpu/drm/i915/display/
Dintel_psr.c1828 struct drm_rect *sel_fetch_area, inter; in intel_psr2_sel_fetch_update() local
1835 inter = pipe_clip; in intel_psr2_sel_fetch_update()
1836 if (!drm_rect_intersect(&inter, &new_plane_state->uapi.dst)) in intel_psr2_sel_fetch_update()
1845 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
1846 sel_fetch_area->y2 = inter.y2 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
/Linux-v6.1/drivers/mailbox/
DKconfig96 This driver provides support for inter-processor communication
192 providing an interface for invoking the inter-process communication
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_dpi.c261 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument
263 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
/Linux-v6.1/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c474 int inter = intra ? 0 : 1; in ifwht() local
543 if (inter) { in ifwht()
/Linux-v6.1/Documentation/driver-api/
Dconnector.rst25 netlink based networking for inter-process communication in a significantly

12