/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | pci-noop.c | 60 unsigned long, dfn) in SYSCALL_DEFINE3() 73 if (bus == 0 && dfn == 0) in SYSCALL_DEFINE3() 97 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 106 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5()
|
H A D | pci.c | 423 unsigned long, dfn) in SYSCALL_DEFINE3() 435 if (bus == 0 && dfn == 0) { in SYSCALL_DEFINE3() 438 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | pci-noop.c | 60 unsigned long, dfn) in SYSCALL_DEFINE3() 73 if (bus == 0 && dfn == 0) in SYSCALL_DEFINE3() 97 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 106 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5()
|
H A D | pci.c | 422 unsigned long, dfn) in SYSCALL_DEFINE3() 434 if (bus == 0 && dfn == 0) { in SYSCALL_DEFINE3() 437 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda10086.c | 286 u8 dfn = 0; in tda10086_set_symbol_rate() local 301 dfn=4; in tda10086_set_symbol_rate() 304 dfn=4; in tda10086_set_symbol_rate() 307 dfn=3; in tda10086_set_symbol_rate() 310 dfn=3; in tda10086_set_symbol_rate() 313 dfn=2; in tda10086_set_symbol_rate() 316 dfn=2; in tda10086_set_symbol_rate() 319 dfn=1; in tda10086_set_symbol_rate() 322 dfn=1; in tda10086_set_symbol_rate() 325 dfn in tda10086_set_symbol_rate() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda10086.c | 286 u8 dfn = 0; in tda10086_set_symbol_rate() local 301 dfn=4; in tda10086_set_symbol_rate() 304 dfn=4; in tda10086_set_symbol_rate() 307 dfn=3; in tda10086_set_symbol_rate() 310 dfn=3; in tda10086_set_symbol_rate() 313 dfn=2; in tda10086_set_symbol_rate() 316 dfn=2; in tda10086_set_symbol_rate() 319 dfn=1; in tda10086_set_symbol_rate() 322 dfn=1; in tda10086_set_symbol_rate() 325 dfn in tda10086_set_symbol_rate() [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | syscall.c | 15 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 31 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE5() 87 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 100 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | syscall.c | 15 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 30 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE5() 86 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, in SYSCALL_DEFINE5() 99 dev = pci_get_domain_bus_and_slot(0, bus, dfn); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | lba_pci.c | 144 #define LBA_CFG_TOK(bus,dfn) ((u32) ((bus)<<16 | (dfn)<<8)) 189 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present() argument
|
H A D | dino.c | 162 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos)))
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | lba_pci.c | 144 #define LBA_CFG_TOK(bus,dfn) ((u32) ((bus)<<16 | (dfn)<<8)) 189 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present() argument
|
H A D | dino.c | 162 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos)))
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 1045 asmlinkage long sys_pciconfig_read(unsigned long bus, unsigned long dfn, 1048 asmlinkage long sys_pciconfig_write(unsigned long bus, unsigned long dfn,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 953 asmlinkage long sys_pciconfig_read(unsigned long bus, unsigned long dfn, 956 asmlinkage long sys_pciconfig_write(unsigned long bus, unsigned long dfn,
|