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

/linux-master/drivers/media/usb/gspca/
H A Djeilinj.c209 struct jlj_command start_commands[] = { local
243 start_commands_size = ARRAY_SIZE(start_commands);
246 jlj_write2(gspca_dev, start_commands[i].instruction);
247 if (start_commands[i].delay)
248 msleep(start_commands[i].delay);
249 if (start_commands[i].ack_wanted)

Completed in 153 milliseconds