Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/x86/
H A Dp2sb.h17 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 Dp2sb.c229 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 Dsimatic-ipc-wdt.c194 ret = p2sb_bar(NULL, 0, res); in simatic_ipc_wdt_probe()
/linux/drivers/i2c/busses/
H A Di2c-i801.c1388 ret = p2sb_bar(pci_dev->bus, 0, res); in i801_add_tco_spt()