Searched refs:vstr (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Ddebug.c163 char *vstr, *s = strdup(str); perf_debug_option() local
166 vstr = strchr(s, '='); perf_debug_option()
167 if (vstr) perf_debug_option()
168 *vstr++ = 0; perf_debug_option()
182 if (vstr) { perf_debug_option()
183 v = atoi(vstr); perf_debug_option()
/linux-4.4.14/drivers/tty/serial/
H A Dsunsab.h28 u8 vstr; /* Version Status Register */ member in struct:sab82532_async_rd_regs
H A Dsunsab.c294 !(readb(&up->regs->r.vstr) & SAB82532_VSTR_CD)); check_status()
398 val = readb(&up->regs->r.vstr); sunsab_get_mctrl()
994 up->type = readb(&up->regs->r.vstr) & 0x0f; sunsab_init_one()
/linux-4.4.14/drivers/isdn/icn/
H A Dicn.c634 u_char vstr[10]; icn_polldchan() local
635 u_char *q = vstr; icn_polldchan()
657 strcat(vstr, "000"); icn_polldchan()
658 vstr[3] = '\0'; icn_polldchan()
659 card->fw_rev = (int) simple_strtoul(vstr, NULL, 10); icn_polldchan()

Completed in 131 milliseconds