Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx23885/
Daltera-ci.c254 static int netup_fpga_op_rw(struct fpga_internal *inter, int addr, in netup_fpga_op_rw() argument
257 inter->fpga_rw(inter->dev, NETUP_CI_FLG_AD, addr, 0); in netup_fpga_op_rw()
258 return inter->fpga_rw(inter->dev, 0, val, read); in netup_fpga_op_rw()
267 struct fpga_internal *inter = state->internal; in altera_ci_op_cam() local
275 mutex_lock(&inter->fpga_mutex); in altera_ci_op_cam()
277 netup_fpga_op_rw(inter, NETUP_CI_ADDR0, ((addr << 1) & 0xfe), 0); in altera_ci_op_cam()
278 netup_fpga_op_rw(inter, NETUP_CI_ADDR1, ((addr >> 7) & 0x7f), 0); in altera_ci_op_cam()
279 store = netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, 0, NETUP_CI_FLG_RD); in altera_ci_op_cam()
284 netup_fpga_op_rw(inter, NETUP_CI_BUSCTRL, store, 0); in altera_ci_op_cam()
285 mem = netup_fpga_op_rw(inter, NETUP_CI_DATA, val, read); in altera_ci_op_cam()
[all …]
/linux-4.1.27/crypto/
Danubis.c470 u32 inter[ANUBIS_MAX_N]; in anubis_setkey() local
536 inter[i] = T0[(kappa[j--] >> 24) ]; in anubis_setkey()
539 inter[i] ^= T1[(kappa[j--] >> 16) & 0xff]; in anubis_setkey()
542 inter[i] ^= T2[(kappa[j--] >> 8) & 0xff]; in anubis_setkey()
545 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
547 kappa[0] = inter[0] ^ rc[r]; in anubis_setkey()
549 kappa[i] = inter[i]; in anubis_setkey()
581 u32 inter[4]; in anubis_crypt() local
595 inter[0] = in anubis_crypt()
601 inter[1] = in anubis_crypt()
[all …]
/linux-4.1.27/include/linux/
Dlatencytop.h30 void __account_scheduler_latency(struct task_struct *task, int usecs, int inter);
32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
35 __account_scheduler_latency(task, usecs, inter); in account_scheduler_latency()
43 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
/linux-4.1.27/net/iucv/
DKconfig6 Select this option if you want to use inter-user communication
16 based on z/VM inter-user communication vehicle or based on
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt14 GFS uses interchangeable inter-node locking mechanisms, the currently
19 lock_dlm -- uses a distributed lock manager (dlm) for inter-node locking
Dgfs2-glocks.txt212 sirt - Smoothed inter-request time (for dlm requests)
/linux-4.1.27/kernel/
Dlatencytop.c173 __account_scheduler_latency(struct task_struct *tsk, int usecs, int inter) in __account_scheduler_latency() argument
180 if (inter && usecs > 5000) in __account_scheduler_latency()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c229 bool pin, bool inter) in vmw_overlay_move_buffer() argument
232 return vmw_dmabuf_unpin(dev_priv, buf, inter); in vmw_overlay_move_buffer()
235 return vmw_dmabuf_to_vram(dev_priv, buf, true, inter); in vmw_overlay_move_buffer()
237 return vmw_dmabuf_to_vram_or_gmr(dev_priv, buf, true, inter); in vmw_overlay_move_buffer()
/linux-4.1.27/drivers/s390/cio/
Dio_sch.h18 unsigned int inter:1; /* suppress intermediate interrupts */ member
Dcio.c96 priv->options.inter = (flags & DOIO_SUPPRESS_INTER) != 0; in cio_set_options()
144 orb->cmd.ssic = priv->options.suspend && priv->options.inter; in cio_start_key()
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dxics.txt29 * Pending IPI (inter-processor interrupt) priority, 8 bits
/linux-4.1.27/Documentation/dvb/
Dcontributors.txt82 for maintaining v4l/dvb inter-tree dependencies
/linux-4.1.27/drivers/s390/net/
DKconfig34 Select this option if you want to use inter-user communication
Dqeth_core_sys.c707 static DEVICE_ATTR(inter, 0644, qeth_dev_blkt_inter_show,
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt15 (which doesn't require an MMU and doesn't have inter-process protection).
/linux-4.1.27/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-4.1.27/Documentation/networking/
Dpolicy-routing.txt105 251 inter-area routes
Deql.txt365 inter-character and inter-packet delays, etc.) the transfers
Dray_cs.txt69 1 = slow down inter frame timing to allow
Dbatman-adv.txt114 The "bat0" interface can be used like any other regular inter-
Dscaling.txt111 introduce inter-processor interrupts (IPIs)).
Dbonding.txt2085 switches (ISL, or inter switch link), and multiple ports connecting to
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks24 The inter-nal GNT[0:1] signals are gated asynchronously with GNT and
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class105 You can provide inter-cable mutually exclusiveness information
/linux-4.1.27/drivers/usb/serial/
Dftdi_sio.c1564 int inter; in ftdi_determine_type() local
1579 inter = serial->interface->altsetting->desc.bInterfaceNumber; in ftdi_determine_type()
1580 if (inter == 0) { in ftdi_determine_type()
1582 } else if (inter == 1) { in ftdi_determine_type()
1584 } else if (inter == 2) { in ftdi_determine_type()
1586 } else if (inter == 3) { in ftdi_determine_type()
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt4 The are several inter-related caches. We have layouts which can
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt127 2 = MPIC inter-processor interrupt (IPI)
/linux-4.1.27/Documentation/connector/
Dconnector.txt23 netlink based networking for inter-process communication in a significantly
/linux-4.1.27/Documentation/devicetree/bindings/gpu/
Dst,stih4xx.txt11 - sti-vtac: video timing advanced inter dye communication Rx and TX
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt27 bulk memory transfers/transforms with support for inter-transactional
/linux-4.1.27/drivers/xen/
DKconfig155 or as part of an inter-domain shared memory channel.
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt138 sporadic with minimum inter-arrival time P is r_{j+1} >= r_j + P. Finally,
141 WCET and its period (or minimum inter-arrival time), and represents
/linux-4.1.27/arch/powerpc/platforms/
DKconfig119 registers are used for inter-processor communication.
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt362 This is a rather inefficient design though, because the inter-transfer
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt471 functions due to the extra inter-CPU coordination which
/linux-4.1.27/arch/mips/
DKconfig2720 Loongson family machines use Hyper-Transport bus for inter-core
/linux-4.1.27/Documentation/
Dkernel-parameters.txt722 MMIO inter-register address stride is either 8-bit
965 MMIO inter-register address stride is either 8-bit
Ddevices.txt2607 http://inter-mezzo.org/index.html
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1093 TR SIGP will trace inter processor signal processor instructions.