offset            149 arch/x86/include/asm/calling.h 	.macro LOAD_ARGS offset, skiprax=0
offset            104 arch/x86/include/asm/dwarf2.h 	.macro movq_cfi reg offset=0
offset            109 arch/x86/include/asm/dwarf2.h 	.macro movq_cfi_restore offset reg
offset            134 arch/x86/include/asm/dwarf2.h 	.macro movl_cfi reg offset=0
offset            139 arch/x86/include/asm/dwarf2.h 	.macro movl_cfi_restore offset reg
offset            175 arch/x86/include/asm/io.h extern void __iomem *ioremap_nocache(resource_size_t offset, unsigned long size);
offset            176 arch/x86/include/asm/io.h extern void __iomem *ioremap_cache(resource_size_t offset, unsigned long size);
offset            177 arch/x86/include/asm/io.h extern void __iomem *ioremap_prot(resource_size_t offset, unsigned long size,
offset            183 arch/x86/include/asm/io.h static inline void __iomem *ioremap(resource_size_t offset, unsigned long size)
offset            185 arch/x86/include/asm/io.h 	return ioremap_nocache(offset, size);
offset            318 arch/x86/include/asm/io.h extern void __iomem *ioremap_wc(resource_size_t offset, unsigned long size);
offset             89 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr);
offset            101 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr);
offset            114 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask);
offset            124 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr)
offset            131 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr)
offset            138 arch/x86/include/asm/iosf_mbi.h int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask)
offset            758 arch/x86/include/asm/kvm_host.h 	void (*write_tsc_offset)(struct kvm_vcpu *vcpu, u64 offset);
offset            895 arch/x86/include/asm/kvm_host.h 			    gfn_t gfn, void *data, int offset, int len,
offset             45 arch/x86/include/asm/numachip/numachip_csr.h static inline void *gcsr_address(int node, unsigned long offset)
offset             48 arch/x86/include/asm/numachip/numachip_csr.h 		CSR_NODE_BITS(node & CSR_NODE_MASK) | (offset & CSR_OFFSET_MASK));
offset             51 arch/x86/include/asm/numachip/numachip_csr.h static inline void *lcsr_address(unsigned long offset)
offset             54 arch/x86/include/asm/numachip/numachip_csr.h 		CSR_NODE_BITS(0xfff0) | (offset & CSR_OFFSET_MASK));
offset             57 arch/x86/include/asm/numachip/numachip_csr.h static inline unsigned int read_gcsr(int node, unsigned long offset)
offset             59 arch/x86/include/asm/numachip/numachip_csr.h 	return swab32(readl(gcsr_address(node, offset)));
offset             62 arch/x86/include/asm/numachip/numachip_csr.h static inline void write_gcsr(int node, unsigned long offset, unsigned int val)
offset             64 arch/x86/include/asm/numachip/numachip_csr.h 	writel(swab32(val), gcsr_address(node, offset));
offset             67 arch/x86/include/asm/numachip/numachip_csr.h static inline unsigned int read_lcsr(unsigned long offset)
offset             69 arch/x86/include/asm/numachip/numachip_csr.h 	return swab32(readl(lcsr_address(offset)));
offset             72 arch/x86/include/asm/numachip/numachip_csr.h static inline void write_lcsr(unsigned long offset, unsigned int val)
offset             74 arch/x86/include/asm/numachip/numachip_csr.h 	writel(swab32(val), lcsr_address(offset));
offset              9 arch/x86/include/asm/pci-direct.h extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset);
offset             10 arch/x86/include/asm/pci-direct.h extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
offset             11 arch/x86/include/asm/pci-direct.h extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
offset             12 arch/x86/include/asm/pci-direct.h extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val);
offset             13 arch/x86/include/asm/pci-direct.h extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
offset             14 arch/x86/include/asm/pci-direct.h extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val);
offset            110 arch/x86/include/asm/pgtable-2level.h #define __swp_entry(type, offset)	((swp_entry_t) { \
offset            112 arch/x86/include/asm/pgtable-2level.h 					 | ((offset) << SWP_OFFSET_SHIFT) })
offset            195 arch/x86/include/asm/pgtable-3level.h #define __swp_entry(type, offset)	((swp_entry_t){(type) | (offset) << 5})
offset            161 arch/x86/include/asm/pgtable_64.h #define __swp_entry(type, offset)	((swp_entry_t) { \
offset            163 arch/x86/include/asm/pgtable_64.h 					 | ((offset) << SWP_OFFSET_SHIFT) })
offset            166 arch/x86/include/asm/ptrace.h extern const char *regs_query_register_name(unsigned int offset);
offset            179 arch/x86/include/asm/ptrace.h 					      unsigned int offset)
offset            181 arch/x86/include/asm/ptrace.h 	if (unlikely(offset > MAX_REG_OFFSET))
offset            188 arch/x86/include/asm/ptrace.h 	if (offset == offsetof(struct pt_regs, sp) &&
offset            192 arch/x86/include/asm/ptrace.h 	return *(unsigned long *)((unsigned long)regs + offset);
offset             75 arch/x86/include/asm/pvclock.h 	cycle_t ret, offset;
offset             86 arch/x86/include/asm/pvclock.h 	offset = pvclock_get_nsec_offset(src);
offset             87 arch/x86/include/asm/pvclock.h 	ret = src->system_time + offset;
offset            132 arch/x86/include/asm/uv/uv_hub.h 	unsigned long	offset;
offset            372 arch/x86/include/asm/uv/uv_hub.h static inline void *uv_pnode_offset_to_vaddr(int pnode, unsigned long offset)
offset            374 arch/x86/include/asm/uv/uv_hub.h 	return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset);
offset            401 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long *uv_global_mmr32_address(int pnode, unsigned long offset)
offset            404 arch/x86/include/asm/uv/uv_hub.h 		       UV_GLOBAL_MMR32_PNODE_BITS(pnode) | offset);
offset            407 arch/x86/include/asm/uv/uv_hub.h static inline void uv_write_global_mmr32(int pnode, unsigned long offset, unsigned long val)
offset            409 arch/x86/include/asm/uv/uv_hub.h 	writeq(val, uv_global_mmr32_address(pnode, offset));
offset            412 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long uv_read_global_mmr32(int pnode, unsigned long offset)
offset            414 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_global_mmr32_address(pnode, offset));
offset            421 arch/x86/include/asm/uv/uv_hub.h static inline volatile void __iomem *uv_global_mmr64_address(int pnode, unsigned long offset)
offset            424 arch/x86/include/asm/uv/uv_hub.h 		    UV_GLOBAL_MMR64_PNODE_BITS(pnode) | offset);
offset            427 arch/x86/include/asm/uv/uv_hub.h static inline void uv_write_global_mmr64(int pnode, unsigned long offset, unsigned long val)
offset            429 arch/x86/include/asm/uv/uv_hub.h 	writeq(val, uv_global_mmr64_address(pnode, offset));
offset            432 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long uv_read_global_mmr64(int pnode, unsigned long offset)
offset            434 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_global_mmr64_address(pnode, offset));
offset            441 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long uv_global_gru_mmr_address(int pnode, unsigned long offset)
offset            443 arch/x86/include/asm/uv/uv_hub.h 	return UV_GLOBAL_GRU_MMR_BASE | offset |
offset            447 arch/x86/include/asm/uv/uv_hub.h static inline void uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val)
offset            449 arch/x86/include/asm/uv/uv_hub.h 	writeb(val, uv_global_mmr64_address(pnode, offset));
offset            452 arch/x86/include/asm/uv/uv_hub.h static inline unsigned char uv_read_global_mmr8(int pnode, unsigned long offset)
offset            454 arch/x86/include/asm/uv/uv_hub.h 	return readb(uv_global_mmr64_address(pnode, offset));
offset            461 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long *uv_local_mmr_address(unsigned long offset)
offset            463 arch/x86/include/asm/uv/uv_hub.h 	return __va(UV_LOCAL_MMR_BASE | offset);
offset            466 arch/x86/include/asm/uv/uv_hub.h static inline unsigned long uv_read_local_mmr(unsigned long offset)
offset            468 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_local_mmr_address(offset));
offset            471 arch/x86/include/asm/uv/uv_hub.h static inline void uv_write_local_mmr(unsigned long offset, unsigned long val)
offset            473 arch/x86/include/asm/uv/uv_hub.h 	writeq(val, uv_local_mmr_address(offset));
offset            476 arch/x86/include/asm/uv/uv_hub.h static inline unsigned char uv_read_local_mmr8(unsigned long offset)
offset            478 arch/x86/include/asm/uv/uv_hub.h 	return readb(uv_local_mmr_address(offset));
offset            481 arch/x86/include/asm/uv/uv_hub.h static inline void uv_write_local_mmr8(unsigned long offset, unsigned char val)
offset            483 arch/x86/include/asm/uv/uv_hub.h 	writeb(val, uv_local_mmr_address(offset));
offset            627 arch/x86/include/asm/uv/uv_hub.h 		uv_write_local_mmr8(uv_hub_info->scir.offset, value);
offset            640 arch/x86/include/asm/uv/uv_hub.h 				uv_cpu_hub_info(cpu)->scir.offset, value);
offset             27 arch/x86/include/asm/vvar.h #define DECLARE_VVAR(offset, type, name) \
offset             28 arch/x86/include/asm/vvar.h 	EMIT_VVAR(name, offset)
offset             34 arch/x86/include/asm/vvar.h #define DECLARE_VVAR(offset, type, name)				\
offset             89 arch/x86/include/asm/xen/hypercall.h 	[offset] "i" (__HYPERVISOR_##x * sizeof(hypercall_page[0]))
offset             25 arch/x86/include/asm/xen/page-coherent.h 	     unsigned long offset, size_t size, enum dma_data_direction dir,
offset            145 arch/x86/include/asm/xen/page.h 	unsigned offset = phys.paddr & ~PAGE_MASK;
offset            146 arch/x86/include/asm/xen/page.h 	return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset);
offset            151 arch/x86/include/asm/xen/page.h 	unsigned offset = machine.maddr & ~PAGE_MASK;
offset            152 arch/x86/include/asm/xen/page.h 	return XPADDR(PFN_PHYS(mfn_to_pfn(PFN_DOWN(machine.maddr))) | offset);
offset            430 include/acpi/acpiosxf.h acpi_status acpi_os_set_file_offset(ACPI_FILE file, long offset, u8 from);
offset            184 include/acpi/actbl2.h 	u8 offset;
offset             15 include/asm-generic/bitops/find.h 		size, unsigned long offset);
offset             29 include/asm-generic/bitops/find.h 		long size, unsigned long offset);
offset             12 include/asm-generic/bitops/le.h 		unsigned long size, unsigned long offset)
offset             14 include/asm-generic/bitops/le.h 	return find_next_zero_bit(addr, size, offset);
offset             18 include/asm-generic/bitops/le.h 		unsigned long size, unsigned long offset)
offset             20 include/asm-generic/bitops/le.h 	return find_next_bit(addr, size, offset);
offset             35 include/asm-generic/bitops/le.h 		unsigned long size, unsigned long offset);
offset             40 include/asm-generic/bitops/le.h 		unsigned long size, unsigned long offset);
offset             31 include/asm-generic/crash-driver.h map_virtual(u64 offset, struct page **pp)
offset             37 include/asm-generic/crash-driver.h 	pfn = (unsigned long)(offset >> PAGE_SHIFT);
offset             62 include/asm-generic/crash-driver.h 	return (vaddr + (offset & (PAGE_SIZE-1)));
offset             55 include/asm-generic/dma-mapping-broken.h dma_map_page(struct device *dev, struct page *page, unsigned long offset,
offset             68 include/asm-generic/dma-mapping-broken.h 			      unsigned long offset, size_t size,
offset             72 include/asm-generic/dma-mapping-common.h 				      size_t offset, size_t size,
offset             78 include/asm-generic/dma-mapping-common.h 	kmemcheck_mark_initialized(page_address(page) + offset, size);
offset             80 include/asm-generic/dma-mapping-common.h 	addr = ops->map_page(dev, page, offset, size, dir, NULL);
offset             81 include/asm-generic/dma-mapping-common.h 	debug_dma_map_page(dev, page, offset, size, dir, addr, false);
offset            123 include/asm-generic/dma-mapping-common.h 						 unsigned long offset,
offset            131 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_cpu(dev, addr + offset, size, dir);
offset            132 include/asm-generic/dma-mapping-common.h 	debug_dma_sync_single_range_for_cpu(dev, addr, offset, size, dir);
offset            137 include/asm-generic/dma-mapping-common.h 						    unsigned long offset,
offset            145 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_device(dev, addr + offset, size, dir);
offset            146 include/asm-generic/dma-mapping-common.h 	debug_dma_sync_single_range_for_device(dev, addr, offset, size, dir);
offset            310 include/asm-generic/io.h static inline void __iomem *ioremap(phys_addr_t offset, unsigned long size)
offset            312 include/asm-generic/io.h 	return (void __iomem*) (unsigned long)offset;
offset            315 include/asm-generic/io.h #define __ioremap(offset, size, flags)	ioremap(offset, size)
offset             52 include/asm-generic/pci-dma-compat.h 	     unsigned long offset, size_t size, int direction)
offset             54 include/asm-generic/pci-dma-compat.h 	return dma_map_page(hwdev == NULL ? NULL : &hwdev->dev, page, offset, size, (enum dma_data_direction)direction);
offset             11 include/asm-generic/scatterlist.h 	unsigned int	offset;
offset             78 include/crypto/algapi.h 	unsigned int offset;
offset             85 include/crypto/algapi.h 			unsigned long offset;
offset            114 include/crypto/algapi.h 		unsigned int offset;
offset            181 include/crypto/algapi.h void *__crypto_dequeue_request(struct crypto_queue *queue, unsigned int offset);
offset             25 include/crypto/internal/hash.h 	unsigned int offset;
offset             63 include/crypto/scatterwalk.h 		 (int)(walk_in->offset - walk_out->offset));
offset             68 include/crypto/scatterwalk.h 	unsigned int len = walk->sg->offset + walk->sg->length - walk->offset;
offset             69 include/crypto/scatterwalk.h 	unsigned int len_this_page = offset_in_page(~walk->offset) + 1;
offset             83 include/crypto/scatterwalk.h 	walk->offset += nbytes;
offset             89 include/crypto/scatterwalk.h 	return !(walk->offset & alignmask);
offset             94 include/crypto/scatterwalk.h 	return sg_page(walk->sg) + (walk->offset >> PAGE_SHIFT);
offset            591 include/drm/drmP.h 			       uint64_t *offset);
offset            876 include/drm/drmP.h 			size_t count, loff_t *offset);
offset            555 include/drm/drm_dp_helper.h ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset,
offset            557 include/drm/drm_dp_helper.h ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset,
offset            570 include/drm/drm_dp_helper.h 					unsigned int offset, u8 *valuep)
offset            572 include/drm/drm_dp_helper.h 	return drm_dp_dpcd_read(aux, offset, valuep, 1);
offset            585 include/drm/drm_dp_helper.h 					 unsigned int offset, u8 value)
offset            587 include/drm/drm_dp_helper.h 	return drm_dp_dpcd_write(aux, offset, &value, 1);
offset             31 include/drm/drm_gem_cma_helper.h 		struct drm_device *drm, uint32_t handle, uint64_t *offset);
offset             53 include/drm/drm_legacy.h 	unsigned long offset;	       /**< Byte offset (used internally) */
offset            132 include/drm/drm_legacy.h 	resource_size_t offset;	 /**< Requested physical address (0 for SAREA)*/
offset            154 include/drm/drm_legacy.h int drm_legacy_addmap(struct drm_device *d, resource_size_t offset,
offset             26 include/drm/drm_os_linux.h #define DRM_READ8(map, offset)		readb(((void __iomem *)(map)->handle) + (offset))
offset             28 include/drm/drm_os_linux.h #define DRM_READ16(map, offset)         readw(((void __iomem *)(map)->handle) + (offset))
offset             30 include/drm/drm_os_linux.h #define DRM_READ32(map, offset)		readl(((void __iomem *)(map)->handle) + (offset))
offset             32 include/drm/drm_os_linux.h #define DRM_WRITE8(map, offset, val)	writeb(val, ((void __iomem *)(map)->handle) + (offset))
offset             34 include/drm/drm_os_linux.h #define DRM_WRITE16(map, offset, val)   writew(val, ((void __iomem *)(map)->handle) + (offset))
offset             36 include/drm/drm_os_linux.h #define DRM_WRITE32(map, offset, val)	writel(val, ((void __iomem *)(map)->handle) + (offset))
offset             39 include/drm/drm_os_linux.h #define DRM_READ64(map, offset)		readq(((void __iomem *)(map)->handle) + (offset))
offset             41 include/drm/drm_os_linux.h #define DRM_WRITE64(map, offset, val)	writeq(val, ((void __iomem *)(map)->handle) + (offset))
offset             97 include/drm/ttm/ttm_bo_api.h 	unsigned long	offset;
offset            252 include/drm/ttm/ttm_bo_api.h 	unsigned long offset;
offset             48 include/dt-bindings/gpio/tegra-gpio.h #define TEGRA_GPIO(bank, offset) \
offset             49 include/dt-bindings/gpio/tegra-gpio.h 	((TEGRA_GPIO_BANK_ID_##bank * 8) + offset)
offset             56 include/dt-bindings/pinctrl/omap.h #define OMAP_IOPAD_OFFSET(pa, offset)	(((pa) & 0xffff) - (offset))
offset             72 include/dt-bindings/pinctrl/omap.h #define OMAP_PADCONF_OFFSET(offset, base_offset)	((offset) - (base_offset))
offset             74 include/dt-bindings/pinctrl/omap.h #define OMAP4_IOPAD(offset, val)	OMAP_PADCONF_OFFSET((offset), 0x0040) (val)
offset             75 include/dt-bindings/pinctrl/omap.h #define OMAP5_IOPAD(offset, val)	OMAP_PADCONF_OFFSET((offset), 0x0040) (val)
offset            240 include/linux/amba/clcd.h 		if (var->red.offset == 0)
offset            308 include/linux/arcdevice.h 		void (*copy_to_card) (struct net_device * dev, int bufnum, int offset,
offset            310 include/linux/arcdevice.h 		void (*copy_from_card) (struct net_device * dev, int bufnum, int offset,
offset            172 include/linux/async_tx.h async_xor(struct page *dest, struct page **src_list, unsigned int offset,
offset            176 include/linux/async_tx.h async_xor_val(struct page *dest, struct page **src_list, unsigned int offset,
offset            188 include/linux/async_tx.h async_gen_syndrome(struct page **blocks, unsigned int offset, int src_cnt,
offset            192 include/linux/async_tx.h async_syndrome_val(struct page **blocks, unsigned int offset, int src_cnt,
offset             42 include/linux/bcma/bcma.h 	u8 (*read8)(struct bcma_device *core, u16 offset);
offset             43 include/linux/bcma/bcma.h 	u16 (*read16)(struct bcma_device *core, u16 offset);
offset             44 include/linux/bcma/bcma.h 	u32 (*read32)(struct bcma_device *core, u16 offset);
offset             45 include/linux/bcma/bcma.h 	void (*write8)(struct bcma_device *core, u16 offset, u8 value);
offset             46 include/linux/bcma/bcma.h 	void (*write16)(struct bcma_device *core, u16 offset, u16 value);
offset             47 include/linux/bcma/bcma.h 	void (*write32)(struct bcma_device *core, u16 offset, u32 value);
offset             50 include/linux/bcma/bcma.h 			   size_t count, u16 offset, u8 reg_width);
offset             52 include/linux/bcma/bcma.h 			    size_t count, u16 offset, u8 reg_width);
offset             55 include/linux/bcma/bcma.h 	u32 (*aread32)(struct bcma_device *core, u16 offset);
offset             56 include/linux/bcma/bcma.h 	void (*awrite32)(struct bcma_device *core, u16 offset, u32 value);
offset            351 include/linux/bcma/bcma.h static inline u32 bcma_read8(struct bcma_device *core, u16 offset)
offset            353 include/linux/bcma/bcma.h 	return core->bus->ops->read8(core, offset);
offset            355 include/linux/bcma/bcma.h static inline u32 bcma_read16(struct bcma_device *core, u16 offset)
offset            357 include/linux/bcma/bcma.h 	return core->bus->ops->read16(core, offset);
offset            359 include/linux/bcma/bcma.h static inline u32 bcma_read32(struct bcma_device *core, u16 offset)
offset            361 include/linux/bcma/bcma.h 	return core->bus->ops->read32(core, offset);
offset            364 include/linux/bcma/bcma.h void bcma_write8(struct bcma_device *core, u16 offset, u32 value)
offset            366 include/linux/bcma/bcma.h 	core->bus->ops->write8(core, offset, value);
offset            369 include/linux/bcma/bcma.h void bcma_write16(struct bcma_device *core, u16 offset, u32 value)
offset            371 include/linux/bcma/bcma.h 	core->bus->ops->write16(core, offset, value);
offset            374 include/linux/bcma/bcma.h void bcma_write32(struct bcma_device *core, u16 offset, u32 value)
offset            376 include/linux/bcma/bcma.h 	core->bus->ops->write32(core, offset, value);
offset            380 include/linux/bcma/bcma.h 				   size_t count, u16 offset, u8 reg_width)
offset            382 include/linux/bcma/bcma.h 	core->bus->ops->block_read(core, buffer, count, offset, reg_width);
offset            386 include/linux/bcma/bcma.h 				    u16 offset, u8 reg_width)
offset            388 include/linux/bcma/bcma.h 	core->bus->ops->block_write(core, buffer, count, offset, reg_width);
offset            391 include/linux/bcma/bcma.h static inline u32 bcma_aread32(struct bcma_device *core, u16 offset)
offset            393 include/linux/bcma/bcma.h 	return core->bus->ops->aread32(core, offset);
offset            396 include/linux/bcma/bcma.h void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value)
offset            398 include/linux/bcma/bcma.h 	core->bus->ops->awrite32(core, offset, value);
offset            401 include/linux/bcma/bcma.h static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask)
offset            403 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, bcma_read32(cc, offset) & mask);
offset            405 include/linux/bcma/bcma.h static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set)
offset            407 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, bcma_read32(cc, offset) | set);
offset            410 include/linux/bcma/bcma.h 				  u16 offset, u32 mask, u32 set)
offset            412 include/linux/bcma/bcma.h 	bcma_write32(cc, offset, (bcma_read32(cc, offset) & mask) | set);
offset            414 include/linux/bcma/bcma.h static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask)
offset            416 include/linux/bcma/bcma.h 	bcma_write16(cc, offset, bcma_read16(cc, offset) & mask);
offset            418 include/linux/bcma/bcma.h static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set)
offset            420 include/linux/bcma/bcma.h 	bcma_write16(cc, offset, bcma_read16(cc, offset) | set);
offset            423 include/linux/bcma/bcma.h 				  u16 offset, u16 mask, u16 set)
offset            425 include/linux/bcma/bcma.h 	bcma_write16(cc, offset, (bcma_read16(cc, offset) & mask) | set);
offset            443 include/linux/bcma/bcma.h extern u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset);
offset            654 include/linux/bcma/bcma_driver_chipcommon.h #define bcma_cc_read32(cc, offset) \
offset            655 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_read32((cc)->core, offset)
offset            656 include/linux/bcma/bcma_driver_chipcommon.h #define bcma_cc_write32(cc, offset, val) \
offset            657 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_write32((cc)->core, offset, val)
offset            659 include/linux/bcma/bcma_driver_chipcommon.h #define bcma_cc_mask32(cc, offset, mask) \
offset            660 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) & (mask))
offset            661 include/linux/bcma/bcma_driver_chipcommon.h #define bcma_cc_set32(cc, offset, set) \
offset            662 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, bcma_cc_read32(cc, offset) | (set))
offset            663 include/linux/bcma/bcma_driver_chipcommon.h #define bcma_cc_maskset32(cc, offset, mask, set) \
offset            664 include/linux/bcma/bcma_driver_chipcommon.h 	bcma_cc_write32(cc, offset, (bcma_cc_read32(cc, offset) & (mask)) | (set))
offset            696 include/linux/bcma/bcma_driver_chipcommon.h extern void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset,
offset            698 include/linux/bcma/bcma_driver_chipcommon.h extern void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset,
offset            701 include/linux/bcma/bcma_driver_chipcommon.h 					u32 offset, u32 mask, u32 set);
offset            703 include/linux/bcma/bcma_driver_chipcommon.h 				       u32 offset, u32 mask, u32 set);
offset            708 include/linux/bcma/bcma_driver_chipcommon.h void bcma_chipco_b_mii_write(struct bcma_drv_cc_b *ccb, u32 offset, u32 value);
offset             89 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_read16(gc, offset)		bcma_read16((gc)->core, offset)
offset             90 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_read32(gc, offset)		bcma_read32((gc)->core, offset)
offset             91 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_write16(gc, offset, val)	bcma_write16((gc)->core, offset, val)
offset             92 include/linux/bcma/bcma_driver_gmac_cmn.h #define gmac_cmn_write32(gc, offset, val)	bcma_write32((gc)->core, offset, val)
offset            235 include/linux/bcma/bcma_driver_pci.h #define pcicore_read16(pc, offset)		bcma_read16((pc)->core, offset)
offset            236 include/linux/bcma/bcma_driver_pci.h #define pcicore_read32(pc, offset)		bcma_read32((pc)->core, offset)
offset            237 include/linux/bcma/bcma_driver_pci.h #define pcicore_write16(pc, offset, val)	bcma_write16((pc)->core, offset, val)
offset            238 include/linux/bcma/bcma_driver_pci.h #define pcicore_write32(pc, offset, val)	bcma_write32((pc)->core, offset, val)
offset            148 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_read16(pcie2, offset)		bcma_read16((pcie2)->core, offset)
offset            149 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_read32(pcie2, offset)		bcma_read32((pcie2)->core, offset)
offset            150 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_write16(pcie2, offset, val)	bcma_write16((pcie2)->core, offset, val)
offset            151 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_write32(pcie2, offset, val)	bcma_write32((pcie2)->core, offset, val)
offset            153 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_set32(pcie2, offset, set)		bcma_set32((pcie2)->core, offset, set)
offset            154 include/linux/bcma/bcma_driver_pcie2.h #define pcie2_mask32(pcie2, offset, mask)	bcma_mask32((pcie2)->core, offset, mask)
offset            193 include/linux/bio.h static inline bool bvec_gap_to_prev(struct bio_vec *bprv, unsigned int offset)
offset            195 include/linux/bio.h 	return offset || ((bprv->bv_offset + bprv->bv_len) & (PAGE_SIZE - 1));
offset            357 include/linux/bio.h extern void bio_trim(struct bio *bio, int offset, int size);
offset            757 include/linux/bio.h static inline void bio_integrity_trim(struct bio *bio, unsigned int offset,
offset            917 include/linux/blkdev.h 					       sector_t offset)
offset            923 include/linux/blkdev.h 			(offset & (q->limits.chunk_sectors - 1));
offset           1021 include/linux/blkdev.h 			    sector_t offset);
offset           1023 include/linux/blkdev.h 			    sector_t offset);
offset           1025 include/linux/blkdev.h 			      sector_t offset);
offset           1309 include/linux/blkdev.h 	unsigned int alignment, granularity, offset;
offset           1321 include/linux/blkdev.h 	offset = sector_div(sector, granularity);
offset           1324 include/linux/blkdev.h 	offset = (granularity + alignment - offset) % granularity;
offset           1327 include/linux/blkdev.h 	return offset << 9;
offset            155 include/linux/buffer_head.h 		struct page *page, unsigned long offset);
offset            207 include/linux/buffer_head.h void block_invalidatepage(struct page *page, unsigned int offset,
offset            133 include/linux/ceph/messenger.h 			size_t		offset;		/* bytes from list */
offset             84 include/linux/ceph/osd_client.h 			u64 offset, length;
offset            255 include/linux/ceph/osd_client.h 					u64 offset, u64 length,
offset            320 include/linux/ceph/osd_client.h 				      u64 offset, u64 *len,
offset            429 include/linux/ceph/rados.h 			__le64 offset, length;
offset            457 include/linux/ceph/rados.h 			__le64 offset, length;
offset            228 include/linux/clk/ti.h 	u16 offset;
offset             48 include/linux/com20020.h 	u32 offset;
offset            104 include/linux/compat.h 	compat_long_t offset;
offset            683 include/linux/compat.h 				    compat_off_t __user *offset, compat_size_t count);
offset            685 include/linux/compat.h 				    compat_loff_t __user *offset, compat_size_t count);
offset            176 include/linux/cs5535.h void cs5535_gpio_set(unsigned offset, unsigned int reg);
offset            177 include/linux/cs5535.h void cs5535_gpio_clear(unsigned offset, unsigned int reg);
offset            178 include/linux/cs5535.h int cs5535_gpio_isset(unsigned offset, unsigned int reg);
offset            180 include/linux/cs5535.h void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
offset             32 include/linux/debugfs.h 	unsigned long offset;
offset             14 include/linux/devcoredump.h 		   ssize_t (*read)(char *buffer, loff_t offset, size_t count,
offset             27 include/linux/devcoredump.h 	      ssize_t (*read)(char *buffer, loff_t offset, size_t count,
offset             40 include/linux/dm-io.h 	unsigned offset;
offset             38 include/linux/dma-debug.h 			       size_t offset, size_t size,
offset             69 include/linux/dma-debug.h 						unsigned long offset,
offset             75 include/linux/dma-debug.h 						   unsigned long offset,
offset            106 include/linux/dma-debug.h 				      size_t offset, size_t size,
offset            158 include/linux/dma-debug.h 						       unsigned long offset,
offset            166 include/linux/dma-debug.h 							  unsigned long offset,
offset             31 include/linux/dma-mapping.h 			       unsigned long offset, size_t size,
offset           1143 include/linux/dmaengine.h 	unsigned int offset, size_t len);
offset             15 include/linux/earlycpio.h 				long *offset);
offset             68 include/linux/elfcore.h elf_core_write_extra_phdrs(struct coredump_params *cprm, loff_t offset);
offset            197 include/linux/fb.h 	u32 offset;		/* current offset to buffer		*/
offset            286 include/linux/firewire.h 				      unsigned long long offset,
offset            334 include/linux/firewire.h 	u64 offset;
offset            356 include/linux/firewire.h 		     unsigned long long offset, void *payload, size_t length,
offset            361 include/linux/firewire.h 		       int generation, int speed, unsigned long long offset,
offset             35 include/linux/flat.h 		signed long offset : 30;
offset             40 include/linux/flat.h 		signed long offset : 30;
offset             43 include/linux/flat.h 		signed long offset : 30;
offset            132 include/linux/fmc.h 	uint32_t (*read32)(struct fmc_device *fmc, int offset);
offset            133 include/linux/fmc.h 	void (*write32)(struct fmc_device *fmc, uint32_t value, int offset);
offset            195 include/linux/fmc.h static inline uint32_t fmc_readl(struct fmc_device *fmc, int offset)
offset            198 include/linux/fmc.h 		return fmc->op->read32(fmc, offset);
offset            199 include/linux/fmc.h 	return readl(fmc->fpga_base + offset);
offset             35 include/linux/frontswap.h static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset)
offset             37 include/linux/frontswap.h 	return __frontswap_test(sis, offset);
offset             55 include/linux/frontswap.h static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset)
offset             89 include/linux/frontswap.h static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset)
offset             92 include/linux/frontswap.h 		__frontswap_invalidate_page(type, offset);
offset             68 include/linux/fs.h typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
offset            361 include/linux/fs.h 	ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset);
offset           1514 include/linux/fs.h 	long (*fallocate)(struct file *file, int mode, loff_t offset,
offset           2001 include/linux/fs.h 				       struct file *filp, loff_t offset,
offset           2063 include/linux/fs.h extern int do_fallocate(struct file *file, int mode, loff_t offset,
offset           2388 include/linux/fs.h extern loff_t default_llseek(struct file *file, loff_t offset, int whence);
offset           2390 include/linux/fs.h extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence);
offset           2493 include/linux/fs.h extern loff_t noop_llseek(struct file *file, loff_t offset, int whence);
offset           2494 include/linux/fs.h extern loff_t no_llseek(struct file *file, loff_t offset, int whence);
offset           2495 include/linux/fs.h extern loff_t vfs_setpos(struct file *file, loff_t offset, loff_t maxsize);
offset           2496 include/linux/fs.h extern loff_t generic_file_llseek(struct file *file, loff_t offset, int whence);
offset           2497 include/linux/fs.h extern loff_t generic_file_llseek_size(struct file *file, loff_t offset,
offset           2499 include/linux/fs.h extern loff_t fixed_size_llseek(struct file *file, loff_t offset,
offset           2536 include/linux/fs.h 	struct block_device *bdev, struct iov_iter *iter, loff_t offset,
offset           2541 include/linux/fs.h 		struct inode *inode, struct iov_iter *iter, loff_t offset,
offset           2545 include/linux/fs.h 				    offset, get_block, NULL, NULL,
offset           2664 include/linux/fs.h extern int inode_newsize_ok(const struct inode *, loff_t offset);
offset            101 include/linux/fs_enet_pd.h 	u32 offset;
offset            546 include/linux/ftrace_event.h 			      const char *name, int offset, int size,
offset             39 include/linux/futex.h 		int offset;
offset             44 include/linux/futex.h 		int offset;
offset             49 include/linux/futex.h 		int offset;
offset            219 include/linux/gpio.h static inline int gpio_lock_as_irq(struct gpio_chip *chip, unsigned int offset)
offset            226 include/linux/gpio.h 				      unsigned int offset)
offset             79 include/linux/gpio/driver.h 						unsigned offset);
offset             81 include/linux/gpio/driver.h 						unsigned offset);
offset             83 include/linux/gpio/driver.h 						unsigned offset);
offset             85 include/linux/gpio/driver.h 						unsigned offset);
offset             87 include/linux/gpio/driver.h 						unsigned offset, int value);
offset             89 include/linux/gpio/driver.h 						unsigned offset);
offset             91 include/linux/gpio/driver.h 						unsigned offset, int value);
offset             93 include/linux/gpio/driver.h 						unsigned offset,
offset             97 include/linux/gpio/driver.h 						unsigned offset);
offset            143 include/linux/gpio/driver.h 			unsigned offset);
offset            152 include/linux/gpio/driver.h int gpio_lock_as_irq(struct gpio_chip *chip, unsigned int offset);
offset            153 include/linux/gpio/driver.h void gpio_unlock_as_irq(struct gpio_chip *chip, unsigned int offset);
offset            169 include/linux/host1x.h 		unsigned long offset;
offset            173 include/linux/host1x.h 		unsigned long offset;
offset            240 include/linux/host1x.h 			   u32 words, u32 offset);
offset            153 include/linux/hrtimer.h 	ktime_t			offset;
offset             78 include/linux/hugetlb.h void hugetlb_unreserve_pages(struct inode *inode, long offset, long freed);
offset             48 include/linux/hyperv.h 	u32 offset;
offset             56 include/linux/hyperv.h 	u32 offset;
offset            315 include/linux/hyperv.h 	u32 offset;
offset            214 include/linux/i2c/twl.h int twl6030_interrupt_unmask(u8 bit_mask, u8 offset);
offset            215 include/linux/i2c/twl.h int twl6030_interrupt_mask(u8 bit_mask, u8 offset);
offset            674 include/linux/ieee80211.h 	__le16 offset;
offset             20 include/linux/input/edt-ft5x06.h 	u8 offset;
offset            215 include/linux/intel-iommu.h #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts)			\
offset            219 include/linux/intel-iommu.h 		sts = op(iommu->reg + offset);				\
offset             85 include/linux/io-mapping.h 			 unsigned long offset)
offset             90 include/linux/io-mapping.h 	BUG_ON(offset >= mapping->size);
offset             91 include/linux/io-mapping.h 	phys_addr = mapping->base + offset;
offset            103 include/linux/io-mapping.h io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset)
offset            107 include/linux/io-mapping.h 	BUG_ON(offset >= mapping->size);
offset            108 include/linux/io-mapping.h 	phys_addr = mapping->base + offset;
offset            142 include/linux/io-mapping.h 			 unsigned long offset)
offset            145 include/linux/io-mapping.h 	return ((char __force __iomem *) mapping) + offset;
offset            156 include/linux/io-mapping.h io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset)
offset            158 include/linux/io-mapping.h 	return ((char __force __iomem *) mapping) + offset;
offset             63 include/linux/io.h void __iomem *devm_ioremap(struct device *dev, resource_size_t offset,
offset             65 include/linux/io.h void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset,
offset              7 include/linux/iommu-helper.h 						   unsigned long offset,
offset             10 include/linux/iommu-helper.h 	if (size + offset > dma_mask)
offset             11 include/linux/iommu-helper.h 		return dma_mask - offset + 1;
offset            200 include/linux/iommu.h 				      phys_addr_t offset, u64 size,
offset            230 include/linux/ipv6.h 	__u32			offset;		/* checksum offset  */
offset             99 include/linux/irqchip/arm-gic.h 		    u32 offset, struct device_node *);
offset              9 include/linux/irqnr.h unsigned int irq_get_next_irq(unsigned int offset);
offset             29 include/linux/kallsyms.h 				  unsigned long *offset);
offset             34 include/linux/kallsyms.h 			    unsigned long *offset,
offset             46 include/linux/kallsyms.h int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name);
offset             65 include/linux/kallsyms.h 					      unsigned long *offset)
offset             72 include/linux/kallsyms.h 					  unsigned long *offset,
offset            101 include/linux/kallsyms.h static inline int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name)
offset             26 include/linux/kcore.h 	loff_t offset;
offset             86 include/linux/kgdb.h 	int offset;
offset             89 include/linux/kprobes.h 	unsigned int offset;
offset            559 include/linux/kvm_host.h int kvm_read_guest_page(struct kvm *kvm, gfn_t gfn, void *data, int offset,
offset            567 include/linux/kvm_host.h 			 int offset, int len);
offset            574 include/linux/kvm_host.h int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len);
offset            904 include/linux/kvm_host.h 	int offset;
offset           1475 include/linux/libata.h extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset,
offset            144 include/linux/memory.h 	ssize_t (*read)(struct memory_accessor *, char *buf, off_t offset,
offset            147 include/linux/memory.h 			 off_t offset, size_t count);
offset            574 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Starting value for read buffer */
offset            617 include/linux/mfd/cros_ec_commands.h 	uint8_t offset;   /* Offset in memmap (EC_MEMMAP_*) */
offset            783 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Byte offset to read */
offset            795 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Byte offset to write */
offset            804 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Byte offset to erase */
offset            890 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;
offset           1138 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;         /* Offset in flash to hash */
offset           1148 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;         /* Offset in flash which was hashed */
offset           1388 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Byte offset to read */
offset           1396 include/linux/mfd/cros_ec_commands.h 	uint32_t offset;   /* Byte offset to write */
offset           1807 include/linux/mfd/cros_ec_commands.h 	uint8_t offset;
offset           1821 include/linux/mfd/cros_ec_commands.h 	uint8_t offset;
offset             19 include/linux/mfd/mc13xxx.h int mc13xxx_reg_read(struct mc13xxx *mc13xxx, unsigned int offset, u32 *val);
offset             20 include/linux/mfd/mc13xxx.h int mc13xxx_reg_write(struct mc13xxx *mc13xxx, unsigned int offset, u32 val);
offset             21 include/linux/mfd/mc13xxx.h int mc13xxx_reg_rmw(struct mc13xxx *mc13xxx, unsigned int offset,
offset            506 include/linux/mlx4/device.h 	u32			offset;
offset            586 include/linux/mlx4/device.h 	unsigned int		offset;
offset            864 include/linux/mlx4/device.h static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset)
offset            867 include/linux/mlx4/device.h 		return buf->direct.buf + offset;
offset            869 include/linux/mlx4/device.h 		return buf->page_list[offset >> PAGE_SHIFT].buf +
offset            870 include/linux/mlx4/device.h 			(offset & (PAGE_SIZE - 1));
offset            370 include/linux/mlx4/qp.h 	__be32			offset;
offset            166 include/linux/mlx5/driver.h 	unsigned long		offset;
offset            577 include/linux/mlx5/driver.h static inline void *mlx5_buf_offset(struct mlx5_buf *buf, int offset)
offset            580 include/linux/mlx5/driver.h 		return buf->direct.buf + offset;
offset            582 include/linux/mlx5/driver.h 		return buf->page_list[offset >> PAGE_SHIFT].buf +
offset            583 include/linux/mlx5/driver.h 			(offset & (PAGE_SIZE - 1));
offset            178 include/linux/mlx5/qp.h 	__be32			offset;
offset           1182 include/linux/mm.h void truncate_pagecache_range(struct inode *inode, loff_t offset, loff_t end);
offset           1232 include/linux/mm.h extern void do_invalidatepage(struct page *page, unsigned int offset,
offset           1915 include/linux/mm.h 			pgoff_t offset, unsigned long nr_to_read);
offset           1920 include/linux/mm.h 			       pgoff_t offset,
offset           1927 include/linux/mm.h 				pgoff_t offset,
offset            212 include/linux/mm_types.h 	__u32 offset;
offset            215 include/linux/mm_types.h 	__u16 offset;
offset             47 include/linux/mmiotrace.h extern void mmiotrace_ioremap(resource_size_t offset, unsigned long size,
offset             64 include/linux/mmiotrace.h static inline void mmiotrace_ioremap(resource_size_t offset,
offset            511 include/linux/module.h 			    unsigned long *offset,
offset            515 include/linux/module.h int lookup_module_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name);
offset            584 include/linux/module.h 					  unsigned long *offset,
offset            596 include/linux/module.h static inline int lookup_module_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name)
offset             62 include/linux/msm_mdp.h 	u32 width, height, format, offset;
offset            116 include/linux/mtd/fsmc.h 	uint8_t offset;
offset             22 include/linux/mtd/latch-addr-flash.h 	void			(*set_window)(unsigned long offset, void *data);
offset             61 include/linux/mtd/mtd.h 	uint64_t offset;		/* At which this region starts, from the beginning of the MTD */
offset            195 include/linux/mtd/mtd.h 					     unsigned long offset,
offset            261 include/linux/mtd/mtd.h 				    unsigned long offset, unsigned long flags);
offset            498 include/linux/mtd/nand.h 			uint32_t offset, uint32_t data_len,
offset            654 include/linux/mtd/nand.h 			uint32_t offset, int data_len, const uint8_t *buf,
offset            112 include/linux/mtd/onenand.h 			unsigned char *buffer, int offset, size_t count);
offset            114 include/linux/mtd/onenand.h 			const unsigned char *buffer, int offset, size_t count);
offset            237 include/linux/mtd/onenand.h 			unsigned char *buffer, int offset, size_t count);
offset             42 include/linux/mtd/partitions.h 	uint64_t offset;		/* offset within the master MTD space */
offset             84 include/linux/mtd/partitions.h 		      long long offset, long long length);
offset             26 include/linux/mtd/spear_smi.h 	.offset = of,			\
offset            211 include/linux/mtd/ubi.h int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset,
offset            214 include/linux/mtd/ubi.h 		  int offset, int len);
offset            229 include/linux/mtd/ubi.h 			   int offset, int len)
offset            231 include/linux/mtd/ubi.h 	return ubi_leb_read(desc, lnum, buf, offset, len, 0);
offset            181 include/linux/net.h 				      int offset, size_t size, int flags);
offset            283 include/linux/net.h int kernel_sendpage(struct socket *sock, struct page *page, int offset,
offset            723 include/linux/netdevice.h 	u16 offset;
offset           1734 include/linux/netdevice.h int netdev_set_tc_queue(struct net_device *dev, u8 tc, u16 count, u16 offset)
offset           1740 include/linux/netdevice.h 	dev->tc_to_txq[tc].offset = offset;
offset           2148 include/linux/netdevice.h 					unsigned int offset)
offset           2150 include/linux/netdevice.h 	return NAPI_GRO_CB(skb)->frag0 + offset;
offset           2159 include/linux/netdevice.h 					unsigned int offset)
offset           2166 include/linux/netdevice.h 	return skb->data + offset;
offset            125 include/linux/netfilter/ipset/ip_set.h (unsigned long *)(((void *)(e)) + (s)->offset[IPSET_EXT_ID_TIMEOUT])
offset            127 include/linux/netfilter/ipset/ip_set.h (struct ip_set_counter *)(((void *)(e)) + (s)->offset[IPSET_EXT_ID_COUNTER])
offset            129 include/linux/netfilter/ipset/ip_set.h (struct ip_set_comment *)(((void *)(e)) + (s)->offset[IPSET_EXT_ID_COMMENT])
offset            131 include/linux/netfilter/ipset/ip_set.h (struct ip_set_skbinfo *)(((void *)(e)) + (s)->offset[IPSET_EXT_ID_SKBINFO])
offset            246 include/linux/netfilter/ipset/ip_set.h 	size_t offset[IPSET_EXT_ID_MAX];
offset            418 include/linux/netfilter/x_tables.h int xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta);
offset            421 include/linux/netfilter/x_tables.h int xt_compat_calc_jump(u_int8_t af, unsigned int offset);
offset             27 include/linux/netfilter_bridge/ebtables.h 		const void *matchinfo, int offset, unsigned int protoff,
offset            101 include/linux/nfs_page.h 					    unsigned int offset,
offset            222 include/linux/nfs_xdr.h 	u64 offset;
offset            504 include/linux/nfs_xdr.h 	__u64			offset;
offset            528 include/linux/nfs_xdr.h 	__u64			offset;
offset            132 include/linux/nvme.h 	int offset;		/* Of PRP list */
offset             28 include/linux/of_fdt.h extern char *of_fdt_get_string(const void *blob, u32 offset);
offset            265 include/linux/omap-dma.h 	u16	offset;
offset            152 include/linux/oprofile.h ssize_t oprofilefs_str_to_user(char const * str, char __user * buf, size_t count, loff_t * offset);
offset            158 include/linux/oprofile.h ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user * buf, size_t count, loff_t * offset);
offset            253 include/linux/pagemap.h struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset,
offset            267 include/linux/pagemap.h 					pgoff_t offset)
offset            269 include/linux/pagemap.h 	return pagecache_get_page(mapping, offset, 0, 0);
offset            273 include/linux/pagemap.h 					pgoff_t offset, int fgp_flags)
offset            275 include/linux/pagemap.h 	return pagecache_get_page(mapping, offset, fgp_flags, 0);
offset            293 include/linux/pagemap.h 					pgoff_t offset)
offset            295 include/linux/pagemap.h 	return pagecache_get_page(mapping, offset, FGP_LOCK, 0);
offset            318 include/linux/pagemap.h 					pgoff_t offset, gfp_t gfp_mask)
offset            320 include/linux/pagemap.h 	return pagecache_get_page(mapping, offset,
offset            346 include/linux/pagemap.h struct page *find_get_entry(struct address_space *mapping, pgoff_t offset);
offset            347 include/linux/pagemap.h struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
offset            662 include/linux/pagemap.h 		struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask)
offset            667 include/linux/pagemap.h 	error = add_to_page_cache_locked(page, mapping, offset, gfp_mask);
offset            402 include/linux/pci.h 	resource_size_t offset;		/* bus address + offset = CPU address */
offset           1092 include/linux/pci.h 			     resource_size_t offset);
offset             50 include/linux/pe.h 	uint16_t offset;
offset             66 include/linux/phy/omap_usb.h static inline u32 omap_usb_readl(void __iomem *addr, unsigned offset)
offset             68 include/linux/phy/omap_usb.h 	return __raw_readl(addr + offset);
offset             71 include/linux/phy/omap_usb.h static inline void omap_usb_writel(void __iomem *addr, unsigned offset,
offset             74 include/linux/phy/omap_usb.h 	__raw_writel(data, addr + offset);
offset             64 include/linux/pinctrl/pinconf.h 				     unsigned offset);
offset             98 include/linux/pinctrl/pinctrl.h 			  unsigned offset);
offset             61 include/linux/pinctrl/pinmux.h 	int (*request) (struct pinctrl_dev *pctldev, unsigned offset);
offset             62 include/linux/pinctrl/pinmux.h 	int (*free) (struct pinctrl_dev *pctldev, unsigned offset);
offset             74 include/linux/pinctrl/pinmux.h 				    unsigned offset);
offset             77 include/linux/pinctrl/pinmux.h 				   unsigned offset);
offset             80 include/linux/pinctrl/pinmux.h 				   unsigned offset,
offset             22 include/linux/pipe_fs_i.h 	unsigned int offset, len;
offset            173 include/linux/pktcdvd.h 	unsigned long		offset;		/* start offset */
offset            405 include/linux/radix-tree.h 			unsigned offset = __ffs(iter->tags);
offset            407 include/linux/radix-tree.h 			iter->tags >>= offset;
offset            408 include/linux/radix-tree.h 			iter->index += offset + 1;
offset            409 include/linux/radix-tree.h 			return slot + offset + 1;
offset           1080 include/linux/rcupdate.h #define __is_kfree_rcu_offset(offset) ((offset) < 4096)
offset           1085 include/linux/rcupdate.h #define __kfree_rcu(head, offset) \
offset           1087 include/linux/rcupdate.h 		BUILD_BUG_ON(!__is_kfree_rcu_offset(offset)); \
offset           1088 include/linux/rcupdate.h 		kfree_call_rcu(head, (void (*)(struct rcu_head *))(unsigned long)(offset)); \
offset            334 include/linux/regset.h 				      unsigned int offset, unsigned int size,
offset            345 include/linux/regset.h 	return regset->get(target, regset, offset, size, NULL, data);
offset            360 include/linux/regset.h 					unsigned int offset, unsigned int size,
offset            371 include/linux/regset.h 	return regset->set(target, regset, offset, size, NULL, data);
offset             35 include/linux/relay.h 	size_t offset;			/* current offset into sub-buffer */
offset            208 include/linux/relay.h 	if (unlikely(buf->offset + length > chan->subbuf_size))
offset            210 include/linux/relay.h 	memcpy(buf->data + buf->offset, data, length);
offset            211 include/linux/relay.h 	buf->offset += length;
offset            234 include/linux/relay.h 	if (unlikely(buf->offset + length > buf->chan->subbuf_size))
offset            236 include/linux/relay.h 	memcpy(buf->data + buf->offset, data, length);
offset            237 include/linux/relay.h 	buf->offset += length;
offset            257 include/linux/relay.h 	if (unlikely(buf->offset + length > buf->chan->subbuf_size)) {
offset            262 include/linux/relay.h 	reserved = buf->data + buf->offset;
offset            263 include/linux/relay.h 	buf->offset += length;
offset            280 include/linux/relay.h 	buf->offset = length;
offset             76 include/linux/remoteproc.h 	u32 offset[0];
offset            338 include/linux/rio.h 	int (*lcread) (struct rio_mport *mport, int index, u32 offset, int len,
offset            340 include/linux/rio.h 	int (*lcwrite) (struct rio_mport *mport, int index, u32 offset, int len,
offset            343 include/linux/rio.h 			u8 hopcount, u32 offset, int len, u32 *data);
offset            345 include/linux/rio.h 			u8 hopcount, u32 offset, int len, u32 data);
offset             23 include/linux/rio_drv.h extern int __rio_local_read_config_32(struct rio_mport *port, u32 offset,
offset             25 include/linux/rio_drv.h extern int __rio_local_write_config_32(struct rio_mport *port, u32 offset,
offset             27 include/linux/rio_drv.h extern int __rio_local_read_config_16(struct rio_mport *port, u32 offset,
offset             29 include/linux/rio_drv.h extern int __rio_local_write_config_16(struct rio_mport *port, u32 offset,
offset             31 include/linux/rio_drv.h extern int __rio_local_read_config_8(struct rio_mport *port, u32 offset,
offset             33 include/linux/rio_drv.h extern int __rio_local_write_config_8(struct rio_mport *port, u32 offset,
offset             37 include/linux/rio_drv.h 				    u8 hopcount, u32 offset, u32 * data);
offset             39 include/linux/rio_drv.h 				     u8 hopcount, u32 offset, u32 data);
offset             41 include/linux/rio_drv.h 				    u8 hopcount, u32 offset, u16 * data);
offset             43 include/linux/rio_drv.h 				     u8 hopcount, u32 offset, u16 data);
offset             45 include/linux/rio_drv.h 				   u8 hopcount, u32 offset, u8 * data);
offset             47 include/linux/rio_drv.h 				    u8 hopcount, u32 offset, u8 data);
offset             58 include/linux/rio_drv.h static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset,
offset             61 include/linux/rio_drv.h 	return __rio_local_read_config_32(port, offset, data);
offset             73 include/linux/rio_drv.h static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset,
offset             76 include/linux/rio_drv.h 	return __rio_local_write_config_32(port, offset, data);
offset             88 include/linux/rio_drv.h static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset,
offset             91 include/linux/rio_drv.h 	return __rio_local_read_config_16(port, offset, data);
offset            104 include/linux/rio_drv.h static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset,
offset            107 include/linux/rio_drv.h 	return __rio_local_write_config_16(port, offset, data);
offset            119 include/linux/rio_drv.h static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset,
offset            122 include/linux/rio_drv.h 	return __rio_local_read_config_8(port, offset, data);
offset            134 include/linux/rio_drv.h static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset,
offset            137 include/linux/rio_drv.h 	return __rio_local_write_config_8(port, offset, data);
offset            149 include/linux/rio_drv.h static inline int rio_read_config_32(struct rio_dev *rdev, u32 offset,
offset            153 include/linux/rio_drv.h 					rdev->hopcount, offset, data);
offset            165 include/linux/rio_drv.h static inline int rio_write_config_32(struct rio_dev *rdev, u32 offset,
offset            169 include/linux/rio_drv.h 					 rdev->hopcount, offset, data);
offset            181 include/linux/rio_drv.h static inline int rio_read_config_16(struct rio_dev *rdev, u32 offset,
offset            185 include/linux/rio_drv.h 					rdev->hopcount, offset, data);
offset            197 include/linux/rio_drv.h static inline int rio_write_config_16(struct rio_dev *rdev, u32 offset,
offset            201 include/linux/rio_drv.h 					 rdev->hopcount, offset, data);
offset            213 include/linux/rio_drv.h static inline int rio_read_config_8(struct rio_dev *rdev, u32 offset, u8 * data)
offset            216 include/linux/rio_drv.h 				       rdev->hopcount, offset, data);
offset            228 include/linux/rio_drv.h static inline int rio_write_config_8(struct rio_dev *rdev, u32 offset, u8 data)
offset            231 include/linux/rio_drv.h 					rdev->hopcount, offset, data);
offset             61 include/linux/rtc/m48t59.h 	unsigned int offset;
offset             88 include/linux/scatterlist.h 			       unsigned int len, unsigned int offset)
offset             91 include/linux/scatterlist.h 	sg->offset = offset;
offset            146 include/linux/scatterlist.h 	prv[prv_nents - 1].offset = 0;
offset            205 include/linux/scatterlist.h 	return page_to_phys(sg_page(sg)) + sg->offset;
offset            220 include/linux/scatterlist.h 	return page_address(sg_page(sg)) + sg->offset;
offset            239 include/linux/scatterlist.h 	unsigned long offset, unsigned long size,
offset            348 include/linux/scatterlist.h bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
offset            152 include/linux/sched.h extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
offset             33 include/linux/selection.h extern u16 screen_glyph(struct vc_data *vc, int offset);
offset             34 include/linux/selection.h extern void complement_pos(struct vc_data *vc, int offset);
offset             35 include/linux/selection.h extern void invert_screen(struct vc_data *vc, int offset, int count, int shift);
offset            123 include/linux/serial_8250.h extern unsigned int serial8250_early_in(struct uart_port *port, int offset);
offset            124 include/linux/serial_8250.h extern void serial8250_early_out(struct uart_port *port, int offset, int value);
offset            220 include/linux/serial_core.h static inline int serial_port_in(struct uart_port *up, int offset)
offset            222 include/linux/serial_core.h 	return up->serial_in(up, offset);
offset            225 include/linux/serial_core.h static inline void serial_port_out(struct uart_port *up, int offset, int value)
offset            227 include/linux/serial_core.h 	up->serial_out(up, offset, value);
offset             45 include/linux/sh_dma.h 	unsigned int	offset;
offset            847 include/linux/skbuff.h 			int offset, int len);
offset            848 include/linux/skbuff.h int skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset,
offset            855 include/linux/skbuff.h 			    int getfrag(void *from, char *to, int offset,
offset           1643 include/linux/skbuff.h static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset)
offset           1646 include/linux/skbuff.h 	skb->tail += offset;
offset           1660 include/linux/skbuff.h static inline void skb_set_tail_pointer(struct sk_buff *skb, const int offset)
offset           1662 include/linux/skbuff.h 	skb->tail = skb->data + offset;
offset           1819 include/linux/skbuff.h 						   const int offset)
offset           1822 include/linux/skbuff.h 	skb->inner_transport_header += offset;
offset           1836 include/linux/skbuff.h 						const int offset)
offset           1839 include/linux/skbuff.h 	skb->inner_network_header += offset;
offset           1853 include/linux/skbuff.h 					    const int offset)
offset           1856 include/linux/skbuff.h 	skb->inner_mac_header += offset;
offset           1874 include/linux/skbuff.h 					    const int offset)
offset           1877 include/linux/skbuff.h 	skb->transport_header += offset;
offset           1890 include/linux/skbuff.h static inline void skb_set_network_header(struct sk_buff *skb, const int offset)
offset           1893 include/linux/skbuff.h 	skb->network_header += offset;
offset           1911 include/linux/skbuff.h static inline void skb_set_mac_header(struct sk_buff *skb, const int offset)
offset           1914 include/linux/skbuff.h 	skb->mac_header += offset;
offset           2360 include/linux/skbuff.h 					  size_t offset, size_t size,
offset           2364 include/linux/skbuff.h 			    frag->page_offset + offset, size, dir);
offset           2632 include/linux/skbuff.h int skb_copy_datagram_iovec(const struct sk_buff *from, int offset,
offset           2636 include/linux/skbuff.h int skb_copy_datagram_from_iovec(struct sk_buff *skb, int offset,
offset           2640 include/linux/skbuff.h 			   int offset, size_t count);
offset           2641 include/linux/skbuff.h int skb_copy_datagram_const_iovec(const struct sk_buff *from, int offset,
offset           2647 include/linux/skbuff.h int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len);
offset           2648 include/linux/skbuff.h int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len);
offset           2649 include/linux/skbuff.h __wsum skb_copy_and_csum_bits(const struct sk_buff *skb, int offset, u8 *to,
offset           2651 include/linux/skbuff.h int skb_splice_bits(struct sk_buff *skb, unsigned int offset,
offset           2667 include/linux/skbuff.h 	__wsum (*combine)(__wsum csum, __wsum csum2, int offset, int len);
offset           2670 include/linux/skbuff.h __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
offset           2672 include/linux/skbuff.h __wsum skb_checksum(const struct sk_buff *skb, int offset, int len,
offset           2675 include/linux/skbuff.h static inline void *__skb_header_pointer(const struct sk_buff *skb, int offset,
offset           2678 include/linux/skbuff.h 	if (hlen - offset >= len)
offset           2679 include/linux/skbuff.h 		return data + offset;
offset           2682 include/linux/skbuff.h 	    skb_copy_bits(skb, offset, buffer, len) < 0)
offset           2688 include/linux/skbuff.h static inline void *skb_header_pointer(const struct sk_buff *skb, int offset,
offset           2691 include/linux/skbuff.h 	return __skb_header_pointer(skb, offset, len, skb->data,
offset           2721 include/linux/skbuff.h 						    const int offset, void *to,
offset           2724 include/linux/skbuff.h 	memcpy(to, skb->data + offset, len);
offset           2735 include/linux/skbuff.h 						  const int offset,
offset           2739 include/linux/skbuff.h 	memcpy(skb->data + offset, from, len);
offset             69 include/linux/slub_def.h 	int offset;		/* Free pointer offset. */
offset            310 include/linux/socket.h 					  int offset, 
offset            312 include/linux/socket.h extern unsigned long iov_pages(const struct iovec *iov, int offset,
offset             45 include/linux/splice.h 	unsigned int offset;
offset            201 include/linux/ssb/ssb.h 	u8 (*read8)(struct ssb_device *dev, u16 offset);
offset            202 include/linux/ssb/ssb.h 	u16 (*read16)(struct ssb_device *dev, u16 offset);
offset            203 include/linux/ssb/ssb.h 	u32 (*read32)(struct ssb_device *dev, u16 offset);
offset            204 include/linux/ssb/ssb.h 	void (*write8)(struct ssb_device *dev, u16 offset, u8 value);
offset            205 include/linux/ssb/ssb.h 	void (*write16)(struct ssb_device *dev, u16 offset, u16 value);
offset            206 include/linux/ssb/ssb.h 	void (*write32)(struct ssb_device *dev, u16 offset, u32 value);
offset            209 include/linux/ssb/ssb.h 			   size_t count, u16 offset, u8 reg_width);
offset            211 include/linux/ssb/ssb.h 			    size_t count, u16 offset, u8 reg_width);
offset            574 include/linux/ssb/ssb.h static inline u8 ssb_read8(struct ssb_device *dev, u16 offset)
offset            576 include/linux/ssb/ssb.h 	return dev->ops->read8(dev, offset);
offset            578 include/linux/ssb/ssb.h static inline u16 ssb_read16(struct ssb_device *dev, u16 offset)
offset            580 include/linux/ssb/ssb.h 	return dev->ops->read16(dev, offset);
offset            582 include/linux/ssb/ssb.h static inline u32 ssb_read32(struct ssb_device *dev, u16 offset)
offset            584 include/linux/ssb/ssb.h 	return dev->ops->read32(dev, offset);
offset            586 include/linux/ssb/ssb.h static inline void ssb_write8(struct ssb_device *dev, u16 offset, u8 value)
offset            588 include/linux/ssb/ssb.h 	dev->ops->write8(dev, offset, value);
offset            590 include/linux/ssb/ssb.h static inline void ssb_write16(struct ssb_device *dev, u16 offset, u16 value)
offset            592 include/linux/ssb/ssb.h 	dev->ops->write16(dev, offset, value);
offset            594 include/linux/ssb/ssb.h static inline void ssb_write32(struct ssb_device *dev, u16 offset, u32 value)
offset            596 include/linux/ssb/ssb.h 	dev->ops->write32(dev, offset, value);
offset            600 include/linux/ssb/ssb.h 				  size_t count, u16 offset, u8 reg_width)
offset            602 include/linux/ssb/ssb.h 	dev->ops->block_read(dev, buffer, count, offset, reg_width);
offset            606 include/linux/ssb/ssb.h 				   size_t count, u16 offset, u8 reg_width)
offset            608 include/linux/ssb/ssb.h 	dev->ops->block_write(dev, buffer, count, offset, reg_width);
offset            606 include/linux/ssb/ssb_driver_chipcommon.h #define chipco_read32(cc, offset)	ssb_read32((cc)->dev, offset)
offset            607 include/linux/ssb/ssb_driver_chipcommon.h #define chipco_write32(cc, offset, val)	ssb_write32((cc)->dev, offset, val)
offset            609 include/linux/ssb/ssb_driver_chipcommon.h #define chipco_mask32(cc, offset, mask) \
offset            610 include/linux/ssb/ssb_driver_chipcommon.h 		chipco_write32(cc, offset, chipco_read32(cc, offset) & (mask))
offset            611 include/linux/ssb/ssb_driver_chipcommon.h #define chipco_set32(cc, offset, set) \
offset            612 include/linux/ssb/ssb_driver_chipcommon.h 		chipco_write32(cc, offset, chipco_read32(cc, offset) | (set))
offset            613 include/linux/ssb/ssb_driver_chipcommon.h #define chipco_maskset32(cc, offset, mask, set) \
offset            614 include/linux/ssb/ssb_driver_chipcommon.h 		chipco_write32(cc, offset, (chipco_read32(cc, offset) & (mask)) | (set))
offset             31 include/linux/sudmac.h 	unsigned long	offset;
offset             63 include/linux/sunrpc/gss_api.h 		int			offset,
offset             68 include/linux/sunrpc/gss_api.h 		int			offset,
offset            121 include/linux/sunrpc/gss_api.h 			int			offset,
offset            126 include/linux/sunrpc/gss_api.h 			int			offset,
offset             83 include/linux/sunrpc/gss_krb5.h 	u32 (*encrypt_v2) (struct krb5_ctx *kctx, u32 offset,
offset             86 include/linux/sunrpc/gss_krb5.h 	u32 (*decrypt_v2) (struct krb5_ctx *kctx, u32 offset,
offset            256 include/linux/sunrpc/gss_krb5.h gss_wrap_kerberos(struct gss_ctx *ctx_id, int offset,
offset            260 include/linux/sunrpc/gss_krb5.h gss_unwrap_kerberos(struct gss_ctx *ctx_id, int offset,
offset            274 include/linux/sunrpc/gss_krb5.h 		    int offset, struct page **pages);
offset            278 include/linux/sunrpc/gss_krb5.h 		    int offset);
offset            312 include/linux/sunrpc/gss_krb5.h gss_krb5_aes_encrypt(struct krb5_ctx *kctx, u32 offset,
offset            317 include/linux/sunrpc/gss_krb5.h gss_krb5_aes_decrypt(struct krb5_ctx *kctx, u32 offset,
offset            165 include/linux/sunrpc/xdr.h 	unsigned int	offset;
offset            231 include/linux/sunrpc/xdr.h extern int xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len, int (*actor)(struct scatterlist *, void *), void *data);
offset             26 include/linux/swapops.h static inline swp_entry_t swp_entry(unsigned long type, pgoff_t offset)
offset             31 include/linux/swapops.h 			(offset & SWP_OFFSET_MASK(ret));
offset             66 include/linux/swiotlb.h 				   unsigned long offset, size_t size,
offset            456 include/linux/syscalls.h asmlinkage long sys_fadvise64(int fd, loff_t offset, size_t len, int advice);
offset            457 include/linux/syscalls.h asmlinkage long sys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice);
offset            507 include/linux/syscalls.h 			     off_t __user *offset, size_t count);
offset            509 include/linux/syscalls.h 			       loff_t __user *offset, size_t count);
offset            553 include/linux/syscalls.h asmlinkage long sys_lseek(unsigned int fd, off_t offset,
offset            559 include/linux/syscalls.h asmlinkage long sys_readahead(int fd, loff_t offset, size_t count);
offset            791 include/linux/syscalls.h asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes,
offset            794 include/linux/syscalls.h 				     loff_t offset, loff_t nbytes);
offset            811 include/linux/syscalls.h asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len);
offset             24 include/linux/textsearch.h 	unsigned int		offset;
offset            126 include/linux/textsearch.h 	state->offset = 0;
offset            171 include/linux/time.h void time_to_tm(time_t totalsecs, int offset, struct tm *result);
offset             75 include/linux/uio.h 		struct iov_iter *i, unsigned long offset, size_t bytes);
offset             79 include/linux/uio.h size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes,
offset             81 include/linux/uio.h size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes,
offset            130 include/linux/uio.h 			int offset, int len);
offset            132 include/linux/uio.h 		      int offset, int len);
offset            108 include/linux/uprobes.h extern int uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc);
offset            109 include/linux/uprobes.h extern int uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool);
offset            110 include/linux/uprobes.h extern void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc);
offset            141 include/linux/uprobes.h uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc)
offset            146 include/linux/uprobes.h uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add)
offset            151 include/linux/uprobes.h uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc)
offset           1216 include/linux/usb.h 	unsigned int offset;
offset            111 include/linux/usb/rndis_host.h 	__le32	offset;
offset            122 include/linux/usb/rndis_host.h 	__le32	offset;
offset            132 include/linux/usb/rndis_host.h 	__le32	offset;
offset            165 include/linux/usb/rndis_host.h 	__le32	offset;
offset            676 include/linux/uwb.h 	unsigned offset;
offset            163 include/linux/via-core.h int viafb_dma_copy_out_sg(unsigned int offset, struct scatterlist *sg, int nsg);
offset             57 include/linux/virtio_config.h 	void (*get)(struct virtio_device *vdev, unsigned offset,
offset             59 include/linux/virtio_config.h 	void (*set)(struct virtio_device *vdev, unsigned offset,
offset            217 include/linux/virtio_config.h static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset)
offset            220 include/linux/virtio_config.h 	vdev->config->get(vdev, offset, &ret, sizeof(ret));
offset            225 include/linux/virtio_config.h 				      unsigned int offset,
offset            228 include/linux/virtio_config.h 	vdev->config->get(vdev, offset, buf, len);
offset            232 include/linux/virtio_config.h 				  unsigned int offset, u8 val)
offset            234 include/linux/virtio_config.h 	vdev->config->set(vdev, offset, &val, sizeof(val));
offset            238 include/linux/virtio_config.h 				 unsigned int offset)
offset            241 include/linux/virtio_config.h 	vdev->config->get(vdev, offset, &ret, sizeof(ret));
offset            246 include/linux/virtio_config.h 				   unsigned int offset, u16 val)
offset            248 include/linux/virtio_config.h 	vdev->config->set(vdev, offset, &val, sizeof(val));
offset            252 include/linux/virtio_config.h 				 unsigned int offset)
offset            255 include/linux/virtio_config.h 	vdev->config->get(vdev, offset, &ret, sizeof(ret));
offset            260 include/linux/virtio_config.h 				   unsigned int offset, u32 val)
offset            262 include/linux/virtio_config.h 	vdev->config->set(vdev, offset, &val, sizeof(val));
offset            266 include/linux/virtio_config.h 				 unsigned int offset)
offset            269 include/linux/virtio_config.h 	vdev->config->get(vdev, offset, &ret, sizeof(ret));
offset            274 include/linux/virtio_config.h 				   unsigned int offset, u64 val)
offset            276 include/linux/virtio_config.h 	vdev->config->set(vdev, offset, &val, sizeof(val));
offset             31 include/linux/vlynq.h 	u32 offset;
offset             77 include/linux/vringh.h 	u64 offset;
offset            376 include/media/davinci/isif.h 	__u16 offset;
offset             68 include/media/saa7146.h 	unsigned long	offset;
offset             50 include/media/videobuf-dma-sg.h 	int                 offset;
offset             18 include/misc/cxl.h 	irq_hw_number_t offset[CXL_IRQ_RANGES];
offset            558 include/net/9p/9p.h 	size_t offset;
offset            240 include/net/9p/client.h 							u64 offset, u32 count);
offset            242 include/net/9p/client.h 							u64 offset, u32 count);
offset            243 include/net/9p/client.h int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset);
offset            171 include/net/addrconf.h static inline bool ipv6_is_mld(struct sk_buff *skb, int nexthdr, int offset)
offset            176 include/net/addrconf.h 	    !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr)))
offset            179 include/net/addrconf.h 	hdr = (struct icmp6hdr *)(skb_network_header(skb) + offset);
offset            157 include/net/bluetooth/hci_core.h 	__u16	offset;
offset             36 include/net/caif/caif_hsi.h 	u8 offset;
offset             88 include/net/checksum.h csum_block_add(__wsum csum, __wsum csum2, int offset)
offset             91 include/net/checksum.h 	if (offset&1)
offset             97 include/net/checksum.h csum_block_add_ext(__wsum csum, __wsum csum2, int offset, int len)
offset             99 include/net/checksum.h 	return csum_block_add(csum, csum2, offset);
offset            103 include/net/checksum.h csum_block_sub(__wsum csum, __wsum csum2, int offset)
offset            106 include/net/checksum.h 	if (offset&1)
offset             26 include/net/inet_common.h ssize_t inet_sendpage(struct socket *sock, struct page *page, int offset,
offset            124 include/net/ip.h 		   int getfrag(void *from, char *to, int offset, int len,
offset            130 include/net/ip.h int ip_generic_getfrag(void *from, char *to, int offset, int len, int odd,
offset            133 include/net/ip.h 		       int offset, size_t size, int flags);
offset            141 include/net/ip.h 			    int getfrag(void *from, char *to, int offset,
offset            116 include/net/ip_vs.h static inline void *frag_safe_skb_hp(const struct sk_buff *skb, int offset,
offset            120 include/net/ip_vs.h 	return skb_header_pointer(skb, offset, len, buffer);
offset            467 include/net/ip_vs.h 			     int offset,
offset           1309 include/net/ip_vs.h 			       const struct sk_buff *skb, int offset,
offset           1406 include/net/ip_vs.h 		    struct ip_vs_protocol *pp, int offset,
offset           1420 include/net/ip_vs.h 		       struct ip_vs_protocol *pp, int offset,
offset           1474 include/net/ip_vs.h __sum16 ip_vs_checksum_complete(struct sk_buff *skb, int offset);
offset            781 include/net/ipv6.h 		    int getfrag(void *from, char *to, int offset, int len,
offset            832 include/net/ipv6.h int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset, int target,
offset            835 include/net/ipv6.h int ipv6_find_tlv(struct sk_buff *skb, int offset, int type);
offset            136 include/net/iucv/af_iucv.h 	u32	offset;		/* offset for skb receival */
offset            435 include/net/iw_handler.h int dev_get_wireless_info(char *buffer, char **start, off_t offset, int length);
offset             50 include/net/netfilter/nf_conntrack_extend.h 	u16 offset[NF_CT_EXT_NUM];
offset             57 include/net/netfilter/nf_conntrack_extend.h 	return !!ext->offset[id];
offset             70 include/net/netfilter/nf_conntrack_extend.h 	return (void *)ct->ext + ct->ext->offset[id];
offset             90 include/net/netfilter/nf_log.h 			   u8 proto, int fragment, unsigned int offset);
offset             92 include/net/netfilter/nf_log.h 			   u8 proto, int fragment, unsigned int offset,
offset             42 include/net/netfilter/nf_tables_core.h 	u8			offset;
offset            391 include/net/netlabel.h int netlbl_catmap_walk(struct netlbl_lsm_catmap *catmap, u32 offset);
offset            392 include/net/netlabel.h int netlbl_catmap_walkrng(struct netlbl_lsm_catmap *catmap, u32 offset);
offset            394 include/net/netlabel.h 			  u32 *offset,
offset            404 include/net/netlabel.h 			  u32 offset,
offset            499 include/net/netlabel.h 				     u32 offset)
offset            504 include/net/netlabel.h 					u32 offset)
offset            509 include/net/netlabel.h 					u32 *offset,
offset            528 include/net/netlabel.h 					u32 offset,
offset             74 include/net/ping.h void ping_err(struct sk_buff *skb, int offset, u32 info);
offset             75 include/net/ping.h int  ping_getfrag(void *from, char *to, int offset, int fraglen, int odd,
offset             62 include/net/protocol.h 			       u8 type, u8 code, int offset,
offset             55 include/net/sctp/checksum.h 				       int offset, int len)
offset             61 include/net/sctp/checksum.h 					unsigned int offset)
offset             71 include/net/sctp/checksum.h 	ret = cpu_to_le32(~__skb_checksum(skb, offset, skb->len - offset,
offset            671 include/net/sock.h #define sk_nulls_for_each_entry_offset(tpos, pos, head, offset)		       \
offset            674 include/net/sock.h 		({ tpos = (typeof(*tpos) *)((void *)pos - offset); 1;});       \
offset            977 include/net/sock.h 					int offset, size_t size, int flags);
offset           1614 include/net/sock.h ssize_t sock_no_sendpage(struct socket *sock, struct page *page, int offset,
offset           1824 include/net/sock.h 					   int copy, int offset)
offset           1831 include/net/sock.h 		skb->csum = csum_block_add(skb->csum, csum, offset);
offset           1845 include/net/sock.h 	int err, offset = skb->len;
offset           1848 include/net/sock.h 				       copy, offset);
offset           1850 include/net/sock.h 		__skb_trim(skb, offset);
offset            357 include/net/tcp.h int tcp_sendpage(struct sock *sk, struct page *page, int offset, size_t size,
offset           1571 include/net/tcp.h 	int			bucket, offset, sbucket, num;
offset             19 include/net/udplite.h static __inline__ int udplite_getfrag(void *from, char *to, int  offset,
offset             22 include/net/udplite.h 	return memcpy_fromiovecend(to, (struct iovec *) from, offset, len);
offset           1368 include/net/xfrm.h 			   u8 type, u8 code, int offset, __be32 info);
offset           1386 include/net/xfrm.h 			   u8 type, u8 code, int offset, __be32 info);
offset            524 include/pcmcia/cistpl.h     u_int	offset;
offset            228 include/pcmcia/ds.h 			unsigned int offset);
offset             45 include/rdma/ib_umem.h 	int			offset;
offset           1401 include/rdma/ib_verbs.h 				    struct page *page, unsigned long offset,
offset           2166 include/rdma/ib_verbs.h 				  unsigned long offset,
offset           2171 include/rdma/ib_verbs.h 		return dev->dma_ops->map_page(dev, page, offset, size, direction);
offset           2172 include/rdma/ib_verbs.h 	return dma_map_page(dev->dma_device, page, offset, size, direction);
offset            373 include/scsi/iscsi_proto.h 	__be32	offset;
offset            393 include/scsi/iscsi_proto.h 	__be32	offset;
offset             99 include/scsi/libiscsi_tcp.h 			      unsigned int offset, bool offloaded, int *status);
offset            118 include/scsi/libiscsi_tcp.h 		      unsigned int offset, size_t size,
offset            430 include/scsi/osd_initiator.h 	const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len);
offset            432 include/scsi/osd_initiator.h 	const struct osd_obj_id *obj, u64 offset, void *buff, u64 len);
offset            436 include/scsi/osd_initiator.h 	const struct osd_obj_id *, struct bio *data_out, u64 offset);/* NI */
offset            438 include/scsi/osd_initiator.h 	const struct osd_obj_id *, u64 offset, u64 len);/* NI */
offset            440 include/scsi/osd_initiator.h 	const struct osd_obj_id *, u64 offset, u64 len);/* V2-only NI */
offset            444 include/scsi/osd_initiator.h 	/*V2*/ u64 offset, /*V2*/ u64 len);
offset            447 include/scsi/osd_initiator.h 	const struct osd_obj_id *obj, u64 offset, struct bio *bio, u64 len);
offset            449 include/scsi/osd_initiator.h 	const struct osd_obj_id *obj, u64 offset, void *buff, u64 len);
offset             94 include/scsi/osd_ore.h 	u64 offset;
offset            127 include/scsi/osd_ore.h 	loff_t			offset;
offset            159 include/scsi/osd_ore.h 		loff_t offset;
offset            179 include/scsi/osd_ore.h 		     bool is_reading, u64 offset, u64 length,
offset            126 include/scsi/osd_protocol.h osd_cdb_offset __osd_encode_offset(u64 offset, unsigned *padding,
offset            133 include/scsi/osd_protocol.h static inline osd_cdb_offset osd_encode_offset_v1(u64 offset, unsigned *padding)
offset            135 include/scsi/osd_protocol.h 	return __osd_encode_offset(offset, padding,
offset            143 include/scsi/osd_protocol.h static inline osd_cdb_offset osd_encode_offset_v2(u64 offset, unsigned *padding)
offset            145 include/scsi/osd_protocol.h 	return __osd_encode_offset(offset, padding,
offset            667 include/scsi/osd_protocol.h 	__be64 offset;
offset             41 include/scsi/osd_types.h 	u64 offset;
offset            159 include/scsi/scsi_cmnd.h 				 size_t *offset, size_t *len);
offset            128 include/scsi/scsi_transport_iscsi.h 	int (*init_pdu) (struct iscsi_task *task, unsigned int offset,
offset             34 include/scsi/scsi_transport_spi.h 	int offset;
offset             77 include/scsi/scsi_transport_spi.h #define spi_offset(x)	(((struct spi_transport_attrs *)&(x)->starget_data)->offset)
offset            157 include/scsi/scsi_transport_spi.h int spi_populate_sync_msg(unsigned char *msg, int period, int offset);
offset            158 include/scsi/scsi_transport_spi.h int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, int width,
offset             59 include/soc/tegra/fuse.h int tegra_fuse_readl(unsigned long offset, u32 *value);
offset            162 include/sound/control.h 						    unsigned int offset)
offset            165 include/sound/control.h 	dst_id->index += offset;
offset            166 include/sound/control.h 	dst_id->numid += offset;
offset           1568 include/sound/emu10k1.h #define snd_emu10k1_memblk_offset(blk)	(((blk)->mapped_page << PAGE_SHIFT) | ((blk)->mem.offset & (PAGE_SIZE - 1)))
offset           1878 include/sound/emu10k1.h int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size);
offset           1879 include/sound/emu10k1.h int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size);
offset             33 include/sound/hwdep.h 			    long long offset, int orig);
offset             35 include/sound/hwdep.h 		     long count, loff_t *offset);
offset             37 include/sound/hwdep.h 		      long count, loff_t *offset);
offset             62 include/sound/info.h 			 loff_t offset, int orig);
offset            107 include/sound/memalloc.h 					   size_t offset)
offset            110 include/sound/memalloc.h 	dma_addr_t addr = sgbuf->table[offset >> PAGE_SHIFT].addr;
offset            112 include/sound/memalloc.h 	return addr + offset % PAGE_SIZE;
offset            119 include/sound/memalloc.h 				     size_t offset)
offset            122 include/sound/memalloc.h 	return sgbuf->table[offset >> PAGE_SHIFT].buf + offset % PAGE_SIZE;
offset            130 include/sound/memalloc.h 					    size_t offset)
offset            132 include/sound/memalloc.h 	return dmab->addr + offset;
offset            136 include/sound/memalloc.h 				      size_t offset)
offset            138 include/sound/memalloc.h 	return dmab->area + offset;
offset            379 include/sound/opl3.h 		    loff_t *offset);
offset             82 include/sound/pcm.h 			     unsigned long offset);
offset            946 include/sound/pcm.h 					  unsigned long offset);
offset            993 include/sound/pcm.h 				    unsigned long offset);
offset            126 include/sound/soundfont.h int snd_sf_linear_to_log(unsigned int amount, int offset, int ratio);
offset             30 include/sound/util_mem.h 	unsigned int offset;		/* zero-offset of this block */
offset             47 include/trace/events/bcache.h 		__field(u64,	offset				)
offset             53 include/trace/events/bcache.h 		__entry->offset	= KEY_OFFSET(k);
offset             59 include/trace/events/bcache.h 		  __entry->offset, __entry->size, __entry->dirty)
offset            317 include/trace/events/bcache.h 		__field(u64,	offset				)
offset            328 include/trace/events/bcache.h 		__entry->offset	= KEY_OFFSET(k);
offset            338 include/trace/events/bcache.h 		  __entry->inode, __entry->offset,
offset            412 include/trace/events/bcache.h 		__field(__u64,		offset			)
offset            417 include/trace/events/bcache.h 		__entry->offset		= bucket << ca->set->bucket_bits;
offset            423 include/trace/events/bcache.h 		  MINOR(__entry->dev), __entry->offset)
offset            432 include/trace/events/bcache.h 		__field(__u64,		offset			)
offset            437 include/trace/events/bcache.h 		__entry->offset		= bucket << ca->set->bucket_bits;
offset            441 include/trace/events/bcache.h 		  MINOR(__entry->dev), __entry->offset)
offset            525 include/trace/events/btrfs.h 		__field(	u64,  offset		)
offset            537 include/trace/events/btrfs.h 		__entry->offset		= full_ref->offset;
offset            551 include/trace/events/btrfs.h 		  (unsigned long long)__entry->offset,
offset            636 include/trace/events/btrfs.h 		 u64 offset, u64 size),
offset            638 include/trace/events/btrfs.h 	TP_ARGS(root, map, offset, size),
offset            644 include/trace/events/btrfs.h 		__field(	u64,  offset			)
offset            653 include/trace/events/btrfs.h 		__entry->offset		= offset;
offset            661 include/trace/events/btrfs.h 		  (unsigned long long)__entry->offset,
offset            670 include/trace/events/btrfs.h 		 u64 offset, u64 size),
offset            672 include/trace/events/btrfs.h 	TP_ARGS(root, map, offset, size)
offset            678 include/trace/events/btrfs.h 		 u64 offset, u64 size),
offset            680 include/trace/events/btrfs.h 	TP_ARGS(root, map, offset, size)
offset            293 include/trace/events/ext3.h 	TP_PROTO(struct page *page, unsigned int offset, unsigned int length),
offset            295 include/trace/events/ext3.h 	TP_ARGS(page, offset, length),
offset            299 include/trace/events/ext3.h 		__field(	unsigned int, offset		)
offset            308 include/trace/events/ext3.h 		__entry->offset	= offset;
offset            317 include/trace/events/ext3.h 		  __entry->index, __entry->offset, __entry->length)
offset            641 include/trace/events/ext3.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len, int rw),
offset            643 include/trace/events/ext3.h 	TP_ARGS(inode, offset, len, rw),
offset            656 include/trace/events/ext3.h 		__entry->pos	= offset;
offset            669 include/trace/events/ext3.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len,
offset            672 include/trace/events/ext3.h 	TP_ARGS(inode, offset, len, rw, ret),
offset            686 include/trace/events/ext3.h 		__entry->pos	= offset;
offset            519 include/trace/events/ext4.h 	TP_PROTO(struct page *page, unsigned int offset, unsigned int length),
offset            521 include/trace/events/ext4.h 	TP_ARGS(page, offset, length),
offset            527 include/trace/events/ext4.h 		__field(	unsigned int, offset		)
offset            535 include/trace/events/ext4.h 		__entry->offset	= offset;
offset            543 include/trace/events/ext4.h 		  __entry->offset, __entry->length)
offset            547 include/trace/events/ext4.h 	TP_PROTO(struct page *page, unsigned int offset, unsigned int length),
offset            549 include/trace/events/ext4.h 	TP_ARGS(page, offset, length)
offset            553 include/trace/events/ext4.h 	TP_PROTO(struct page *page, unsigned int offset, unsigned int length),
offset            555 include/trace/events/ext4.h 	TP_ARGS(page, offset, length)
offset           1280 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len, int rw),
offset           1282 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, rw),
offset           1295 include/trace/events/ext4.h 		__entry->pos	= offset;
offset           1307 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len,
offset           1310 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, rw, ret),
offset           1324 include/trace/events/ext4.h 		__entry->pos	= offset;
offset           1338 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, loff_t len, int mode),
offset           1340 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, mode),
offset           1345 include/trace/events/ext4.h 		__field(	loff_t,	offset			)
offset           1353 include/trace/events/ext4.h 		__entry->offset	= offset;
offset           1361 include/trace/events/ext4.h 		  __entry->offset, __entry->len,
offset           1367 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, loff_t len, int mode),
offset           1369 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, mode)
offset           1374 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, loff_t len, int mode),
offset           1376 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, mode)
offset           1381 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, loff_t len, int mode),
offset           1383 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len, mode)
offset           1387 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset,
offset           1390 include/trace/events/ext4.h 	TP_ARGS(inode, offset, max_blocks, ret),
offset           1403 include/trace/events/ext4.h 		__entry->pos	= offset;
offset           2429 include/trace/events/ext4.h 	TP_PROTO(struct inode *inode, loff_t offset, loff_t len),
offset           2431 include/trace/events/ext4.h 	TP_ARGS(inode, offset, len),
offset           2436 include/trace/events/ext4.h 		__field(loff_t,	offset)
offset           2443 include/trace/events/ext4.h 		__entry->offset	= offset;
offset           2450 include/trace/events/ext4.h 		  __entry->offset, __entry->len)
offset            559 include/trace/events/f2fs.h 				loff_t offset, loff_t len, int ret),
offset            561 include/trace/events/f2fs.h 	TP_ARGS(inode, mode, offset, len, ret),
offset            567 include/trace/events/f2fs.h 		__field(loff_t,	offset)
offset            578 include/trace/events/f2fs.h 		__entry->offset	= offset;
offset            589 include/trace/events/f2fs.h 		(unsigned long long)__entry->offset,
offset            598 include/trace/events/f2fs.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len, int rw),
offset            600 include/trace/events/f2fs.h 	TP_ARGS(inode, offset, len, rw),
offset            613 include/trace/events/f2fs.h 		__entry->pos	= offset;
offset            627 include/trace/events/f2fs.h 	TP_PROTO(struct inode *inode, loff_t offset, unsigned long len,
offset            630 include/trace/events/f2fs.h 	TP_ARGS(inode, offset, len, rw, ret),
offset            644 include/trace/events/f2fs.h 		__entry->pos	= offset;
offset             83 include/trace/events/host1x.h 			u32 words, u32 offset, void *cmdbuf),
offset             85 include/trace/events/host1x.h 	TP_ARGS(name, mem_id, words, offset, cmdbuf),
offset             91 include/trace/events/host1x.h 		__field(u32, offset)
offset             98 include/trace/events/host1x.h 			memcpy(__get_dynamic_array(cmdbuf), cmdbuf+offset,
offset            105 include/trace/events/host1x.h 		__entry->offset = offset;
offset            110 include/trace/events/host1x.h 	  __entry->words, __entry->offset,
offset            224 include/trace/events/host1x.h 	TP_PROTO(void *mem_id, u32 offset, u32 syncpt_id, u32 thresh, u32 min),
offset            226 include/trace/events/host1x.h 	TP_ARGS(mem_id, offset, syncpt_id, thresh, min),
offset            230 include/trace/events/host1x.h 		__field(u32, offset)
offset            238 include/trace/events/host1x.h 		__entry->offset = offset;
offset            245 include/trace/events/host1x.h 		__entry->mem_id, __entry->offset,
offset             46 include/trace/events/intel-sst.h 	TP_PROTO(unsigned int offset, unsigned int val),
offset             48 include/trace/events/intel-sst.h 	TP_ARGS(offset, val),
offset             51 include/trace/events/intel-sst.h 		__field(	unsigned int,	offset		)
offset             56 include/trace/events/intel-sst.h 		__entry->offset = offset;
offset             61 include/trace/events/intel-sst.h 		(unsigned int)__entry->offset, (unsigned int)__entry->val)
offset             66 include/trace/events/intel-sst.h 	TP_PROTO(unsigned int offset, unsigned int val),
offset             68 include/trace/events/intel-sst.h 	TP_ARGS(offset, val)
offset             74 include/trace/events/intel-sst.h 	TP_PROTO(unsigned int offset, unsigned int val),
offset             76 include/trace/events/intel-sst.h 	TP_ARGS(offset, val)
offset             82 include/trace/events/intel-sst.h 	TP_PROTO(unsigned int offset, unsigned int val),
offset             84 include/trace/events/intel-sst.h 	TP_ARGS(offset, val)
offset             90 include/trace/events/intel-sst.h 	TP_PROTO(unsigned int offset, unsigned int val),
offset             92 include/trace/events/intel-sst.h 	TP_ARGS(offset, val)
offset            469 include/trace/events/rcu.h 	TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset,
offset            472 include/trace/events/rcu.h 	TP_ARGS(rcuname, rhp, offset, qlen_lazy, qlen),
offset            477 include/trace/events/rcu.h 		__field(unsigned long, offset)
offset            485 include/trace/events/rcu.h 		__entry->offset = offset;
offset            491 include/trace/events/rcu.h 		  __entry->rcuname, __entry->rhp, __entry->offset,
offset            563 include/trace/events/rcu.h 	TP_PROTO(const char *rcuname, struct rcu_head *rhp, unsigned long offset),
offset            565 include/trace/events/rcu.h 	TP_ARGS(rcuname, rhp, offset),
offset            570 include/trace/events/rcu.h 		__field(unsigned long, offset)
offset            576 include/trace/events/rcu.h 		__entry->offset	= offset;
offset            580 include/trace/events/rcu.h 		  __entry->rcuname, __entry->rhp, __entry->offset)
offset            723 include/trace/events/rcu.h #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \
offset            728 include/trace/events/rcu.h #define trace_rcu_invoke_kfree_callback(rcuname, rhp, offset) do { } while (0)
offset             29 include/uapi/drm/armada_drm.h 	uint64_t offset;
offset             39 include/uapi/drm/armada_drm.h 	uint32_t offset;
offset            212 include/uapi/drm/drm.h 	unsigned long offset;	 /**< Requested physical address (0 for SAREA)*/
offset            543 include/uapi/drm/drm.h 	unsigned long offset;	/**< In bytes -- will round to page boundary */
offset            513 include/uapi/drm/drm_mode.h 	__u64 offset;
offset             86 include/uapi/drm/exynos_drm.h 	__u32	offset;
offset            269 include/uapi/drm/i810_drm.h 	unsigned int offset;	/* Address of the Overlay Regs */
offset            445 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            461 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            477 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            501 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            538 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            610 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            660 include/uapi/drm/i915_drm.h 	__u64 offset;
offset            756 include/uapi/drm/i915_drm.h 	__u64 offset;
offset           1035 include/uapi/drm/i915_drm.h 	__u64 offset;
offset             88 include/uapi/drm/msm_drm.h 	uint64_t offset;         /* out, offset to pass to mmap() */
offset             54 include/uapi/drm/nouveau_drm.h 	uint64_t offset;
offset             70 include/uapi/drm/nouveau_drm.h 	uint64_t offset;
offset            100 include/uapi/drm/nouveau_drm.h 	uint64_t offset;
offset             91 include/uapi/drm/omap_drm.h 	uint64_t offset;		/* mmap offset (out) */
offset             56 include/uapi/drm/qxl_drm.h 	uint64_t offset; /* use for mmap system call */
offset            278 include/uapi/drm/r128_drm.h 	int offset;
offset            193 include/uapi/drm/radeon_drm.h 		unsigned char cmd_type, offset, stride, count;
offset            196 include/uapi/drm/radeon_drm.h 		unsigned char cmd_type, offset, stride, count;
offset            673 include/uapi/drm/radeon_drm.h 	unsigned int offset;
offset            867 include/uapi/drm/radeon_drm.h 	uint64_t	offset;
offset            893 include/uapi/drm/radeon_drm.h 	uint64_t offset;
offset            906 include/uapi/drm/radeon_drm.h 	uint64_t offset;
offset            942 include/uapi/drm/radeon_drm.h 	uint64_t		offset;
offset             54 include/uapi/drm/sis_drm.h 	unsigned long offset;
offset             60 include/uapi/drm/sis_drm.h 	unsigned long offset, size;
offset             64 include/uapi/drm/sis_drm.h 	unsigned long offset, size;
offset             39 include/uapi/drm/tegra_drm.h 	__u32 offset;
offset             90 include/uapi/drm/tegra_drm.h 	__u32 offset;
offset             98 include/uapi/drm/tegra_drm.h 		__u32 offset;
offset            102 include/uapi/drm/tegra_drm.h 		__u32 offset;
offset            110 include/uapi/drm/tegra_drm.h 	__u32 offset;
offset            119 include/uapi/drm/via_drm.h 	__u32 offset;
offset            124 include/uapi/drm/via_drm.h 	__u32 offset;
offset            133 include/uapi/drm/via_drm.h 	unsigned long offset;
offset            165 include/uapi/drm/via_drm.h 	unsigned long offset;
offset            482 include/uapi/drm/vmwgfx_drm.h 	uint32_t offset;
offset            851 include/uapi/drm/vmwgfx_drm.h 	uint64_t offset;
offset             27 include/uapi/linux/apm_bios.h 	__u32	offset;
offset             29 include/uapi/linux/atm_zatm.h 	int offset,next_off;		/* alignment optimizations: offset */
offset             10 include/uapi/linux/bcache.h #define BITMASK(name, type, field, offset, size)		\
offset             12 include/uapi/linux/bcache.h { return (k->field >> offset) & ~(~0ULL << size); }		\
offset             16 include/uapi/linux/bcache.h 	k->field &= ~(~(~0ULL << size) << offset);		\
offset             17 include/uapi/linux/bcache.h 	k->field |= (v & ~(~0ULL << size)) << offset;		\
offset             28 include/uapi/linux/bcache.h #define KEY_FIELD(name, field, offset, size)				\
offset             29 include/uapi/linux/bcache.h 	BITMASK(name, struct bkey, field, offset, size)
offset             31 include/uapi/linux/bcache.h #define PTR_FIELD(name, offset, size)					\
offset             33 include/uapi/linux/bcache.h { return (k->ptr[i] >> offset) & ~(~0ULL << size); }			\
offset             37 include/uapi/linux/bcache.h 	k->ptr[i] &= ~(~(~0ULL << size) << offset);			\
offset             38 include/uapi/linux/bcache.h 	k->ptr[i] |= (v & ~(~0ULL << size)) << offset;			\
offset             70 include/uapi/linux/bcache.h #define KEY(inode, offset, size)					\
offset             73 include/uapi/linux/bcache.h 	.low = (offset)							\
offset             93 include/uapi/linux/bcache.h #define PTR(gen, offset, dev)						\
offset             94 include/uapi/linux/bcache.h 	((((__u64) dev) << 51) | ((__u64) offset) << 8 | gen)
offset            158 include/uapi/linux/bcache.h 	__u64			offset;	/* sector where this sb was written */
offset             64 include/uapi/linux/bfs_fs.h #define BFS_OFF2INO(offset) \
offset             65 include/uapi/linux/bfs_fs.h         ((((offset) - BFS_BSIZE) / sizeof(struct bfs_inode)) + BFS_ROOT_INO)
offset            294 include/uapi/linux/btrfs.h 	__u64 offset;
offset             41 include/uapi/linux/cramfs_fs.h 	__u32 namelen:CRAMFS_NAMELEN_WIDTH, offset:CRAMFS_OFFSET_WIDTH;
offset            139 include/uapi/linux/cyclades.h         unsigned long   offset;
offset            282 include/uapi/linux/ethtool.h 	__u32	offset;
offset            188 include/uapi/linux/fb.h 	__u32 offset;			/* beginning of bitfield	*/
offset            136 include/uapi/linux/firewire-cdev.h 	__u64 offset;
offset            195 include/uapi/linux/firewire-cdev.h 	__u64 offset;
offset            508 include/uapi/linux/firewire-cdev.h 	__u64 offset;
offset            572 include/uapi/linux/firewire-cdev.h 	__u64 offset;
offset            502 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            514 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            667 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            735 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            743 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            751 include/uapi/linux/fuse.h 	uint64_t	offset;
offset            138 include/uapi/linux/hyperv.h 	__u64	offset;
offset            110 include/uapi/linux/if_arcnet.h     	     offset[2];		/* offset bytes (some weird semantics)     */
offset           1098 include/uapi/linux/input.h 	__s16 offset;
offset            155 include/uapi/linux/jffs2.h 	jint32_t offset;     /* Where to begin to write.  */
offset             69 include/uapi/linux/ncp_fs.h 	unsigned int	offset;
offset           3613 include/uapi/linux/nl80211.h 	__u32 start, offset, len;
offset           3624 include/uapi/linux/nl80211.h 	__u32 offset, len;
offset            399 include/uapi/linux/nvme.h 	__le32			offset;
offset            331 include/uapi/linux/omap3isp.h 	__u16 offset;
offset            538 include/uapi/linux/omap3isp.h 	__u16 offset[OMAP3ISP_RGB_MAX];
offset            551 include/uapi/linux/omap3isp.h 	__s16 offset[OMAP3ISP_RGB_MAX];
offset            401 include/uapi/linux/perf_event.h 	__s64	offset;			/* add to hardware event value */
offset            257 include/uapi/linux/pkt_cls.h 	int	offset;
offset            617 include/uapi/linux/pkt_sched.h 	__u16	offset[TC_QOPT_MAX_QUEUE];
offset             11 include/uapi/linux/suspend_ioctls.h 	__kernel_loff_t offset;
offset             66 include/uapi/linux/timex.h 	__kernel_long_t offset;	/* time offset (usec) */
offset             48 include/uapi/linux/uvcvideo.h 	__u8 offset;
offset            189 include/uapi/linux/vfio.h 	__u64	offset;		/* Region offset from start of device fd */
offset            695 include/uapi/linux/videodev2.h 		__u32           offset;
offset           1543 include/uapi/linux/videodev2.h 	__u64 offset;
offset           1637 include/uapi/linux/videodev2.h 	__u32	offset;
offset            316 include/uapi/linux/wimax/i2400m.h 		__u32 offset;	/* same size type as barker!! */
offset            137 include/uapi/mtd/mtd-abi.h 	__u32 offset;		/* At which this region starts,
offset            219 include/uapi/mtd/mtd-abi.h 	__u32 offset;
offset            404 include/uapi/sound/asound.h 	__kernel_off_t offset;		/* mmap offset */
offset            841 include/uapi/sound/asound.h 	unsigned int offset;		/* W: first element ID to get */
offset            199 include/uapi/video/sisfb.h 	__u32	offset;
offset             99 include/uapi/xen/gntdev.h 	uint64_t offset;
offset             61 include/video/w100fb.h 	unsigned long offset;
offset            200 include/xen/interface/event_channel.h 	uint32_t offset;
offset            381 include/xen/interface/grant_table.h 		uint16_t offset;
offset             64 include/xen/interface/io/fbif.h 	int32_t offset;		/* start offset within framebuffer */
offset            150 include/xen/interface/io/netif.h     uint16_t offset;       /* Offset within buffer page */
offset            240 include/xen/interface/io/netif.h     uint16_t offset;       /* Offset in page of start of received packet  */
offset             82 include/xen/interface/io/pciif.h 	int32_t offset;
offset            183 include/xen/interface/io/vscsiif.h 	uint16_t offset;
offset            168 include/xen/interface/vcpu.h     uint32_t offset; /* offset within page */
offset             20 include/xen/swiotlb-xen.h 				       unsigned long offset, size_t size,
offset            382 scripts/dtc/checks.c 		assert(m->offset == 0);
offset            464 scripts/dtc/checks.c 		assert(m->offset + sizeof(cell_t) <= prop->val.len);
offset            474 scripts/dtc/checks.c 		*((cell_t *)(prop->val.val + m->offset)) = cpu_to_fdt32(phandle);
offset            488 scripts/dtc/checks.c 		assert(m->offset <= prop->val.len);
offset            132 scripts/dtc/data.c 	memmove(d.val + m->offset + len, d.val + m->offset, d.len - m->offset);
offset            133 scripts/dtc/data.c 	memcpy(d.val + m->offset, p, len);
offset            139 scripts/dtc/data.c 		m->offset += len;
offset            163 scripts/dtc/data.c 		m2->offset += d1.len;
offset            245 scripts/dtc/data.c 	m->offset = d.len;
offset             79 scripts/dtc/dtc.h 	int offset;
offset            168 scripts/dtc/fdtput.c 	int node, offset = 0;
offset            174 scripts/dtc/fdtput.c 	for (sep = path; *sep; path = sep + 1, offset = node) {
offset            180 scripts/dtc/fdtput.c 		node = fdt_subnode_offset_namelen(blob, offset, path,
offset            183 scripts/dtc/fdtput.c 			node = fdt_add_subnode_namelen(blob, offset, path,
offset            124 scripts/dtc/flattree.c static void emit_offset_label(FILE *f, const char *label, int offset)
offset            127 scripts/dtc/flattree.c 	fprintf(f, "%s\t= . + %d\n", label, offset);
offset            179 scripts/dtc/flattree.c 		emit_offset_label(f, m->ref, m->offset);
offset            659 scripts/dtc/flattree.c static char *flat_read_stringtable(struct inbuf *inb, int offset)
offset            663 scripts/dtc/flattree.c 	p = inb->base + offset;
offset            667 scripts/dtc/flattree.c 			    offset);
offset            675 scripts/dtc/flattree.c 	return xstrdup(inb->base + offset);
offset             77 scripts/dtc/libfdt/fdt.c const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len)
offset             82 scripts/dtc/libfdt/fdt.c 		if (((offset + len) < offset)
offset             83 scripts/dtc/libfdt/fdt.c 		    || ((offset + len) > fdt_size_dt_struct(fdt)))
offset             86 scripts/dtc/libfdt/fdt.c 	p = _fdt_offset_ptr(fdt, offset);
offset             97 scripts/dtc/libfdt/fdt.c 	int offset = startoffset;
offset            101 scripts/dtc/libfdt/fdt.c 	tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
offset            105 scripts/dtc/libfdt/fdt.c 	offset += FDT_TAGSIZE;
offset            112 scripts/dtc/libfdt/fdt.c 			p = fdt_offset_ptr(fdt, offset++, 1);
offset            119 scripts/dtc/libfdt/fdt.c 		lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
offset            123 scripts/dtc/libfdt/fdt.c 		offset += sizeof(struct fdt_property) - FDT_TAGSIZE
offset            136 scripts/dtc/libfdt/fdt.c 	if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
offset            139 scripts/dtc/libfdt/fdt.c 	*nextoffset = FDT_TAGALIGN(offset);
offset            143 scripts/dtc/libfdt/fdt.c int _fdt_check_node_offset(const void *fdt, int offset)
offset            145 scripts/dtc/libfdt/fdt.c 	if ((offset < 0) || (offset % FDT_TAGSIZE)
offset            146 scripts/dtc/libfdt/fdt.c 	    || (fdt_next_tag(fdt, offset, &offset) != FDT_BEGIN_NODE))
offset            149 scripts/dtc/libfdt/fdt.c 	return offset;
offset            152 scripts/dtc/libfdt/fdt.c int _fdt_check_prop_offset(const void *fdt, int offset)
offset            154 scripts/dtc/libfdt/fdt.c 	if ((offset < 0) || (offset % FDT_TAGSIZE)
offset            155 scripts/dtc/libfdt/fdt.c 	    || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP))
offset            158 scripts/dtc/libfdt/fdt.c 	return offset;
offset            161 scripts/dtc/libfdt/fdt.c int fdt_next_node(const void *fdt, int offset, int *depth)
offset            166 scripts/dtc/libfdt/fdt.c 	if (offset >= 0)
offset            167 scripts/dtc/libfdt/fdt.c 		if ((nextoffset = _fdt_check_node_offset(fdt, offset)) < 0)
offset            171 scripts/dtc/libfdt/fdt.c 		offset = nextoffset;
offset            172 scripts/dtc/libfdt/fdt.c 		tag = fdt_next_tag(fdt, offset, &nextoffset);
offset            198 scripts/dtc/libfdt/fdt.c 	return offset;
offset             58 scripts/dtc/libfdt/fdt_ro.c static int _fdt_nodename_eq(const void *fdt, int offset,
offset             61 scripts/dtc/libfdt/fdt_ro.c 	const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);
offset            108 scripts/dtc/libfdt/fdt_ro.c static int _nextprop(const void *fdt, int offset)
offset            114 scripts/dtc/libfdt/fdt_ro.c 		tag = fdt_next_tag(fdt, offset, &nextoffset);
offset            124 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            126 scripts/dtc/libfdt/fdt_ro.c 		offset = nextoffset;
offset            132 scripts/dtc/libfdt/fdt_ro.c int fdt_subnode_offset_namelen(const void *fdt, int offset,
offset            140 scripts/dtc/libfdt/fdt_ro.c 	     (offset >= 0) && (depth >= 0);
offset            141 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, &depth))
offset            143 scripts/dtc/libfdt/fdt_ro.c 		    && _fdt_nodename_eq(fdt, offset, name, namelen))
offset            144 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            148 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error */
offset            161 scripts/dtc/libfdt/fdt_ro.c 	int offset = 0;
offset            175 scripts/dtc/libfdt/fdt_ro.c 		offset = fdt_path_offset(fdt, p);
offset            186 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            191 scripts/dtc/libfdt/fdt_ro.c 		offset = fdt_subnode_offset_namelen(fdt, offset, p, q-p);
offset            192 scripts/dtc/libfdt/fdt_ro.c 		if (offset < 0)
offset            193 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            198 scripts/dtc/libfdt/fdt_ro.c 	return offset;
offset            223 scripts/dtc/libfdt/fdt_ro.c 	int offset;
offset            225 scripts/dtc/libfdt/fdt_ro.c 	if ((offset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
offset            226 scripts/dtc/libfdt/fdt_ro.c 		return offset;
offset            228 scripts/dtc/libfdt/fdt_ro.c 	return _nextprop(fdt, offset);
offset            231 scripts/dtc/libfdt/fdt_ro.c int fdt_next_property_offset(const void *fdt, int offset)
offset            233 scripts/dtc/libfdt/fdt_ro.c 	if ((offset = _fdt_check_prop_offset(fdt, offset)) < 0)
offset            234 scripts/dtc/libfdt/fdt_ro.c 		return offset;
offset            236 scripts/dtc/libfdt/fdt_ro.c 	return _nextprop(fdt, offset);
offset            240 scripts/dtc/libfdt/fdt_ro.c 						      int offset,
offset            246 scripts/dtc/libfdt/fdt_ro.c 	if ((err = _fdt_check_prop_offset(fdt, offset)) < 0) {
offset            252 scripts/dtc/libfdt/fdt_ro.c 	prop = _fdt_offset_ptr(fdt, offset);
offset            261 scripts/dtc/libfdt/fdt_ro.c 						    int offset,
offset            265 scripts/dtc/libfdt/fdt_ro.c 	for (offset = fdt_first_property_offset(fdt, offset);
offset            266 scripts/dtc/libfdt/fdt_ro.c 	     (offset >= 0);
offset            267 scripts/dtc/libfdt/fdt_ro.c 	     (offset = fdt_next_property_offset(fdt, offset))) {
offset            270 scripts/dtc/libfdt/fdt_ro.c 		if (!(prop = fdt_get_property_by_offset(fdt, offset, lenp))) {
offset            271 scripts/dtc/libfdt/fdt_ro.c 			offset = -FDT_ERR_INTERNAL;
offset            280 scripts/dtc/libfdt/fdt_ro.c 		*lenp = offset;
offset            304 scripts/dtc/libfdt/fdt_ro.c const void *fdt_getprop_by_offset(const void *fdt, int offset,
offset            309 scripts/dtc/libfdt/fdt_ro.c 	prop = fdt_get_property_by_offset(fdt, offset, lenp);
offset            360 scripts/dtc/libfdt/fdt_ro.c 	int offset, depth, namelen;
offset            368 scripts/dtc/libfdt/fdt_ro.c 	for (offset = 0, depth = 0;
offset            369 scripts/dtc/libfdt/fdt_ro.c 	     (offset >= 0) && (offset <= nodeoffset);
offset            370 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, &depth)) {
offset            379 scripts/dtc/libfdt/fdt_ro.c 			name = fdt_get_name(fdt, offset, &namelen);
offset            390 scripts/dtc/libfdt/fdt_ro.c 		if (offset == nodeoffset) {
offset            401 scripts/dtc/libfdt/fdt_ro.c 	if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
offset            403 scripts/dtc/libfdt/fdt_ro.c 	else if (offset == -FDT_ERR_BADOFFSET)
offset            406 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error from fdt_next_node() */
offset            412 scripts/dtc/libfdt/fdt_ro.c 	int offset, depth;
offset            420 scripts/dtc/libfdt/fdt_ro.c 	for (offset = 0, depth = 0;
offset            421 scripts/dtc/libfdt/fdt_ro.c 	     (offset >= 0) && (offset <= nodeoffset);
offset            422 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, &depth)) {
offset            424 scripts/dtc/libfdt/fdt_ro.c 			supernodeoffset = offset;
offset            426 scripts/dtc/libfdt/fdt_ro.c 		if (offset == nodeoffset) {
offset            437 scripts/dtc/libfdt/fdt_ro.c 	if ((offset == -FDT_ERR_NOTFOUND) || (offset >= 0))
offset            439 scripts/dtc/libfdt/fdt_ro.c 	else if (offset == -FDT_ERR_BADOFFSET)
offset            442 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error from fdt_next_node() */
offset            470 scripts/dtc/libfdt/fdt_ro.c 	int offset;
offset            481 scripts/dtc/libfdt/fdt_ro.c 	for (offset = fdt_next_node(fdt, startoffset, NULL);
offset            482 scripts/dtc/libfdt/fdt_ro.c 	     offset >= 0;
offset            483 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, NULL)) {
offset            484 scripts/dtc/libfdt/fdt_ro.c 		val = fdt_getprop(fdt, offset, propname, &len);
offset            487 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            490 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error from fdt_next_node() */
offset            495 scripts/dtc/libfdt/fdt_ro.c 	int offset;
offset            508 scripts/dtc/libfdt/fdt_ro.c 	for (offset = fdt_next_node(fdt, -1, NULL);
offset            509 scripts/dtc/libfdt/fdt_ro.c 	     offset >= 0;
offset            510 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, NULL)) {
offset            511 scripts/dtc/libfdt/fdt_ro.c 		if (fdt_get_phandle(fdt, offset) == phandle)
offset            512 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            515 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error from fdt_next_node() */
offset            554 scripts/dtc/libfdt/fdt_ro.c 	int offset, err;
offset            563 scripts/dtc/libfdt/fdt_ro.c 	for (offset = fdt_next_node(fdt, startoffset, NULL);
offset            564 scripts/dtc/libfdt/fdt_ro.c 	     offset >= 0;
offset            565 scripts/dtc/libfdt/fdt_ro.c 	     offset = fdt_next_node(fdt, offset, NULL)) {
offset            566 scripts/dtc/libfdt/fdt_ro.c 		err = fdt_node_check_compatible(fdt, offset, compatible);
offset            570 scripts/dtc/libfdt/fdt_ro.c 			return offset;
offset            573 scripts/dtc/libfdt/fdt_ro.c 	return offset; /* error from fdt_next_node() */
offset            338 scripts/dtc/libfdt/fdt_rw.c 	int offset, nextoffset;
offset            346 scripts/dtc/libfdt/fdt_rw.c 	offset = fdt_subnode_offset_namelen(fdt, parentoffset, name, namelen);
offset            347 scripts/dtc/libfdt/fdt_rw.c 	if (offset >= 0)
offset            349 scripts/dtc/libfdt/fdt_rw.c 	else if (offset != -FDT_ERR_NOTFOUND)
offset            350 scripts/dtc/libfdt/fdt_rw.c 		return offset;
offset            355 scripts/dtc/libfdt/fdt_rw.c 		offset = nextoffset;
offset            356 scripts/dtc/libfdt/fdt_rw.c 		tag = fdt_next_tag(fdt, offset, &nextoffset);
offset            359 scripts/dtc/libfdt/fdt_rw.c 	nh = _fdt_offset_ptr_w(fdt, offset);
offset            372 scripts/dtc/libfdt/fdt_rw.c 	return offset;
offset             75 scripts/dtc/libfdt/fdt_sw.c 	int offset = fdt_size_dt_struct(fdt);
offset             81 scripts/dtc/libfdt/fdt_sw.c 	if ((offset + len < offset) || (offset + len > spaceleft))
offset             84 scripts/dtc/libfdt/fdt_sw.c 	fdt_set_size_dt_struct(fdt, offset + len);
offset             85 scripts/dtc/libfdt/fdt_sw.c 	return _fdt_offset_ptr_w(fdt, offset);
offset            113 scripts/dtc/libfdt/fdt_sw.c 	int offset;
offset            120 scripts/dtc/libfdt/fdt_sw.c 	offset = fdt_off_dt_struct(fdt);
offset            121 scripts/dtc/libfdt/fdt_sw.c 	if ((offset + sizeof(*re)) > fdt_totalsize(fdt))
offset            124 scripts/dtc/libfdt/fdt_sw.c 	re = (struct fdt_reserve_entry *)((char *)fdt + offset);
offset            128 scripts/dtc/libfdt/fdt_sw.c 	fdt_set_off_dt_struct(fdt, offset + sizeof(*re));
offset            174 scripts/dtc/libfdt/fdt_sw.c 	int struct_top, offset;
offset            181 scripts/dtc/libfdt/fdt_sw.c 	offset = -strtabsize - len;
offset            183 scripts/dtc/libfdt/fdt_sw.c 	if (fdt_totalsize(fdt) + offset < struct_top)
offset            186 scripts/dtc/libfdt/fdt_sw.c 	memcpy(strtab + offset, s, len);
offset            188 scripts/dtc/libfdt/fdt_sw.c 	return offset;
offset            219 scripts/dtc/libfdt/fdt_sw.c 	int offset, nextoffset;
offset            236 scripts/dtc/libfdt/fdt_sw.c 	offset = 0;
offset            237 scripts/dtc/libfdt/fdt_sw.c 	while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
offset            240 scripts/dtc/libfdt/fdt_sw.c 				_fdt_offset_ptr_w(fdt, offset);
offset            247 scripts/dtc/libfdt/fdt_sw.c 		offset = nextoffset;
offset             97 scripts/dtc/libfdt/fdt_wip.c int _fdt_node_end_offset(void *fdt, int offset)
offset            101 scripts/dtc/libfdt/fdt_wip.c 	while ((offset >= 0) && (depth >= 0))
offset            102 scripts/dtc/libfdt/fdt_wip.c 		offset = fdt_next_node(fdt, offset, &depth);
offset            104 scripts/dtc/libfdt/fdt_wip.c 	return offset;
offset            125 scripts/dtc/libfdt/libfdt.h const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
offset            126 scripts/dtc/libfdt/libfdt.h static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen)
offset            128 scripts/dtc/libfdt/libfdt.h 	return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);
offset            131 scripts/dtc/libfdt/libfdt.h uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset);
offset            137 scripts/dtc/libfdt/libfdt.h int fdt_next_node(const void *fdt, int offset, int *depth);
offset            384 scripts/dtc/libfdt/libfdt.h int fdt_next_property_offset(const void *fdt, int offset);
offset            411 scripts/dtc/libfdt/libfdt.h 						      int offset,
offset            498 scripts/dtc/libfdt/libfdt.h const void *fdt_getprop_by_offset(const void *fdt, int offset,
offset             65 scripts/dtc/libfdt/libfdt_internal.h int _fdt_check_node_offset(const void *fdt, int offset);
offset             66 scripts/dtc/libfdt/libfdt_internal.h int _fdt_check_prop_offset(const void *fdt, int offset);
offset             70 scripts/dtc/libfdt/libfdt_internal.h static inline const void *_fdt_offset_ptr(const void *fdt, int offset)
offset             72 scripts/dtc/libfdt/libfdt_internal.h 	return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
offset             75 scripts/dtc/libfdt/libfdt_internal.h static inline void *_fdt_offset_ptr_w(void *fdt, int offset)
offset             77 scripts/dtc/libfdt/libfdt_internal.h 	return (void *)(uintptr_t)_fdt_offset_ptr(fdt, offset);
offset             72 scripts/dtc/treesource.c 	while (m && (m->offset == 0)) {
offset            112 scripts/dtc/treesource.c 			while (m && (m->offset < i)) {
offset            114 scripts/dtc/treesource.c 					assert(m->offset == (i+1));
offset            132 scripts/dtc/treesource.c 		assert (m->offset == val.len);
offset            145 scripts/dtc/treesource.c 		while (m && (m->offset <= ((char *)cp - val.val))) {
offset            147 scripts/dtc/treesource.c 				assert(m->offset == ((char *)cp - val.val));
offset            161 scripts/dtc/treesource.c 		assert (m->offset == val.len);
offset            175 scripts/dtc/treesource.c 		while (m && (m->offset == (bp-val.val))) {
offset            189 scripts/dtc/treesource.c 		assert (m->offset == val.len);
offset            217 scripts/dtc/treesource.c 		if ((m->offset > 0) && (prop->val.val[m->offset - 1] != '\0'))
offset            219 scripts/dtc/treesource.c 		if ((m->offset % sizeof(cell_t)) != 0)
offset            205 scripts/dtc/util.c 	off_t bufsize = 1024, offset = 0;
offset            219 scripts/dtc/util.c 		if (offset == bufsize) {
offset            228 scripts/dtc/util.c 		ret = read(fd, &buf[offset], bufsize - offset);
offset            233 scripts/dtc/util.c 		offset += ret;
offset            276 scripts/dtc/util.c 	int offset;
offset            287 scripts/dtc/util.c 	offset = 0;
offset            289 scripts/dtc/util.c 	while (offset < totalsize) {
offset            290 scripts/dtc/util.c 		ret = write(fd, ptr + offset, totalsize - offset);
offset            295 scripts/dtc/util.c 		offset += ret;
offset            216 scripts/kallsyms.c 	int offset = 1;
offset            223 scripts/kallsyms.c 		offset++;
offset            238 scripts/kallsyms.c 				strcmp((char *)s->sym + offset,
offset            241 scripts/kallsyms.c 				strcmp((char *)s->sym + offset,
offset            247 scripts/kallsyms.c 	if (strstr((char *)s->sym + offset, "_compiled."))
offset            251 scripts/kallsyms.c 		if( strcmp((char *)s->sym + offset, special_symbols[i]) == 0 )
offset            185 scripts/kconfig/expr.h 	size_t offset;
offset            370 scripts/kconfig/mconf.c 		if (pos->offset >= start && pos->offset < end) {
offset            384 scripts/kconfig/mconf.c 			memcpy(buf + pos->offset, header, sizeof(header) - 1);
offset            590 scripts/kconfig/menu.c 				jump->offset = strlen(r->s);
offset            366 scripts/kconfig/nconf.c 	int offset = 1;
offset            372 scripts/kconfig/nconf.c 		mvwprintw(main_window, lines-3, offset,
offset            376 scripts/kconfig/nconf.c 		offset += strlen(function_keys[i].key_str);
offset            378 scripts/kconfig/nconf.c 				offset, "%s",
offset            380 scripts/kconfig/nconf.c 		offset += strlen(function_keys[i].func) + skip;
offset            737 scripts/kconfig/qconf.cc 	x = header()->offset() + p.x();
offset           1697 scripts/kconfig/zconf.lex.c 			int offset = (yy_c_buf_p) - (yytext_ptr);
offset           1733 scripts/kconfig/zconf.lex.c 					(yy_c_buf_p) = (yytext_ptr) + offset;
offset            201 scripts/mod/sumversion.c 	const unsigned int offset = mctx->byte_count & 0x3f;
offset            202 scripts/mod/sumversion.c 	char *p = (char *)mctx->block + offset;
offset            203 scripts/mod/sumversion.c 	int padding = 56 - (offset + 1);
offset            456 scripts/mod/sumversion.c 			  unsigned long offset)
offset            467 scripts/mod/sumversion.c 	if (lseek(fd, offset, SEEK_SET) == (off_t)-1) {
offset            469 scripts/mod/sumversion.c 			filename, offset, strerror(errno));
offset             92 scripts/recordmcount.c ulseek(int const fd, off_t const offset, int const whence)
offset             94 scripts/recordmcount.c 	off_t const w = lseek(fd, offset, whence);
offset            141 scripts/recordmcount.c static int (*make_nop)(void *map, size_t const offset);
offset            143 scripts/recordmcount.c static int make_nop_x86(void *map, size_t const offset)
offset            149 scripts/recordmcount.c 	ptr = map + offset;
offset            153 scripts/recordmcount.c 	op = map + offset - 1;
offset            158 scripts/recordmcount.c 	ulseek(fd_map, offset - 1, SEEK_SET);