Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 173) sorted by relevance

1234567

/include/linux/
Drio_drv.h58 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 …]
Dio-mapping.h85 unsigned long offset) in io_mapping_map_atomic_wc()
103 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
142 unsigned long offset) in io_mapping_map_atomic_wc()
156 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_wc()
Dfutex.h39 int offset; member
44 int offset; member
49 int offset; member
Dfrontswap.h35 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
55 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test()
89 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page()
Dkallsyms.h65 unsigned long *offset) in kallsyms_lookup_size_offset()
72 unsigned long *offset, in kallsyms_lookup()
101 … int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *mod… in lookup_symbol_attrs()
Dvirtio_config.h108 #define virtio_config_val(vdev, fbit, offset, v) \ argument
111 #define virtio_config_val_len(vdev, fbit, offset, v, len) \ argument
116 unsigned int offset, in virtio_config_buf()
Datmel_pwm.h60 pwm_channel_writel(struct pwm_channel *pwmc, unsigned offset, u32 val) in pwm_channel_writel()
65 static inline u32 pwm_channel_readl(struct pwm_channel *pwmc, unsigned offset) in pwm_channel_readl()
Ddma-debug.h104 size_t offset, size_t size, in debug_dma_map_page()
156 unsigned long offset, in debug_dma_sync_single_range_for_cpu()
164 unsigned long offset, in debug_dma_sync_single_range_for_device()
Duprobes.h132 uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_register()
137 uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add) in uprobe_apply()
142 uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
Diommu-helper.h7 unsigned long offset, in iommu_device_max_index()
Dflat.h35 signed long offset : 30; member
Dskbuff.h1386 static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset) in skb_set_tail_pointer()
1402 static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset) in skb_set_tail_pointer()
1544 const int offset) in skb_set_inner_transport_header()
1561 const int offset) in skb_set_inner_network_header()
1578 const int offset) in skb_set_inner_mac_header()
1599 const int offset) in skb_set_transport_header()
1615 static inline void skb_set_network_header(struct sk_buff *skb, const int offset) in skb_set_network_header()
1636 static inline void skb_set_mac_header(struct sk_buff *skb, const int offset) in skb_set_mac_header()
1655 const int offset) in skb_set_inner_transport_header()
1671 const int offset) in skb_set_inner_network_header()
[all …]
/include/drm/
Ddrm_os_linux.h27 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
29 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
31 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
33 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
35 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
37 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
41 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument
43 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) argument
Ddrm_buffer.h128 int offset) in drm_buffer_pointer_to_dword()
142 int offset) in drm_buffer_pointer_to_byte()
/include/linux/bcma/
Dbcma.h326 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
330 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
334 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
339 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
344 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
349 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
355 size_t count, u16 offset, u8 reg_width) in bcma_block_read()
361 u16 offset, u8 reg_width) in bcma_block_write()
366 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32()
371 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32()
[all …]
Dbcma_driver_gmac_cmn.h89 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument
90 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument
91 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument
92 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
/include/uapi/drm/
Dsis_drm.h54 unsigned long offset; member
60 unsigned long offset, size; member
64 unsigned long offset, size; member
Dtegra_drm.h28 __u32 offset; member
73 __u32 offset; member
81 __u32 offset; member
85 __u32 offset; member
93 __u32 offset; member
/include/sound/
Dmemalloc.h102 size_t offset) in snd_sgbuf_get_addr()
114 size_t offset) in snd_sgbuf_get_ptr()
125 size_t offset) in snd_sgbuf_get_addr()
131 size_t offset) in snd_sgbuf_get_ptr()
/include/linux/usb/
Domap_usb.h56 static inline u32 omap_usb_readl(void __iomem *addr, unsigned offset) in omap_usb_readl()
61 static inline void omap_usb_writel(void __iomem *addr, unsigned offset, in omap_usb_writel()
/include/asm-generic/bitops/
Dle.h12 unsigned long size, unsigned long offset) in find_next_zero_bit_le()
18 unsigned long size, unsigned long offset) in find_next_bit_le()
/include/net/
Dchecksum.h73 csum_block_add(__wsum csum, __wsum csum2, int offset) in csum_block_add()
82 csum_block_sub(__wsum csum, __wsum csum2, int offset) in csum_block_sub()
/include/linux/input/
Dedt-ft5x06.h20 u8 offset; member
/include/asm-generic/
Dscatterlist.h11 unsigned int offset; member
/include/uapi/linux/usb/
Df_mtp.h28 loff_t offset; member

1234567