Lines Matching refs:port
1585 ccd300_init (SANE_Int options, SANE_String_Const port,
1598 /* try to attach to he supplied port */
1599 status = sanei_pa4s2_open (port, &fd);
1603 DBG (2, "ccd300_init: couldn't attach to port ``%s'' (%s)\n",
1604 port, sane_strstatus (status));
1627 DBG (3, "ccd_init: found scanner on port ``%s'' (ASIC id %#02x, CCD %d)\n",
1628 port, asic, ccd);
1630 return attach (port, name, MUSTEK_PP_CCD300, options);
1655 ccd300_open (SANE_String port, SANE_Int caps, SANE_Int * fd)
1666 DBG (3, "ccd300_open: called for port ``%s''\n", port);
1668 status = sanei_pa4s2_open (port, fd);
1683 DBG (3, "ccd300_setup: called for port ``%s''\n", dev->dev->port);
1725 DBG (3, "ccd300_close: called for port ``%s''\n", dev->dev->port);
1746 DBG (3, "ccd300_config: called for port ``%s'' (%s%s%s)\n",
1747 dev->dev->port,
1832 DBG (3, "ccd300_stop: stopping scan operating on port ``%s''\n",
1833 dev->dev->port);
1869 DBG (3, "ccd300_start: called for port ``%s''\n", dev->dev->port);
2025 DBG (3, "ccd300_read: receiving one line from port ``%s''\n",
2026 dev->dev->port);