/Linux-v5.10/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.10/crypto/ |
D | anubis.c | 469 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-v5.10/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.10/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.10/Documentation/filesystems/ |
D | gfs2.rst | 17 GFS uses interchangeable inter-node locking mechanisms, the currently 24 - uses a distributed lock manager (dlm) for inter-node locking.
|
/Linux-v5.10/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.10/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.10/Documentation/sh/ |
D | booting.rst | 9 inter-operate with old bootloaders must either use a builtin DTB or
|
/Linux-v5.10/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.10/fs/nfsd/ |
D | Kconfig | 138 bool "NFSv4.2 inter server to server COPY" 141 This option enables support for NFSv4.2 inter server to
|
/Linux-v5.10/Documentation/filesystems/nfs/ |
D | pnfs.rst | 5 The are several inter-related caches. We have layouts which can
|
/Linux-v5.10/Documentation/virt/kvm/devices/ |
D | xics.rst | 50 * Pending IPI (inter-processor interrupt) priority, 8 bits
|
/Linux-v5.10/Documentation/driver-api/media/drivers/ |
D | contributors.rst | 114 - for maintaining v4l/dvb inter-tree dependencies
|
/Linux-v5.10/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.10/drivers/gpu/drm/mediatek/ |
D | mtk_dpi.c | 221 static void mtk_dpi_config_interface(struct mtk_dpi *dpi, bool inter) in mtk_dpi_config_interface() argument 223 mtk_dpi_mask(dpi, DPI_CON, inter ? INTL_EN : 0, INTL_EN); in mtk_dpi_config_interface()
|
/Linux-v5.10/drivers/usb/misc/ |
D | iowarrior.c | 109 struct usb_host_interface *inter, unsigned char type, in usb_get_report() argument 116 inter->desc.bInterfaceNumber, buf, size, in usb_get_report()
|
/Linux-v5.10/drivers/s390/net/ |
D | Kconfig | 35 Select this option if you want to use inter-user communication
|
/Linux-v5.10/Documentation/networking/ |
D | eql.rst | 269 inter-character and inter-packet delays, etc.) the transfers
|
/Linux-v5.10/drivers/media/test-drivers/vicodec/ |
D | codec-fwht.c | 473 int inter = intra ? 0 : 1; in ifwht() local 542 if (inter) { in ifwht()
|
/Linux-v5.10/Documentation/driver-api/ |
D | connector.rst | 25 netlink based networking for inter-process communication in a significantly
|
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 127 2 = MPIC inter-processor interrupt (IPI)
|
/Linux-v5.10/Documentation/networking/device_drivers/wifi/ |
D | ray_cs.rst | 79 1 = slow down inter frame timing to allow
|
/Linux-v5.10/tools/memory-model/ |
D | linux-kernel.cat | 126 * inter-CPU strong fence.
|
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 11 - sti-vtac: video timing advanced inter dye communication Rx and TX
|