Lines Matching refs:quirk
90 const struct serial_quirk *quirk;
133 * be handled by setting the quirk entry .multi = 0 | 1 ?
300 if (info->quirk && info->quirk->wakeup)
301 info->quirk->wakeup(link);
367 if (info->quirk && info->quirk->setup)
368 info->quirk->setup(handle, &uart);
481 if (info->quirk && info->quirk->config)
482 info->quirk->config(link);
558 if (info->quirk && info->quirk->config)
559 info->quirk->config(link);
585 if (info->quirk && info->quirk->wakeup)
586 info->quirk->wakeup(link);
635 info->quirk = &quirks[i];
653 * Apply any multi-port quirk.
655 if (info->quirk && info->quirk->multi != -1)
656 info->multi = info->quirk->multi;
659 "trying to set up [0x%04x:0x%04x] (pfc: %d, multi: %d, quirk: %p)\n",
661 link->socket->pcmcia_pfc, info->multi, info->quirk);
673 * Apply any post-init quirk. FIXME: This should really happen
676 if (info->quirk && info->quirk->post)
677 if (info->quirk->post(link))