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

/linux-4.4.14/drivers/media/usb/gspca/
H A Djeilinj.c222 struct jlj_command start_commands[] = { jlj_start() local
256 start_commands_size = ARRAY_SIZE(start_commands); jlj_start()
259 jlj_write2(gspca_dev, start_commands[i].instruction); jlj_start()
260 if (start_commands[i].delay) jlj_start()
261 msleep(start_commands[i].delay); jlj_start()
262 if (start_commands[i].ack_wanted) jlj_start()

Completed in 71 milliseconds