Lines Matching refs:ngene_command
254 static int ngene_command_mutex(struct ngene *dev, struct ngene_command *com) in ngene_command_mutex()
322 int ngene_command(struct ngene *dev, struct ngene_command *com) in ngene_command() function
338 struct ngene_command com; in ngene_command_load_firmware()
345 ngene_command(dev, &com); in ngene_command_load_firmware()
355 memset(&com, 0, sizeof(struct ngene_command)); 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()
392 if (ngene_command(dev, &com) < 0) 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()
575 if (ngene_command(dev, &com) < 0) in ngene_command_stream_control()
677 if (ngene_command(dev, &com) < 0) in ngene_command_stream_control()
1616 struct ngene_command com; in ngene_unlink()