/Linux-v6.6/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-v6.6/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() 44 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
|
/Linux-v6.6/Documentation/networking/ |
D | tipc.rst | 10 TIPC (Transparent Inter Process Communication) is a protocol that is specially 29 Welcome to the Transparent Inter Process Communication service, TIPC in short, 64 - Inter Node Links 67 Inter Node Links, which both guarantee data traffic integrity and monitor 72 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
|
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-snapshot-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger snapshot action 23 fail "Failed to create onchange action inter-event histogram" 27 fail "Failed to create snapshot action inter-event histogram"
|
D | trigger-onchange-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onchange action 19 fail "Failed to create onchange action inter-event histogram"
|
D | trigger-onmax-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onmax action 25 fail "Failed to create onmax action inter-event histogram"
|
D | trigger-onmatch-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onmatch action 27 fail "Failed to create onmatch action inter-event histogram"
|
D | trigger-synthetic-event-dynstring.tc | 3 # description: event trigger - test inter-event histogram trigger trace action with dynamic string … 28 fail "Failed to create dynamic string trace action inter-event histogram"
|
D | trigger-trace-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger trace action 28 fail "Failed to create trace action inter-event histogram"
|
D | trigger-onmatch-onmax-action-hist.tc | 3 # description: event trigger - test inter-event histogram trigger onmatch-onmax action 27 fail "Failed to create onmatch-onmax action inter-event histogram"
|
/Linux-v6.6/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
D | instruction.json | 84 …"PublicDescription": "This event counts architecturally executed inter-element manipulation operat… 87 …"BriefDescription": "This event counts architecturally executed inter-element manipulation operati… 90 …"PublicDescription": "This event counts architecturally executed inter-register manipulation opera… 93 …"BriefDescription": "This event counts architecturally executed inter-register manipulation operat…
|
/Linux-v6.6/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-v6.6/include/media/ |
D | v4l2-vp9.h | 50 * @inter_mode: inter mode probabilities. 52 * @is_inter: is inter-block probabilities. 91 * @intra_inter: is inter-block counts. 100 * @mv_mode: inter mode counts. 203 * @reference_mode: specifies the type of inter prediction to be used. See 205 * @interpolation_filter: specifies the filter selection used for performing inter prediction.
|
/Linux-v6.6/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-v6.6/drivers/firmware/tegra/ |
D | Kconfig | 8 IVC (Inter-VM Communication) protocol is part of the IPC 9 (Inter Processor Communication) framework on Tegra. It maintains the
|
/Linux-v6.6/drivers/mailbox/ |
D | Kconfig | 96 This driver provides support for inter-processor communication 193 providing an interface for invoking the inter-process communication 239 with hardware for Inter-Processor Communication Controller (IPCC) 292 Qualcomm Technologies, Inc. Inter-Processor Communication Controller
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | hw_irq.h | 76 #define IA64_IPI_VECTOR 0xfe /* inter-processor interrupt vector */ 82 /* IA64 inter-cpu interrupt related definitions */ 86 /* Delivery modes for inter-cpu interrupts */
|
/Linux-v6.6/Documentation/devicetree/bindings/mailbox/ |
D | qcom-ipcc.yaml | 7 title: Qualcomm Technologies, Inc. Inter-Processor Communication Controller 13 The Inter-Processor Communication Controller (IPCC) is a centralized hardware
|
/Linux-v6.6/Documentation/filesystems/ |
D | gfs2.rst | 15 GFS2 uses interchangeable inter-node locking mechanisms, the currently 22 - uses the distributed lock manager (dlm) for inter-node locking.
|
/Linux-v6.6/Documentation/devicetree/bindings/timer/ |
D | sifive,clint.yaml | 15 Core Local Interruptor (CLINT) for M-mode timer and M-mode inter-processor 16 interrupts. It directly connects to the timer and inter-processor interrupt
|
/Linux-v6.6/Documentation/devicetree/bindings/i2c/ |
D | i2c-imx.yaml | 7 title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 300 Expected list order is Intra Y, Intra Cb, Intra Cr, Inter Y, 301 Inter Cb, Inter Cr. The values on each scaling list are 306 Expected list order is Intra Y, Inter Y, Intra Cb, Inter Cb, 307 Intra Cr, Inter Cr. The values on each scaling list are 988 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 1514 - Inter prediction mode probabilities delta. [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | data-fabric.json | 1028 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1036 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1044 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1052 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1060 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1068 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1076 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI … 1084 …"PublicDescription": "Data beats (64 bytes) for local socket outbound data from inter-socket xGMI …
|
/Linux-v6.6/kernel/ |
D | latencytop.c | 164 * @inter - 1 if the sleep was interruptible, 0 if uninterruptible 177 __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.6/fs/nfsd/ |
D | Kconfig | 140 bool "NFSv4.2 inter server to server COPY" 143 This option enables support for NFSv4.2 inter server to
|