Home
last modified time | relevance | path

Searched refs:ipu_id (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dhs2p-scsi.h339 SANE_Byte ipu_id; /* Image Processing Unit Identification member
H A Dhs2p-scsi.c254 DBG (DBG_info, "[06] Image Processing Unit %#02x\n", vbuf->ipu_id); in print_vpd_info()
H A Dhs2p.c1191 /* ipu_id: Bit0: '0'-no IPU, '1'-has IPU in attach()
1195 dev->info.hasIPU = (vbuf.ipu_id & 0x01) == 0x01 ? SANE_TRUE : SANE_FALSE; in attach()
1196 dev->info.hasXBD = (vbuf.ipu_id & 0x02) == 0x02 ? SANE_TRUE : SANE_FALSE; in attach()

Completed in 9 milliseconds