Lines Matching defs:quirk
2242 const struct ftdi_sio_quirk *quirk =
2245 if (quirk && quirk->probe) {
2246 int ret = quirk->probe(serial);
2259 const struct ftdi_sio_quirk *quirk = usb_get_serial_data(port->serial);
2268 if (quirk && quirk->port_probe)
2269 quirk->port_probe(priv);
2699 * TODO: Implement a quirk to only allow this with mentioned
2753 dev_dbg(ddev, "Setting CS5 quirk\n");