Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/gspca/
Djeilinj.c218 struct jlj_command start_commands[] = { in jlj_start() local
252 start_commands_size = ARRAY_SIZE(start_commands); in jlj_start()
255 jlj_write2(gspca_dev, start_commands[i].instruction); in jlj_start()
256 if (start_commands[i].delay) in jlj_start()
257 msleep(start_commands[i].delay); in jlj_start()
258 if (start_commands[i].ack_wanted) in jlj_start()