Searched refs:p2sb_bar (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/platform_data/x86/ |
| H A D | p2sb.h | 17 int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem); 21 static inline int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem) in p2sb_bar() function
|
| /linux/drivers/platform/x86/ |
| H A D | p2sb.c | 229 int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem) in p2sb_bar() function 243 EXPORT_SYMBOL_GPL(p2sb_bar);
|
| /linux/drivers/watchdog/ |
| H A D | simatic-ipc-wdt.c | 194 ret = p2sb_bar(NULL, 0, res); in simatic_ipc_wdt_probe()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 1388 ret = p2sb_bar(pci_dev->bus, 0, res); in i801_add_tco_spt()
|