Searched refs:where (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | pci.h | 571 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 572 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val); 857 int where, u8 *val); 859 int where, u16 *val); 861 int where, u32 *val); 863 int where, u8 val); 865 int where, u16 val); 867 int where, u32 val); 870 static inline int pci_read_config_byte(const struct pci_dev *dev, int where, u8 *val) in pci_read_config_byte() argument 872 return pci_bus_read_config_byte(dev->bus, dev->devfn, where, val); in pci_read_config_byte() [all …]
|
/include/linux/decompress/ |
D | mm.h | 54 static void free(void *where) in free() argument
|
/include/linux/mfd/ |
D | rtsx_pci.h | 116 #define rtsx_pci_read_config_byte(pcr, where, val) \ argument 117 pci_read_config_byte((pcr)->pci, where, val) 119 #define rtsx_pci_write_config_byte(pcr, where, val) \ argument 120 pci_write_config_byte((pcr)->pci, where, val) 122 #define rtsx_pci_read_config_dword(pcr, where, val) \ argument 123 pci_read_config_dword((pcr)->pci, where, val) 125 #define rtsx_pci_write_config_dword(pcr, where, val) \ argument 126 pci_write_config_dword((pcr)->pci, where, val)
|
/include/pcmcia/ |
D | ds.h | 203 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); 204 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val);
|
/include/acpi/ |
D | acpiosxf.h | 195 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length);
|