Searched refs:s_bridge (Results 1 – 3 of 3) sorted by relevance
189 static struct pci_dev *s_bridge; /* pointer to the (only) sis5595 */ variable660 data->revision = s_bridge->revision; in sis5595_probe()664 pci_read_config_byte(s_bridge, SIS5595_PIN_REG, &val); in sis5595_probe()857 s_bridge = pci_dev_get(dev); in sis5595_pci_probe()894 if (s_bridge != NULL) { in sm_sis5595_exit()897 pci_dev_put(s_bridge); in sm_sis5595_exit()898 s_bridge = NULL; in sm_sis5595_exit()
324 static struct pci_dev *s_bridge; /* pointer to the (only) via686a */ variable905 s_bridge = pci_dev_get(dev); in via686a_pci_probe()928 if (s_bridge != NULL) { in sm_via686a_exit()931 pci_dev_put(s_bridge); in sm_via686a_exit()932 s_bridge = NULL; in sm_via686a_exit()
165 static struct pci_dev *s_bridge; variable1022 s_bridge = pci_dev_get(dev); in vt8231_pci_probe()1045 if (s_bridge != NULL) { in sm_vt8231_exit()1048 pci_dev_put(s_bridge); in sm_vt8231_exit()1049 s_bridge = NULL; in sm_vt8231_exit()