Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ngene/
A Dngene-i2c.c34 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()
A Dngene-core.c322 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()
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 …]
A Dngene.h440 struct ngene_command { struct
900 int ngene_command(struct ngene *dev, struct ngene_command *com);

Completed in 11 milliseconds