Home
last modified time | relevance | path

Searched defs:off (Results 76 – 100 of 1396) sorted by relevance

12345678910>>...56

/openbmc/linux/arch/arm/mach-s3c/
H A Dgpio-samsung.c41 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_setpull_updown()
56 unsigned int off) in samsung_gpio_getpull_updown()
69 unsigned int off, unsigned int cfg) in samsung_gpio_setcfg_2bit()
102 unsigned int off) in samsung_gpio_getcfg_2bit()
132 unsigned int off, unsigned int cfg) in samsung_gpio_setcfg_4bit()
167 unsigned int off) in samsung_gpio_getcfg_4bit()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.c185 int get_offset(const struct jit_context *ctx, int off) in get_offset()
409 void emit_atomic_r(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r()
445 void emit_cmpxchg_r(struct jit_context *ctx, u8 dst, u8 src, u8 res, s16 off) in emit_cmpxchg_r()
698 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 imm, s32 off, u8 op) in emit_jmp_i()
758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r()
826 int emit_ja(struct jit_context *ctx, s16 off) in emit_ja()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
79 #define REGISTER_DESC_WITH_LENGTH(off, rd, wr, length, acc) \ argument
89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ argument
/openbmc/linux/net/netfilter/
H A Dnf_tables_trace.c30 int off, unsigned int len) in trace_fill_header()
48 int off; in nf_trace_fill_ll_header() local
97 int off = skb_network_offset(skb); in nf_trace_fill_pkt_info() local
H A Dnf_conntrack_seqadj.c11 s32 off) in nf_ct_seqadj_init()
31 __be32 seq, s32 off) in nf_ct_seqadj_set()
62 s32 off) in nf_ct_tcp_seqadj_set()
/openbmc/linux/drivers/input/misc/
H A Dmma8450.c42 static int mma8450_read(struct i2c_client *c, unsigned int off) in mma8450_read()
55 static int mma8450_write(struct i2c_client *c, unsigned int off, u8 v) in mma8450_write()
70 static int mma8450_read_block(struct i2c_client *c, unsigned int off, in mma8450_read_block()
/openbmc/u-boot/arch/mips/lib/
H A Dreloc.c67 static void apply_reloc(unsigned int type, void *addr, long off) in apply_reloc()
112 long off; in relocate_code() local
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dliodn.c237 int off, portid = tbl[i].portid; in fdt_fixup_srio_liodn() local
262 int off, pci_idx = 0, pci_cnt = 0, i, rc; in fdt_fixup_pci_liodn_offsets() local
312 int off; in fdt_fixup_liodn_tbl() local
342 int off; in fdt_fixup_liodn_tbl_fman() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.c19 static uint8_t qvirtio_mmio_config_readb(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readb()
25 static uint16_t qvirtio_mmio_config_readw(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readw()
31 static uint32_t qvirtio_mmio_config_readl(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readl()
37 static uint64_t qvirtio_mmio_config_readq(QVirtioDevice *d, uint64_t off) in qvirtio_mmio_config_readq()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-nvram.c29 int off; in opal_nvram_read() local
50 int off; in opal_nvram_write() local
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c36 static inline u32 enet_readl(struct bcm_enet_priv *priv, u32 off) in enet_readl()
42 u32 val, u32 off) in enet_writel()
50 static inline u32 enetsw_readl(struct bcm_enet_priv *priv, u32 off) in enetsw_readl()
56 u32 val, u32 off) in enetsw_writel()
61 static inline u16 enetsw_readw(struct bcm_enet_priv *priv, u32 off) in enetsw_readw()
67 u16 val, u32 off) in enetsw_writew()
72 static inline u8 enetsw_readb(struct bcm_enet_priv *priv, u32 off) in enetsw_readb()
78 u8 val, u32 off) in enetsw_writeb()
91 u32 val, u32 off) in enet_dma_writel()
103 u32 val, u32 off, int chan) in enet_dmac_writel()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt_dynptr.c30 static int parse_hdr_opt(struct bpf_dynptr *ptr, __u32 *off, __u8 *hdr_bytes_remaining, in parse_hdr_opt()
82 __u32 off; in xdp_ingress_v6() local
/openbmc/linux/drivers/gpio/
H A Dgpio-max732x.c185 static inline int is_group_a(struct max732x_chip *chip, unsigned off) in is_group_a()
190 static int max732x_gpio_get_value(struct gpio_chip *gc, unsigned off) in max732x_gpio_get_value()
203 static void max732x_gpio_set_mask(struct gpio_chip *gc, unsigned off, int mask, in max732x_gpio_set_mask()
228 static void max732x_gpio_set_value(struct gpio_chip *gc, unsigned off, int val) in max732x_gpio_set_value()
248 static int max732x_gpio_direction_input(struct gpio_chip *gc, unsigned off) in max732x_gpio_direction_input()
270 unsigned off, int val) in max732x_gpio_direction_output()
394 uint16_t off = d->hwirq; in max732x_irq_set_type() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c144 static ssize_t ta_if_load_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_load_debugfs_write()
247 static ssize_t ta_if_unload_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_unload_debugfs_write()
293 static ssize_t ta_if_invoke_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_invoke_debugfs_write()
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h10 loff_t off; member
16 loff_t off; member
/openbmc/linux/arch/mips/bcm47xx/
H A Dprom.c60 unsigned long off; in prom_init_mem() local
136 unsigned long off = (unsigned long)prom_init; in bcm47xx_prom_highmem_init() local
/openbmc/u-boot/drivers/ram/
H A Dk3-am654-ddrss.c60 #define ddrss_ctl_writel(off, val) ddrss_writel(ddrss->ddrss_ctl_cfg, off, val) argument
61 #define ddrss_ctl_readl(off) ddrss_readl(ddrss->ddrss_ctl_cfg, off) argument
180 #define ddrss_phy_writel(off, val) \ argument
186 #define ddrss_phy_readl(off) \ argument
/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.c151 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb()
182 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb()
232 char *buf, int len, int off) in bbc_i2c_write_buf()
248 char *buf, int len, int off) in bbc_i2c_read_buf()
/openbmc/linux/arch/arm/include/asm/
H A Dbitops.h203 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) argument
205 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument
212 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) argument
214 #define find_next_bit(p,sz,off) _find_next_bit_be(p,sz,off) argument
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c432 static int mtk_gpio_get(struct udevice *dev, unsigned int off) in mtk_gpio_get()
443 static int mtk_gpio_set(struct udevice *dev, unsigned int off, int val) in mtk_gpio_set()
448 static int mtk_gpio_get_direction(struct udevice *dev, unsigned int off) in mtk_gpio_get_direction()
459 static int mtk_gpio_direction_input(struct udevice *dev, unsigned int off) in mtk_gpio_direction_input()
465 unsigned int off, int val) in mtk_gpio_direction_output()
473 static int mtk_gpio_request(struct udevice *dev, unsigned int off, in mtk_gpio_request()
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.h57 #define CVMX_USBCXREG2(reg, bid, off) \ argument
74 #define CVMX_USBCX_HCCHARX(off, bid) CVMX_USBCXREG2(0x500, bid, off) argument
76 #define CVMX_USBCX_HCINTMSKX(off, bid) CVMX_USBCXREG2(0x50c, bid, off) argument
77 #define CVMX_USBCX_HCINTX(off, bid) CVMX_USBCXREG2(0x508, bid, off) argument
78 #define CVMX_USBCX_HCSPLTX(off, bid) CVMX_USBCXREG2(0x504, bid, off) argument
79 #define CVMX_USBCX_HCTSIZX(off, bid) CVMX_USBCXREG2(0x510, bid, off) argument
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c175 static int read_nand_cached(u32 off, u32 size, u_char *buf) in read_nand_cached()
222 static void *get_fl_mem_nand(u32 off, u32 size, void *ext_buf) in get_fl_mem_nand()
239 static void *get_node_mem_nand(u32 off, void *ext_buf) in get_node_mem_nand()
280 static int read_onenand_cached(u32 off, u32 size, u_char *buf) in read_onenand_cached()
321 static void *get_fl_mem_onenand(u32 off, u32 size, void *ext_buf) in get_fl_mem_onenand()
338 static void *get_node_mem_onenand(u32 off, void *ext_buf) in get_node_mem_onenand()
371 static inline void *get_fl_mem_nor(u32 off, u32 size, void *ext_buf) in get_fl_mem_nor()
387 static inline void *get_node_mem_nor(u32 off, void *ext_buf) in get_node_mem_nor()
404 static inline void *get_fl_mem(u32 off, u32 size, void *ext_buf) in get_fl_mem()
431 static inline void *get_node_mem(u32 off, void *ext_buf) in get_node_mem()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c417 int i, off = 0; in cy8c95x0_write_regs_mask() local
488 int i, off = 0; in cy8c95x0_read_regs_mask() local
558 static int cy8c95x0_gpio_direction_input(struct gpio_chip *gc, unsigned int off) in cy8c95x0_gpio_direction_input()
564 unsigned int off, int val) in cy8c95x0_gpio_direction_output()
580 static int cy8c95x0_gpio_get_value(struct gpio_chip *gc, unsigned int off) in cy8c95x0_gpio_get_value()
602 static void cy8c95x0_gpio_set_value(struct gpio_chip *gc, unsigned int off, in cy8c95x0_gpio_set_value()
612 static int cy8c95x0_gpio_get_direction(struct gpio_chip *gc, unsigned int off) in cy8c95x0_gpio_get_direction()
642 unsigned int off, in cy8c95x0_gpio_get_pincfg()
728 unsigned int off, in cy8c95x0_gpio_set_pincfg()
1103 static int cy8c95x0_set_mode(struct cy8c95x0_pinctrl *chip, unsigned int off, bool mode) in cy8c95x0_set_mode()
/openbmc/linux/kernel/gcov/
H A Dbase.c63 size_t store_gcov_u32(void *buffer, size_t off, u32 v) in store_gcov_u32()
87 size_t store_gcov_u64(void *buffer, size_t off, u64 v) in store_gcov_u64()
/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-keys.S11 #define LOAD_KEY(d, s, off) \ argument
14 #define LOAD_KEY(d, s, off) \ argument

12345678910>>...56