Searched refs:_ReportDevice (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5400_internal.h | 305 int (*_ReportDevice) (TScannerModel * pModel,
|
H A D | hp5400_internal.c | 1479 int (*_ReportDevice) (TScannerModel * pModel, in HP5400Detect() 1531 if (_ReportDevice) in HP5400Detect() 1532 _ReportDevice (&Model_HP54xx, filename); in HP5400Detect()
|
H A D | hp5400_sane.c | 550 static int _ReportDevice(TScannerModel *pModel, const char *pszDeviceName) in _ReportDevice() function 554 HP5400_DBG(DBG_MSG, "hp5400: _ReportDevice '%s'\n", pszDeviceName); in _ReportDevice() 592 if (HP5400Detect (filename, _ReportDevice) < 0) in attach_one_device()
|
H A D | niash.c | 779 _ReportDevice (TScannerModel * pModel, const char *pszDeviceName) in _ReportDevice() function 783 DBG (DBG_MSG, "niash: _ReportDevice '%s'\n", pszDeviceName); in _ReportDevice() 835 NiashXferInit (_ReportDevice); in sane_init()
|
H A D | hp3900_sane.c | 176 static SANE_Int _ReportDevice (TScannerModel * pModel, 1653 _ReportDevice (TScannerModel * pModel, const char *pszDeviceName) in _ReportDevice() function 1658 DBG (DBG_FNC, "> _ReportDevice:\n"); in _ReportDevice() 1741 _ReportDevice (&sModel, devname); in attach_one_device()
|
Completed in 8 milliseconds