Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread-stack.c166 struct thread_stack_entry *tse; in thread_stack__call_return() local
173 tse = &ts->stack[idx]; in thread_stack__call_return()
174 cr.cp = tse->cp; in thread_stack__call_return()
175 cr.call_time = tse->timestamp; in thread_stack__call_return()
177 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return()
178 cr.call_ref = tse->ref; in thread_stack__call_return()
180 if (tse->no_call) in thread_stack__call_return()
337 struct thread_stack_entry *tse; in thread_stack__push_cp() local
346 tse = &ts->stack[ts->cnt++]; in thread_stack__push_cp()
347 tse->ret_addr = ret_addr; in thread_stack__push_cp()
[all …]
/Linux-v4.19/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".
56 compatible = "altr,tse-msgdma-1.0";
77 compatible = "altr,tse-mdio";
94 compatible = "altr,tse-msgdma-1.0";
/Linux-v4.19/arch/nios2/boot/dts/
D10m50_devboard.dts97 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0";
120 compatible = "altr,tse-mdio";
D3c120_devboard.dts110 compatible = "altr,tse-1.0";
126 compatible = "altr,tse-mdio";
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23888-ir.c543 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local
550 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx23888_ir_irq_handler()
563 tse ? "tse" : " ", rse ? "rse" : " ", in cx23888_ir_irq_handler()
569 if (tse && tsr) { in cx23888_ir_irq_handler()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-ir.c527 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
551 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler()
563 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler()
569 if (tse && tsr) { in cx25840_ir_irq_handler()
/Linux-v4.19/drivers/platform/x86/
Dintel_ips.c1504 u8 tse; in ips_probe() local
1537 tse = thm_readb(THM_TSE); in ips_probe()
1538 if (tse != TSE_EN) { in ips_probe()
1539 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()