Home
last modified time | relevance | path

Searched full:inter (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/linux-6.14.4/drivers/media/pci/cx23885/
Daltera-ci.c249 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-6.14.4/include/linux/
Dlatencytop.h31 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-6.14.4/Documentation/networking/
Dtipc.rst10 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-6.14.4/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-snapshot-action-hist.tc3 # 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"
Dtrigger-onchange-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onchange action
19 fail "Failed to create onchange action inter-event histogram"
Dtrigger-onmax-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onmax action
25 fail "Failed to create onmax action inter-event histogram"
Dtrigger-onmatch-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onmatch action
27 fail "Failed to create onmatch action inter-event histogram"
Dtrigger-synthetic-event-dynstring.tc3 # 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"
Dtrigger-trace-action-hist.tc3 # description: event trigger - test inter-event histogram trigger trace action
28 fail "Failed to create trace action inter-event histogram"
Dtrigger-onmatch-onmax-action-hist.tc3 # description: event trigger - test inter-event histogram trigger onmatch-onmax action
27 fail "Failed to create onmatch-onmax action inter-event histogram"
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
Dinstruction.json84 …"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-6.14.4/crypto/
Danubis.c468 u32 inter[ANUBIS_MAX_N]; in anubis_setkey() local
533 inter[i] = T0[(kappa[j--] >> 24) ]; in anubis_setkey()
536 inter[i] ^= T1[(kappa[j--] >> 16) & 0xff]; in anubis_setkey()
539 inter[i] ^= T2[(kappa[j--] >> 8) & 0xff]; in anubis_setkey()
542 inter[i] ^= T3[(kappa[j ] ) & 0xff]; in anubis_setkey()
544 kappa[0] = inter[0] ^ rc[r]; in anubis_setkey()
546 kappa[i] = inter[i]; in anubis_setkey()
576 u32 inter[4]; in anubis_crypt() local
590 inter[0] = in anubis_crypt()
596 inter[1] = in anubis_crypt()
[all …]
/linux-6.14.4/include/media/
Dv4l2-vp9.h50 * @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-6.14.4/drivers/mailbox/
DKconfig99 This driver provides support for inter-processor communication
193 tristate "Microchip Inter-processor Communication (IPC) SBI driver"
198 Inter-process communication (IPC) controller.
210 providing an interface for invoking the inter-process communication
256 with hardware for Inter-Processor Communication Controller (IPCC)
317 Qualcomm Technologies, Inc. Inter-Processor Communication Controller
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/lan969x/
Dlan969x_rgmii.c28 #define LAN969X_RGMII_IFG_TX 4 /* TX Inter Frame Gap value */
29 #define LAN969X_RGMII_IFG_RX1 5 /* RX1 Inter Frame Gap value */
30 #define LAN969X_RGMII_IFG_RX2 1 /* RX2 Inter Frame Gap value */
125 /* Configure the Inter Frame Gap. */ in lan969x_rgmii_port_device_config()
/linux-6.14.4/net/iucv/
DKconfig7 Select this option if you want to use inter-user communication
17 based on z/VM inter-user communication vehicle or based on
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/
Dmicrochip,sbi-ipc.yaml7 title: Microchip Inter-processor communication (IPC) mailbox controller
13 The Microchip Inter-processor Communication (IPC) facilitates
23 Inter-hart Communication (IHC) IP.
Dqcom-ipcc.yaml7 title: Qualcomm Technologies, Inc. Inter-Processor Communication Controller
13 The Inter-Processor Communication Controller (IPCC) is a centralized hardware
/linux-6.14.4/drivers/firmware/tegra/
DKconfig8 IVC (Inter-VM Communication) protocol is part of the IPC
9 (Inter Processor Communication) framework on Tegra. It maintains the
/linux-6.14.4/Documentation/filesystems/
Dgfs2.rst15 GFS2 uses interchangeable inter-node locking mechanisms, the currently
22 - uses the distributed lock manager (dlm) for inter-node locking.
/linux-6.14.4/Documentation/devicetree/bindings/timer/
Dsifive,clint.yaml15 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-6.14.4/Documentation/translations/zh_CN/arch/loongarch/
Dirq-chip-model.rst26 在这种模型里面,IPI(Inter-Processor Interrupt)和CPU本地时钟中断直接发送到CPUINTC,
62 在这种模型里面,IPI(Inter-Processor Interrupt)和CPU本地时钟中断直接发送到CPUINTC,
93 在这种模型里面, IPI(Inter-Processor Interrupt) 和CPU本地时钟中断直接发送到CPUINTC,
148 在这种模型里面,IPI(Inter-Processor Interrupt)和CPU本地时钟中断直接发送到CPUINTC,
/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Di2c-imx.yaml7 title: Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
/linux-6.14.4/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst300 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-6.14.4/Documentation/devicetree/bindings/clock/
Dst,stm32-rcc.yaml100 - description: Inter-IC sound (I2S) clock input
116 - description: Inter-IC sound (I2S) clock input

12345678910>>...15