Searched refs:ngene_command (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/media/pci/ngene/ | 
| D | ngene-i2c.c | 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()
  | 
| D | ngene-core.c | 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() [all …] 
 | 
| D | ngene.h | 438 struct ngene_command {  struct 898 int ngene_command(struct ngene *dev, struct ngene_command *com);
  |