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);
588 if (info->quirk && info->quirk->wakeup)
589 info->quirk->wakeup(link);
638 info->quirk = &quirks[i];
656 * Apply any multi-port quirk.
658 if (info->quirk && info->quirk->multi != -1)
659 info->multi = info->quirk->multi;
662 "trying to set up [0x%04x:0x%04x] (pfc: %d, multi: %d, quirk: %p)\n",
664 link->socket->pcmcia_pfc, info->multi, info->quirk);
676 * Apply any post-init quirk. FIXME: This should really happen
679 if (info->quirk && info->quirk->post)
680 if (info->quirk->post(link))