Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-viapro.c44 static struct pci_dev *vt596_pdev; variable
414 vt596_pdev = pci_dev_get(pdev); in vt596_probe()
417 pci_dev_put(vt596_pdev); in vt596_probe()
418 vt596_pdev = NULL; in vt596_probe()
484 if (vt596_pdev != NULL) { in i2c_vt596_exit()
487 pci_dev_put(vt596_pdev); in i2c_vt596_exit()
488 vt596_pdev = NULL; in i2c_vt596_exit()