Lines Matching refs:this_opt
357 char *this_opt; in vr41xx_kbd_setup() local
363 for (this_opt = strtok(options, ","); this_opt; this_opt = strtok(NULL, ",")) { in vr41xx_kbd_setup()
364 if (!strncmp(this_opt, "regs:", 5)) { in vr41xx_kbd_setup()
365 num = simple_strtoul(this_opt+5, NULL, 0); in vr41xx_kbd_setup()
368 } else if (!strncmp(this_opt, "lines:", 6)) { in vr41xx_kbd_setup()
369 num = simple_strtoul(this_opt+6, NULL, 0); in vr41xx_kbd_setup()
376 } else if (!strncmp(this_opt, "reverse:", 8)) { in vr41xx_kbd_setup()
377 num = simple_strtoul(this_opt+8, NULL, 0); in vr41xx_kbd_setup()
380 } else if (!strncmp(this_opt, "t3cnt:", 6)) { in vr41xx_kbd_setup()
381 num = simple_strtoul(this_opt+6, NULL, 0); in vr41xx_kbd_setup()
384 } else if (!strncmp(this_opt, "t2cnt:", 6)) { in vr41xx_kbd_setup()
385 num = simple_strtoul(this_opt+6, NULL, 0); in vr41xx_kbd_setup()
388 } else if (!strncmp(this_opt, "t1cnt:", 6)) { in vr41xx_kbd_setup()
389 num = simple_strtoul(this_opt+6, NULL, 0); in vr41xx_kbd_setup()
392 } else if (!strncmp(this_opt, "interval:", 9)) { in vr41xx_kbd_setup()
393 num = simple_strtoul(this_opt+9, NULL, 0); in vr41xx_kbd_setup()
396 } else if (!strncmp(this_opt, "delay:", 6)) { in vr41xx_kbd_setup()
397 num = simple_strtoul(this_opt+6, NULL, 0); in vr41xx_kbd_setup()
400 } else if (!strncmp(this_opt, "rate:", 5)) { in vr41xx_kbd_setup()
401 num = simple_strtoul(this_opt+5, NULL, 0); in vr41xx_kbd_setup()