Searched refs:tse (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | thread-stack.c | 166 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/ |
D | altera_tse.txt | 4 - 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/ |
D | 10m50_devboard.dts | 97 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0"; 120 compatible = "altr,tse-mdio";
|
D | 3c120_devboard.dts | 110 compatible = "altr,tse-1.0"; 126 compatible = "altr,tse-mdio";
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23888-ir.c | 543 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/ |
D | cx25840-ir.c | 527 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/ |
D | intel_ips.c | 1504 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()
|