Searched refs:tse (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/Documentation/devicetree/bindings/net/ ! |
D | altr,tse.yaml | 4 $id: http://devicetree.org/schemas/net/altr,tse.yaml# 15 - const: altr,tse-1.0 16 - const: ALTR,tse-1.0 18 - const: altr,tse-msgdma-1.0 56 const: altr,tse-mdio 75 - altr,tse-1.0 76 - ALTR,tse-1.0 93 - altr,tse-msgdma-1.0 115 compatible = "altr,tse-msgdma-1.0"; 139 compatible = "altr,tse-msgdma-1.0"; [all …]
|
/linux-6.6.21/tools/perf/util/ ! |
D | thread-stack.c | 303 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-6.6.21/arch/nios2/boot/dts/ ! |
D | 10m50_devboard.dts | 86 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0"; 109 compatible = "altr,tse-mdio";
|
D | 3c120_devboard.dts | 98 compatible = "altr,tse-1.0"; 114 compatible = "altr,tse-mdio";
|
/linux-6.6.21/drivers/media/pci/cx23885/ ! |
D | cx23888-ir.c | 514 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-6.6.21/drivers/media/i2c/cx25840/ ! |
D | cx25840-ir.c | 498 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-6.6.21/drivers/platform/x86/ ! |
D | intel_ips.c | 1445 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-6.6.21/drivers/s390/block/ ! |
D | dasd_eckd.h | 409 __u8 tse:1; member
|