Home
last modified time | relevance | path

Searched refs:tse (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dthread-stack.c303 struct thread_stack_entry *tse; in thread_stack__call_return() local
311 tse = &ts->stack[idx]; in thread_stack__call_return()
312 cr.cp = tse->cp; in thread_stack__call_return()
313 cr.call_time = tse->timestamp; in thread_stack__call_return()
315 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return()
316 cr.insn_count = ts->insn_count - tse->insn_count; in thread_stack__call_return()
317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return()
318 cr.db_id = tse->db_id; in thread_stack__call_return()
319 cr.call_ref = tse->ref; in thread_stack__call_return()
321 if (tse->no_call) in thread_stack__call_return()
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/net/
Daltera_tse.txt4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
39 - compatible: Must be "altr,tse-mdio".
55 compatible = "altr,tse-msgdma-1.0";
76 compatible = "altr,tse-mdio";
93 compatible = "altr,tse-msgdma-1.0";
/linux-5.19.10/arch/nios2/boot/dts/
D10m50_devboard.dts86 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0";
109 compatible = "altr,tse-mdio";
D3c120_devboard.dts98 compatible = "altr,tse-1.0";
114 compatible = "altr,tse-mdio";
/linux-5.19.10/drivers/media/pci/cx23885/
Dcx23888-ir.c514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local
521 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx23888_ir_irq_handler()
534 tse ? "tse" : " ", rse ? "rse" : " ", in cx23888_ir_irq_handler()
540 if (tse && tsr) { in cx23888_ir_irq_handler()
/linux-5.19.10/drivers/media/i2c/cx25840/
Dcx25840-ir.c498 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
522 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler()
534 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler()
540 if (tse && tsr) { in cx25840_ir_irq_handler()
/linux-5.19.10/drivers/platform/x86/
Dintel_ips.c1445 u8 tse; in ips_probe() local
1478 tse = thm_readb(THM_TSE); in ips_probe()
1479 if (tse != TSE_EN) { in ips_probe()
1480 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()
/linux-5.19.10/drivers/s390/block/
Ddasd_eckd.h402 __u8 tse:1; member