Searched refs:s_bridge (Results 1 – 3 of 3) sorted by relevance
192 static struct pci_dev *s_bridge; /* pointer to the (only) sis5595 */ variable600 data->revision = s_bridge->revision; in sis5595_probe()604 pci_read_config_byte(s_bridge, SIS5595_PIN_REG, &val); in sis5595_probe()869 s_bridge = pci_dev_get(dev); in sis5595_pci_probe()902 if (s_bridge != NULL) { in sm_sis5595_exit()905 pci_dev_put(s_bridge); in sm_sis5595_exit()906 s_bridge = NULL; in sm_sis5595_exit()
322 static struct pci_dev *s_bridge; /* pointer to the (only) via686a */ variable911 s_bridge = pci_dev_get(dev); in via686a_pci_probe()934 if (s_bridge != NULL) { in sm_via686a_exit()937 pci_dev_put(s_bridge); in sm_via686a_exit()938 s_bridge = NULL; in sm_via686a_exit()
164 static struct pci_dev *s_bridge; variable1034 s_bridge = pci_dev_get(dev); in vt8231_pci_probe()1051 if (s_bridge != NULL) { in sm_vt8231_exit()1054 pci_dev_put(s_bridge); in sm_vt8231_exit()1055 s_bridge = NULL; in sm_vt8231_exit()