Searched refs:vip_gpio_release (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 952 static void vip_gpio_release(struct device *dev, int pin, const char *name) in vip_gpio_release() function 1015 vip_gpio_release(&pdev->dev, config->pwr_pin, in sta2x11_vip_init_one() 1138 vip_gpio_release(&pdev->dev, config->reset_pin, config->reset_name); in sta2x11_vip_init_one() 1139 vip_gpio_release(&pdev->dev, config->pwr_pin, config->pwr_name); in sta2x11_vip_init_one() 1178 vip_gpio_release(&pdev->dev, vip->config->pwr_pin, in sta2x11_vip_remove_one() 1180 vip_gpio_release(&pdev->dev, vip->config->reset_pin, in sta2x11_vip_remove_one()
|