Home
last modified time | relevance | path

Searched defs:off (Results 126 – 150 of 1396) sorted by relevance

12345678910>>...56

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c21 #define _VOP_REG(off, _mask, _shift, _write_mask, _relaxed) \ argument
30 #define VOP_REG(off, _mask, _shift) \ argument
33 #define VOP_REG_SYNC(off, _mask, _shift) \ argument
36 #define VOP_REG_MASK_SYNC(off, _mask, _shift) \ argument
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-orion.c36 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_get() local
52 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_set() local
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2406.c28 char *buf, loff_t off, size_t count) in w1_f12_read_state()
65 char *buf, loff_t off, size_t count) in w1_f12_write_output()
/openbmc/linux/drivers/vdpa/solidrun/
H A Dsnet_vdpa.h168 static inline u32 psnet_read32(struct psnet *psnet, u32 off) in psnet_read32()
173 static inline u32 snet_read32(struct snet *snet, u32 off) in snet_read32()
178 static inline void snet_write32(struct snet *snet, u32 off, u32 val) in snet_write32()
183 static inline u64 psnet_read64(struct psnet *psnet, u32 off) in psnet_read64()
192 static inline void snet_write64(struct snet *snet, u32 off, u64 val) in snet_write64()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline_dynptr.c235 static __noinline int parse_icmpv6(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmpv6()
259 static __noinline int parse_icmp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmp()
284 static __noinline bool parse_udp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_udp()
304 static __noinline bool parse_tcp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_tcp()
328 struct eth_hdr *eth, __u64 off, in process_packet()
H A Ddynptr_success.c217 __u32 off = 10; in test_adjust() local
270 __u32 off = 20; in test_adjust_err() local
466 __u32 off = 2, size; in test_dynptr_clone() local
/openbmc/linux/fs/ntfs3/
H A Dxattr.c46 const char *name, u8 name_len, u32 *off, u32 *ea_sz) in find_ea()
81 u32 size, off, ea_size; in ntfs_read_ea() local
199 u32 off, size; in ntfs_list_ea() local
257 u32 off, len; in ntfs_get_ea() local
325 u32 off, size, ea_sz; in ntfs_set_ea() local
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_stream_id.h11 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument
18 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument
/openbmc/linux/fs/hfs/
H A Dbfind.c58 u16 off, len, keylen; in __hfs_brec_find() local
179 u16 off, len, keylen; in hfs_brec_goto() local
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c364 static int get_part(const char *partname, int *idx, loff_t *off, loff_t *size, in get_part()
398 int mtd_arg_off(const char *arg, int *idx, loff_t *off, loff_t *size, in mtd_arg_off()
414 int mtd_arg_off_size(int argc, char *const argv[], int *idx, loff_t *off, in mtd_arg_off_size()
/openbmc/linux/block/
H A Dbfq-cgroup.c91 int off) in blkg_prfill_stat()
1019 struct blkg_policy_data *pd, int off) in bfqg_prfill_weight_device()
1100 loff_t off) in bfq_io_set_device_weight()
1140 loff_t off) in bfq_io_set_weight()
1166 struct blkg_policy_data *pd, int off) in bfqg_prfill_rwstat_recursive()
1191 struct blkg_policy_data *pd, int off) in bfqg_prfill_stat_recursive()
1224 int off) in bfqg_prfill_sectors()
1240 struct blkg_policy_data *pd, int off) in bfqg_prfill_sectors_recursive()
1260 struct blkg_policy_data *pd, int off) in bfqg_prfill_avg_queue_size()
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_common.c387 loff_t off) in vfio_platform_read_mmio()
446 loff_t off = *ppos & VFIO_PLATFORM_OFFSET_MASK; in vfio_platform_read() local
466 loff_t off) in vfio_platform_write_mmio()
524 loff_t off = *ppos & VFIO_PLATFORM_OFFSET_MASK; in vfio_platform_write() local
/openbmc/linux/drivers/misc/mchp_pci1xxxx/
H A Dmchp_pci1xxxx_otpe2p.c120 static int pci1xxxx_eeprom_read(void *priv_t, unsigned int off, in pci1xxxx_eeprom_read()
161 static int pci1xxxx_eeprom_write(void *priv_t, unsigned int off, in pci1xxxx_eeprom_write()
215 static int pci1xxxx_otp_read(void *priv_t, unsigned int off, in pci1xxxx_otp_read()
264 static int pci1xxxx_otp_write(void *priv_t, unsigned int off, in pci1xxxx_otp_write()
/openbmc/linux/arch/alpha/kernel/
H A Dpci-noop.c98 unsigned long, off, unsigned long, len, void __user *, buf) in SYSCALL_DEFINE5() argument
107 unsigned long, off, unsigned long, len, void __user *, buf) in SYSCALL_DEFINE5() argument
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dioc.h19 #define ioc_readb(off) __raw_readb(IOC_BASE + (off)) argument
20 #define ioc_writeb(val,off) __raw_writeb(val, IOC_BASE + (off)) argument
/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c35 #define SET_FUSEARRAY_BIT(map, i, off, bit) \ argument
38 #define GET_FUSEARRAY_BIT(map, i, off) \ argument
/openbmc/linux/arch/s390/boot/
H A Dpgm_check_info.c32 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) in findsym()
64 unsigned short off; in strsym() local
/openbmc/linux/drivers/acpi/apei/
H A Derst-dbg.c83 size_t usize, loff_t *off) in erst_dbg_read()
153 size_t usize, loff_t *off) in erst_dbg_write()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_bmap.c116 int64_t off; in vxfs_bmap_indir() local
196 int64_t off = (hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed() local
/openbmc/u-boot/common/
H A Dfdt_support.c32 u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell, in fdt_getprop_u32_default_node()
65 int off; in fdt_getprop_u32_default() local
333 int off; in do_fixup_by_prop() local
360 int off = -1; in do_fixup_by_compat() local
734 int off, ndepth; in fdt_del_subnodes() local
761 int off; in fdt_del_partitions() local
791 int off, ndepth = 0; in fdt_node_set_part_info() local
930 int off = fdt_path_offset(blob, alias); in fdt_del_node_and_alias() local
1296 int len, off = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_node_offset_by_compat_reg() local
1339 int off = fdt_node_offset_by_phandle(fdt, phandle); in fdt_set_phandle() local
[all …]
/openbmc/u-boot/tools/
H A Dmips-relocs.c109 static int add_reloc(unsigned int type, uint64_t off) in add_reloc()
152 uint32_t off, type; in parse_mips32_rel() local
166 uint64_t off, type; in parse_mips64_rela() local
/openbmc/linux/arch/powerpc/crypto/
H A Dmd5-asm.S48 #define LOAD_DATA(reg, off) \ argument
54 #define LOAD_DATA(reg, off) \ argument
61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
/openbmc/linux/kernel/time/
H A Dnamespace.c142 static struct timens_offset offset_from_ts(struct timespec64 off) in offset_from_ts()
399 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset() local
437 struct proc_timens_offset *off = &offsets[i]; in proc_timens_set_offset() local
/openbmc/linux/net/netfilter/
H A Dnft_inner.c53 struct nft_inner_tun_ctx *ctx, u32 off) in nft_inner_parse_l2l3()
175 struct nft_inner_tun_ctx *ctx, u32 *off) in nft_inner_parse_tunhdr()
214 u32 off = pkt->inneroff; in nft_inner_parse() local
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h50 u32 off; member
155 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; } in etm_readl_cp14()
156 static inline int etm_writel_cp14(u32 off, u32 val) { return 0; } in etm_writel_cp14()

12345678910>>...56