/linux-4.4.14/drivers/media/pci/cx23885/ |
D | altera-ci.c | 254 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.4.14/crypto/ |
D | anubis.c | 470 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.4.14/include/linux/ |
D | latencytop.h | 30 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.4.14/net/iucv/ |
D | Kconfig | 6 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.4.14/Documentation/filesystems/ |
D | gfs2.txt | 14 GFS uses interchangeable inter-node locking mechanisms, the currently 19 lock_dlm -- uses a distributed lock manager (dlm) for inter-node locking
|
D | gfs2-glocks.txt | 212 sirt - Smoothed inter-request time (for dlm requests)
|
/linux-4.4.14/kernel/ |
D | latencytop.c | 173 __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.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 229 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_pin_in_vram(dev_priv, buf, inter); in vmw_overlay_move_buffer() 237 return vmw_dmabuf_pin_in_vram_or_gmr(dev_priv, buf, inter); in vmw_overlay_move_buffer()
|
/linux-4.4.14/drivers/s390/cio/ |
D | io_sch.h | 18 unsigned int inter:1; /* suppress intermediate interrupts */ member
|
D | cio.c | 96 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.4.14/Documentation/virtual/kvm/devices/ |
D | xics.txt | 29 * Pending IPI (inter-processor interrupt) priority, 8 bits
|
/linux-4.4.14/Documentation/dvb/ |
D | contributors.txt | 82 for maintaining v4l/dvb inter-tree dependencies
|
/linux-4.4.14/Documentation/mic/ |
D | scif_overview.txt | 3 SCIF provides inter-node communication within a single host platform, where a
|
/linux-4.4.14/drivers/s390/net/ |
D | Kconfig | 34 Select this option if you want to use inter-user communication
|
D | qeth_core_sys.c | 672 static DEVICE_ATTR(inter, 0644, qeth_dev_blkt_inter_show,
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 15 (which doesn't require an MMU and doesn't have inter-process protection).
|
/linux-4.4.14/drivers/usb/misc/ |
D | iowarrior.c | 105 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.4.14/Documentation/networking/ |
D | policy-routing.txt | 105 251 inter-area routes
|
D | eql.txt | 365 inter-character and inter-packet delays, etc.) the transfers
|
D | ray_cs.txt | 69 1 = slow down inter frame timing to allow
|
D | batman-adv.txt | 114 The "bat0" interface can be used like any other regular inter-
|
D | scaling.txt | 111 introduce inter-processor interrupts (IPIs)).
|
D | bonding.txt | 2169 switches (ISL, or inter switch link), and multiple ports connecting to
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 105 You can provide inter-cable mutually exclusiveness information
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 24 The inter-nal GNT[0:1] signals are gated asynchronously with GNT and
|
/linux-4.4.14/drivers/usb/serial/ |
D | ftdi_sio.c | 1564 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.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 4 The are several inter-related caches. We have layouts which can
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 127 2 = MPIC inter-processor interrupt (IPI)
|
/linux-4.4.14/drivers/firmware/ |
D | Kconfig | 18 provides a mechanism for inter-processor communication between SCP
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 23 netlink based networking for inter-process communication in a significantly
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 11 - sti-vtac: video timing advanced inter dye communication Rx and TX
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 27 bulk memory transfers/transforms with support for inter-transactional
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 155 or as part of an inter-domain shared memory channel.
|
/linux-4.4.14/arch/powerpc/platforms/ |
D | Kconfig | 119 registers are used for inter-processor communication.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 145 sporadic with minimum inter-arrival time P is r_{j+1} >= r_j + P. Finally, 151 WCET and its period (or minimum inter-arrival time), and represents
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 471 functions due to the extra inter-CPU coordination which
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 380 This is a rather inefficient design though, because the inter-transfer
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2857 Loongson family machines use Hyper-Transport bus for inter-core
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 729 MMIO inter-register address stride is either 8-bit 997 MMIO inter-register address stride is either 8-bit
|
D | devices.txt | 2607 http://inter-mezzo.org/index.html
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1093 TR SIGP will trace inter processor signal processor instructions.
|