Home
last modified time | relevance | path

Searched defs:dfn (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/alpha/kernel/
Dpci-noop.c51 unsigned long, dfn) in SYSCALL_DEFINE3() argument
88 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument
97 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument
Dpci.c414 unsigned long, dfn) in SYSCALL_DEFINE3() argument
/Linux-v4.19/drivers/pci/
Dsyscall.c14 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument
84 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument
/Linux-v4.19/arch/ia64/kernel/
Dsys_ia64.c173 sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_read()
180 sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_write()
/Linux-v4.19/drivers/parisc/
Dlba_pci.c147 #define LBA_CFG_TOK(bus,dfn) ((u32) ((bus)<<16 | (dfn)<<8)) argument
192 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
Ddino.c167 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos))) argument
/Linux-v4.19/drivers/media/dvb-frontends/
Dtda10086.c299 u8 dfn = 0; in tda10086_set_symbol_rate() local