Home
last modified time | relevance | path

Searched refs:cmdrespause (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Ddc210.c115 static unsigned long cmdrespause = 250000UL; /* pause after sending cmd */ variable
301 usleep (cmdrespause); in send_pck()
729 else if (strncmp (dev_name, "cmdrespause=", 12) == 0) in sane_init()
731 cmdrespause = atoi (&dev_name[12]); in sane_init()
732 DBG (20, "Config file cmdrespause=%lu\n", cmdrespause); in sane_init()
H A Ddc240.c119 static unsigned long cmdrespause = 250000UL; /* pause after sending cmd */ variable
342 usleep (cmdrespause); in send_pck()
886 else if (strncmp (dev_name, "cmdrespause=", 12) == 0) in sane_init()
888 cmdrespause = atoi (&dev_name[12]); in sane_init()
889 DBG (20, "Config file cmdrespause=%lu\n", cmdrespause); in sane_init()
2022 usleep (cmdrespause); in send_data()

Completed in 5 milliseconds