Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread-stack.c200 struct thread_stack_entry *tse; in thread_stack__call_return() local
207 tse = &ts->stack[idx]; in thread_stack__call_return()
208 cr.cp = tse->cp; in thread_stack__call_return()
209 cr.call_time = tse->timestamp; in thread_stack__call_return()
211 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return()
212 cr.call_ref = tse->ref; in thread_stack__call_return()
214 if (tse->no_call) in thread_stack__call_return()
465 struct thread_stack_entry *tse; in thread_stack__push_cp() local
474 tse = &ts->stack[ts->cnt++]; in thread_stack__push_cp()
475 tse->ret_addr = ret_addr; in thread_stack__push_cp()
[all …]
/linux-4.1.27/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-4.1.27/arch/nios2/boot/dts/
D3c120_devboard.dts110 compatible = "altr,tse-1.0";
126 compatible = "altr,tse-mdio";
/linux-4.1.27/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-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-ir.c532 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
556 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler()
568 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler()
574 if (tse && tsr) { in cx25840_ir_irq_handler()
/linux-4.1.27/drivers/platform/x86/
Dintel_ips.c1514 u8 tse; in ips_probe() local
1562 tse = thm_readb(THM_TSE); in ips_probe()
1563 if (tse != TSE_EN) { in ips_probe()
1564 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()