tse 518 drivers/media/i2c/cx25840/cx25840-ir.c int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; tse 542 drivers/media/i2c/cx25840/cx25840-ir.c tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ tse 554 drivers/media/i2c/cx25840/cx25840-ir.c tse ? "tse" : " ", rse ? "rse" : " ", tse 560 drivers/media/i2c/cx25840/cx25840-ir.c if (tse && tsr) { tse 534 drivers/media/pci/cx23885/cx23888-ir.c int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; tse 541 drivers/media/pci/cx23885/cx23888-ir.c tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ tse 554 drivers/media/pci/cx23885/cx23888-ir.c tse ? "tse" : " ", rse ? "rse" : " ", tse 560 drivers/media/pci/cx23885/cx23888-ir.c if (tse && tsr) { tse 1445 drivers/platform/x86/intel_ips.c u8 tse; tse 1478 drivers/platform/x86/intel_ips.c tse = thm_readb(THM_TSE); tse 1479 drivers/platform/x86/intel_ips.c if (tse != TSE_EN) { tse 1480 drivers/platform/x86/intel_ips.c dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); tse 400 drivers/s390/block/dasd_eckd.h __u8 tse:1; tse 280 tools/perf/util/thread-stack.c struct thread_stack_entry *tse; tse 288 tools/perf/util/thread-stack.c tse = &ts->stack[idx]; tse 289 tools/perf/util/thread-stack.c cr.cp = tse->cp; tse 290 tools/perf/util/thread-stack.c cr.call_time = tse->timestamp; tse 292 tools/perf/util/thread-stack.c cr.branch_count = ts->branch_count - tse->branch_count; tse 293 tools/perf/util/thread-stack.c cr.insn_count = ts->insn_count - tse->insn_count; tse 294 tools/perf/util/thread-stack.c cr.cyc_count = ts->cyc_count - tse->cyc_count; tse 295 tools/perf/util/thread-stack.c cr.db_id = tse->db_id; tse 296 tools/perf/util/thread-stack.c cr.call_ref = tse->ref; tse 298 tools/perf/util/thread-stack.c if (tse->no_call) tse 302 tools/perf/util/thread-stack.c if (tse->non_call) tse 310 tools/perf/util/thread-stack.c parent_db_id = idx ? &(tse - 1)->db_id : NULL; tse 533 tools/perf/util/thread-stack.c struct thread_stack_entry *tse; tse 545 tools/perf/util/thread-stack.c tse = &ts->stack[ts->cnt++]; tse 546 tools/perf/util/thread-stack.c tse->ret_addr = ret_addr; tse 547 tools/perf/util/thread-stack.c tse->timestamp = timestamp; tse 548 tools/perf/util/thread-stack.c tse->ref = ref; tse 549 tools/perf/util/thread-stack.c tse->branch_count = ts->branch_count; tse 550 tools/perf/util/thread-stack.c tse->insn_count = ts->insn_count; tse 551 tools/perf/util/thread-stack.c tse->cyc_count = ts->cyc_count; tse 552 tools/perf/util/thread-stack.c tse->cp = cp; tse 553 tools/perf/util/thread-stack.c tse->no_call = no_call; tse 554 tools/perf/util/thread-stack.c tse->trace_end = trace_end; tse 555 tools/perf/util/thread-stack.c tse->non_call = false; tse 556 tools/perf/util/thread-stack.c tse->db_id = 0; tse 571 tools/perf/util/thread-stack.c struct thread_stack_entry *tse = &ts->stack[0]; tse 573 tools/perf/util/thread-stack.c if (tse->cp->sym == sym) tse 748 tools/perf/util/thread-stack.c struct thread_stack_entry *tse; tse 755 tools/perf/util/thread-stack.c tse = &ts->stack[ts->cnt - 1]; tse 756 tools/perf/util/thread-stack.c if (tse->trace_end) { tse 802 tools/perf/util/thread-stack.c struct thread_stack_entry *tse = &ts->stack[ts->cnt - 1]; tse 804 tools/perf/util/thread-stack.c struct symbol *sym = tse->cp->sym;