/Linux-v5.4/drivers/media/pci/cx23885/ |
D | altera-ci.c | 249 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-v5.4/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-v5.4/include/linux/ |
D | latencytop.h | 31 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-v5.4/net/iucv/ |
D | Kconfig | 7 Select this option if you want to use inter-user communication 17 based on z/VM inter-user communication vehicle or based on
|
/Linux-v5.4/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
|
/Linux-v5.4/kernel/ |
D | latencytop.c | 151 __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-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 227 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-v5.4/drivers/s390/cio/ |
D | io_sch.h | 22 unsigned int inter:1; /* suppress intermediate interrupts */ member
|
D | cio.c | 94 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-v5.4/Documentation/virt/kvm/devices/ |
D | xics.txt | 29 * Pending IPI (inter-processor interrupt) priority, 8 bits
|
/Linux-v5.4/drivers/mailbox/ |
D | Kconfig | 77 This driver provides support for inter-processor communication 161 providing an interface for invoking the inter-process communication
|
/Linux-v5.4/Documentation/filesystems/nfs/ |
D | pnfs.txt | 4 The are several inter-related caches. We have layouts which can
|
/Linux-v5.4/Documentation/mic/ |
D | scif_overview.rst | 7 SCIF provides inter-node communication within a single host platform, where a
|
/Linux-v5.4/Documentation/media/dvb-drivers/ |
D | contributors.rst | 114 - for maintaining v4l/dvb inter-tree dependencies
|
/Linux-v5.4/drivers/usb/misc/ |
D | iowarrior.c | 100 struct usb_host_interface *inter, unsigned char type, in usb_get_report() argument 107 inter->desc.bInterfaceNumber, buf, size, in usb_get_report()
|
/Linux-v5.4/drivers/gpu/drm/mediatek/ |
D | mtk_dpi.c | 213 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument 215 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
|
/Linux-v5.4/drivers/s390/net/ |
D | Kconfig | 35 Select this option if you want to use inter-user communication
|
/Linux-v5.4/Documentation/networking/ |
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
|
/Linux-v5.4/drivers/usb/serial/ |
D | ftdi_sio.c | 1565 int inter; in ftdi_determine_type() local 1580 inter = serial->interface->altsetting->desc.bInterfaceNumber; in ftdi_determine_type() 1581 if (inter == 0) { in ftdi_determine_type() 1583 } else if (inter == 1) { in ftdi_determine_type() 1585 } else if (inter == 2) { in ftdi_determine_type() 1587 } else if (inter == 3) { in ftdi_determine_type()
|
/Linux-v5.4/drivers/media/platform/vicodec/ |
D | codec-fwht.c | 473 int inter = intra ? 0 : 1; in ifwht() local 542 if (inter) { in ifwht()
|
/Linux-v5.4/Documentation/driver-api/ |
D | connector.rst | 25 netlink based networking for inter-process communication in a significantly
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 127 2 = MPIC inter-processor interrupt (IPI)
|
/Linux-v5.4/tools/memory-model/ |
D | linux-kernel.cat | 126 * inter-CPU strong fence.
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 11 - sti-vtac: video timing advanced inter dye communication Rx and TX
|