Searched defs:dfn (Results 1 – 4 of 4) sorted by relevance
/drivers/pci/ |
D | syscall.c | 16 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument 88 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() argument
|
/drivers/parisc/ |
D | lba_pci.c | 147 #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()
|
D | dino.c | 167 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos))) argument
|
/drivers/media/dvb-frontends/ |
D | tda10086.c | 299 u8 dfn = 0; in tda10086_set_symbol_rate() local
|