Searched refs:ngene_command (Results 1 – 3 of 3) sorted by relevance
34 struct ngene_command com; in ngene_command_i2c_read()45 if (ngene_command(dev, &com) < 0) in ngene_command_i2c_read()61 struct ngene_command com; in ngene_command_i2c_write()71 if (ngene_command(dev, &com) < 0) in ngene_command_i2c_write()
322 int ngene_command(struct ngene *dev, struct ngene_command *com) in ngene_command() function338 struct ngene_command com; in ngene_command_load_firmware()345 ngene_command(dev, &com); in ngene_command_load_firmware()363 return ngene_command(dev, &com); in ngene_command_load_firmware()369 struct ngene_command com; in ngene_command_config_buf()377 if (ngene_command(dev, &com) < 0) in ngene_command_config_buf()384 struct ngene_command com; in ngene_command_config_free_buf()400 struct ngene_command com; in ngene_command_gpio_set()408 return ngene_command(dev, &com); in ngene_command_gpio_set()545 struct ngene_command com; in ngene_command_stream_control()[all …]
440 struct ngene_command { struct900 int ngene_command(struct ngene *dev, struct ngene_command *com);
Completed in 11 milliseconds