Lines Matching defs:pp_close
841 pp_close( int fd, SANE_Status *status )
846 DBG( 4, "pp_close: fd=%d\n", fd );
849 DBG( 6, "pp_close: this is port '%s'\n", pplist.portv[fd]->name );
851 DBG( 6, "pp_close: this is port 0x%03lx\n", port[fd].base );
852 DBG( 6, "pp_close: restoring the CTRL registers\n" );
863 DBG( 5, "pp_close: trying to free io port\n" );
870 DBG( 1, "pp_close: can't free port '%s' (%s)\n",
873 DBG( 1, "pp_close: can't free port 0x%03lx\n", port[fd].base );
879 DBG( 5, "pp_close: marking port as unused\n" );
950 if( pp_close (fd, &status) == -1 ) {