/include/drm/ |
D | drm_os_linux.h | 16 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument 18 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument 20 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument 22 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument 24 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument 26 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument 29 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument 31 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) argument
|
/include/linux/ |
D | rio_drv.h | 58 static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset, in rio_local_read_config_32() 73 static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset, in rio_local_write_config_32() 88 static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset, in rio_local_read_config_16() 104 static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset, in rio_local_write_config_16() 119 static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset, in rio_local_read_config_8() 134 static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset, in rio_local_write_config_8() 149 static inline int rio_read_config_32(struct rio_dev *rdev, u32 offset, in rio_read_config_32() 165 static inline int rio_write_config_32(struct rio_dev *rdev, u32 offset, in rio_write_config_32() 181 static inline int rio_read_config_16(struct rio_dev *rdev, u32 offset, in rio_read_config_16() 197 static inline int rio_write_config_16(struct rio_dev *rdev, u32 offset, in rio_write_config_16() [all …]
|
D | virtio_config.h | 348 unsigned int offset, in __virtio_cread_many() 368 unsigned int offset, in virtio_cread_bytes() 374 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8() 382 unsigned int offset, u8 val) in virtio_cwrite8() 388 unsigned int offset) in virtio_cread16() 396 unsigned int offset, u16 val) in virtio_cwrite16() 403 unsigned int offset) in virtio_cread32() 411 unsigned int offset, u32 val) in virtio_cwrite32() 418 unsigned int offset) in virtio_cread64() 426 unsigned int offset, u64 val) in virtio_cwrite64()
|
D | io-mapping.h | 76 unsigned long offset) in io_mapping_map_atomic_wc() 95 unsigned long offset, in io_mapping_map_wc() 146 unsigned long offset, in io_mapping_map_wc() 160 unsigned long offset) in io_mapping_map_atomic_wc()
|
D | futex.h | 39 unsigned int offset; member 47 unsigned int offset; member 52 unsigned int offset; member
|
D | frontswap.h | 41 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() 64 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() 96 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page()
|
D | kallsyms.h | 66 unsigned long *offset) in kallsyms_lookup_size_offset() 73 unsigned long *offset, in kallsyms_lookup() 102 … int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *mod… in lookup_symbol_attrs()
|
D | resource_ext.h | 24 resource_size_t offset; /* Translation offset for bridge */ member 34 resource_size_t offset; /* Translation offset for bridge */ member
|
D | nvmem-consumer.h | 26 unsigned int offset; member 134 unsigned int offset, size_t bytes, in nvmem_device_read() 141 unsigned int offset, size_t bytes, in nvmem_device_write()
|
D | pagemap.h | 275 pgoff_t offset) in find_get_page() 281 pgoff_t offset, int fgp_flags) in find_get_page_flags() 300 pgoff_t offset) in find_lock_page() 325 pgoff_t offset, gfp_t gfp_mask) in find_or_create_page() 634 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()
|
D | mm_types_task.h | 63 __u32 offset; member 66 __u16 offset; member
|
/include/uapi/drm/ |
D | sis_drm.h | 60 unsigned long offset; member 66 unsigned long offset, size; member 70 unsigned long offset, size; member
|
D | armada_drm.h | 36 __u64 offset; member 46 __u32 offset; member
|
/include/uapi/linux/goldfish/ |
D | goldfish_address_space.h | 11 __u64 offset; member 16 __u64 offset; member 26 __u64 offset; member
|
/include/net/sctp/ |
D | checksum.h | 55 int offset, int len) in sctp_csum_combine() 61 unsigned int offset) in sctp_compute_cksum()
|
/include/sound/ |
D | memalloc.h | 107 size_t offset) in snd_sgbuf_get_addr() 119 size_t offset) in snd_sgbuf_get_ptr() 130 size_t offset) in snd_sgbuf_get_addr() 136 size_t offset) in snd_sgbuf_get_ptr()
|
/include/linux/bcma/ |
D | bcma.h | 372 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8() 376 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16() 380 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32() 385 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8() 390 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16() 395 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32() 401 size_t count, u16 offset, u8 reg_width) in bcma_block_read() 407 u16 offset, u8 reg_width) in bcma_block_write() 412 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32() 417 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32() [all …]
|
D | bcma_driver_gmac_cmn.h | 90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument 91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument 92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument 93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
|
D | bcma_driver_pcie2.h | 151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) argument 152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) argument 153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val) argument 154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val) argument 156 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set) argument 157 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask) argument
|
/include/dt-bindings/pinctrl/ |
D | omap.h | 57 #define OMAP_IOPAD_OFFSET(pa, offset) (((pa) & 0xffff) - (offset)) argument 73 #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset)) argument 75 #define OMAP4_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument 76 #define OMAP5_IOPAD(offset, val) OMAP_PADCONF_OFFSET((offset), 0x0040) (val) argument
|
/include/net/ |
D | checksum.h | 88 csum_block_add(__wsum csum, __wsum csum2, int offset) in csum_block_add() 100 csum_block_add_ext(__wsum csum, __wsum csum2, int offset, int len) in csum_block_add_ext() 106 csum_block_sub(__wsum csum, __wsum csum2, int offset) in csum_block_sub() 164 int start, int offset) in remcsum_adjust()
|
/include/asm-generic/ |
D | pci_iomap.h | 46 unsigned long offset, in pci_iomap_range() 52 unsigned long offset, in pci_iomap_wc_range()
|
/include/net/netfilter/ |
D | nf_tables_core.h | 37 u8 offset; member 44 u8 offset; member
|
/include/dt-bindings/gpio/ |
D | tegra186-gpio.h | 41 #define TEGRA_MAIN_GPIO(port, offset) \ argument 54 #define TEGRA_AON_GPIO(port, offset) \ argument
|
/include/asm-generic/bitops/ |
D | le.h | 13 unsigned long size, unsigned long offset) in find_next_zero_bit_le() 19 unsigned long size, unsigned long offset) in find_next_bit_le()
|