/linux/include/net/ |
H A D | netlabel.h | 583 u32 offset) in netlbl_catmap_walk() 588 u32 offset) in netlbl_catmap_walkrng() 593 u32 *offset, in netlbl_catmap_getlong() 612 u32 offset, in netlbl_catmap_setlong()
|
/linux/drivers/scsi/ |
H A D | 53c700.c | 233 __u8 offset, __u8 period) in NCR_700_offset_period_to_sxfer() 350 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0] in NCR_700_detect() local 811 __u8 offset = hostdata->msgin[4]; in process_extended_message() local 1995 NCR_700_set_offset(struct scsi_target *STp, int offset) in NCR_700_set_offset()
|
/linux/lib/zstd/compress/ |
H A D | zstd_double_fast.c | 128 U32 offset; in ZSTD_compressBlock_doubleFast_noDict_generic() local 387 U32 offset; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 674 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local 687 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 115 ReadW6692(struct w6692_hw *card, u8 offset) in ReadW6692() 121 WriteW6692(struct w6692_hw *card, u8 offset, u8 value) in WriteW6692() 127 ReadW6692B(struct w6692_ch *bc, u8 offset) in ReadW6692B() 133 WriteW6692B(struct w6692_ch *bc, u8 offset, u8 value) in WriteW6692B()
|
/linux/fs/btrfs/ |
H A D | ref-verify.c | 37 u64 offset; member 378 u64 offset = btrfs_extent_data_ref_offset(leaf, dref); in add_extent_data_ref() local 425 u64 offset, flags, count; in process_extent_item() local 667 u64 offset = 0; in btrfs_ref_tree_mod() local
|
/linux/drivers/pinctrl/starfive/ |
H A D | pinctrl-starfive-jh7110.c | 105 unsigned int offset = 4 * (pin / 4); in jh7110_pin_dbg_show() local 256 unsigned int offset = 4 * (pin / 4); in jh7110_set_gpiomux() local 552 unsigned int offset = 4 * (gpio / 4); in jh7110_gpio_get_direction() local 616 unsigned int offset = 4 * (gpio / 4); in jh7110_gpio_set() local
|
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 447 off_t offset = FIELD_GET(BPF_FIXUP_OFFSET_MASK, ex->fixup); in ex_handler_bpf() local 461 off_t offset; in add_exception_handler() local 1412 int offset = (void *)(&ctx->image[ctx->idx]) - (void *)branch; in invoke_bpf_prog() local 1667 int offset = (void *)(&ctx->image[ctx->idx]) - (void *)branches[i]; in __arch_prepare_bpf_trampoline() local
|
/linux/fs/fuse/ |
H A D | file.c | 1125 unsigned int offset, i; in fuse_send_write_pages() local 1174 unsigned offset = pos & (PAGE_SIZE - 1); in fuse_fill_write_pages() local 1400 static int fuse_iomap_begin(struct inode *inode, loff_t offset, loff_t length, in fuse_iomap_begin() 1551 unsigned int offset = start + in fuse_get_user_pages() local 2010 uint32_t folio_index, loff_t offset, unsigned len) in fuse_writepage_args_page_fill() 2020 size_t offset, in fuse_writepage_args_setup() 2139 loff_t offset = offset_in_folio(folio, pos); in fuse_iomap_writeback_range() local 2528 static loff_t fuse_lseek(struct file *file, loff_t offset, int whence) in fuse_lseek() 2572 static loff_t fuse_file_llseek(struct file *file, loff_t offset, int whence) in fuse_file_llseek() 2752 loff_t offset = iocb->ki_pos; in fuse_direct_IO() local [all …]
|
/linux/fs/squashfs/ |
H A D | fragment.c | 39 int block, offset, size; in squashfs_frag_lookup() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gk104.h | 36 u8 offset; member
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
H A D | hw_translate_dce60.c | 64 uint32_t offset, in offset_to_id()
|
/linux/arch/loongarch/mm/ |
H A D | extable.c | 18 unsigned int offset, unsigned long val) in regs_set_gpr()
|
/linux/virt/kvm/ |
H A D | binary_stats.c | 55 char __user *user_buffer, size_t size, loff_t *offset) in kvm_stats_read()
|
/linux/drivers/tty/ |
H A D | n_null.c | 14 size_t nr, void **cookie, unsigned long offset) in n_null_read()
|
/linux/drivers/nvmem/ |
H A D | qoriq-efuse.c | 17 static int qoriq_efuse_read(void *context, unsigned int offset, void *val, in qoriq_efuse_read()
|
H A D | apple-efuses.c | 18 static int apple_efuses_read(void *context, unsigned int offset, void *val, in apple_efuses_read()
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
H A D | hw_translate_dce80.c | 64 uint32_t offset, in offset_to_id()
|
/linux/samples/seccomp/ |
H A D | bpf-helper.c | 31 size_t offset = count - i - 1; in bpf_resolve_jumps() local
|
/linux/tools/testing/selftests/mm/ |
H A D | mlock2.h | 25 unsigned long offset; in seek_to_smaps_entry() local
|
/linux/arch/arm64/kernel/probes/ |
H A D | decode-insn.c | 151 unsigned long size = 0, offset = 0; in arm_kprobe_decode_insn() local
|
/linux/drivers/pinctrl/actions/ |
H A D | pinctrl-s500.c | 31 #define _GPIOA(offset) (offset) argument 32 #define _GPIOB(offset) (32 + (offset)) argument 33 #define _GPIOC(offset) (64 + (offset)) argument 34 #define _GPIOD(offset) (96 + (offset)) argument 35 #define _GPIOE(offset) (128 + (offset)) argument 38 #define _PIN(offset) (NUM_GPIOS + (offset)) argument
|
/linux/fs/affs/ |
H A D | amigaffs.c | 31 int offset; in affs_insert_hash() local 81 int offset, retval; in affs_remove_hash() local
|
/linux/sound/soc/sof/ |
H A D | compress.c | 309 unsigned int offset, n; in sof_compr_copy_playback() local 330 unsigned int offset, n; in sof_compr_copy_capture() local
|
/linux/arch/mips/pci/ |
H A D | pci-ar724x.c | 252 int offset; in ar724x_pci_irq_unmask() local 273 int offset; in ar724x_pci_irq_mask() local
|
/linux/fs/vboxsf/ |
H A D | vboxsf_wrappers.c | 201 int vboxsf_read(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf) in vboxsf_read() 225 int vboxsf_write(u32 root, u64 handle, u64 offset, u32 *buf_len, u8 *buf) in vboxsf_write()
|