Searched refs:lno (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c354 static void i2c_pxa_show_state(struct pxa_i2c *i2c, int lno, const char *fname) argument
356 dev_dbg(&i2c->adap.dev, "state:%s:%d: ISR=%08x, ICR=%08x, IBMR=%02x\n", fname, lno,
/linux-master/tools/perf/util/
H A Ddwarf-aux.c1643 int entrypc_lno, lno; local
1657 dwarf_lineno(line, &lno) ||
1670 if (lno != entrypc_lno)
1678 * other points to printf() line. Variable 'lno' won't get
H A Dprobe-finder.c642 int lno; local
659 dwarf_decl_line(fn_die, &lno);
660 if (lno < fsp->line && fsp->diff > fsp->line - lno) {
662 fsp->diff = fsp->line - lno;
686 .line = pf->lno,
742 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
821 pf->lno = lineno;
966 dwarf_decl_line(sp_die, &pf->lno);
967 pf->lno
[all...]
H A Dprobe-finder.h58 int lno; /* Line number */ member in struct:probe_finder

Completed in 244 milliseconds