Home
last modified time | relevance | path

Searched refs:ta_attached (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dgt68xx_gt6816.c147 gt6816_get_ta_status (GT68xx_Device * dev, SANE_Bool * ta_attached) in gt6816_get_ta_status() argument
160 *ta_attached = SANE_TRUE; in gt6816_get_ta_status()
162 *ta_attached = SANE_FALSE; in gt6816_get_ta_status()
H A Dgt68xx_gt6816.h56 gt6816_get_ta_status (GT68xx_Device * dev, SANE_Bool * ta_attached);
H A Dgt68xx_low.h296 * @param ta_attached Returned transparency adapter status:
302 * successfully; check @a *ta_attached for the result.
307 SANE_Bool * ta_attached);
861 * @param ta_attached Returned TA status:
871 gt68xx_device_get_ta_status (GT68xx_Device * dev, SANE_Bool * ta_attached);
H A Dgt68xx_low.c561 gt68xx_device_get_ta_status (GT68xx_Device * dev, SANE_Bool * ta_attached) in gt68xx_device_get_ta_status() argument
565 return (*dev->model->command_set->get_ta_status) (dev, ta_attached); in gt68xx_device_get_ta_status()

Completed in 4 milliseconds