Lines Matching refs:hndl
13 static void debug_drv_setup (SANE_Handle hndl);
14 static SANE_Status debug_drv_config (SANE_Handle hndl,
17 static void debug_drv_close (SANE_Handle hndl);
18 static SANE_Status debug_drv_start (SANE_Handle hndl);
19 static void debug_drv_read (SANE_Handle hndl, SANE_Byte *buffer);
20 static void debug_drv_stop (SANE_Handle hndl);
48 static void cis_drv_setup (SANE_Handle hndl);
49 static SANE_Status cis_drv_config (SANE_Handle hndl,
52 static void cis_drv_close (SANE_Handle hndl);
53 static SANE_Status cis_drv_start (SANE_Handle hndl);
54 static void cis_drv_read (SANE_Handle hndl, SANE_Byte *buffer);
55 static void cis_drv_stop (SANE_Handle hndl);
74 static void ccd300_setup (SANE_Handle hndl);
75 static SANE_Status ccd300_config (SANE_Handle hndl,
78 static void ccd300_close (SANE_Handle hndl);
79 static SANE_Status ccd300_start (SANE_Handle hndl);
80 static void ccd300_read (SANE_Handle hndl, SANE_Byte *buffer);
81 static void ccd300_stop (SANE_Handle hndl);