Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dsis5595.c193 static struct pci_dev *s_bridge; /* pointer to the (only) sis5595 */ variable
664 data->revision = s_bridge->revision; in sis5595_probe()
668 pci_read_config_byte(s_bridge, SIS5595_PIN_REG, &val); in sis5595_probe()
863 s_bridge = pci_dev_get(dev); in sis5595_pci_probe()
900 if (s_bridge != NULL) { in sm_sis5595_exit()
903 pci_dev_put(s_bridge); in sm_sis5595_exit()
904 s_bridge = NULL; in sm_sis5595_exit()
H A Dvia686a.c324 static struct pci_dev *s_bridge; /* pointer to the (only) via686a */ variable
907 s_bridge = pci_dev_get(dev); in via686a_pci_probe()
930 if (s_bridge != NULL) { in sm_via686a_exit()
933 pci_dev_put(s_bridge); in sm_via686a_exit()
934 s_bridge = NULL; in sm_via686a_exit()
H A Dvt8231.c165 static struct pci_dev *s_bridge; variable
1024 s_bridge = pci_dev_get(dev); in vt8231_pci_probe()
1047 if (s_bridge != NULL) { in sm_vt8231_exit()
1050 pci_dev_put(s_bridge); in sm_vt8231_exit()
1051 s_bridge = NULL; in sm_vt8231_exit()