/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sii9234.c | 194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() 212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() 249 static int sii9234_readb(struct sii9234 *ctx, int id, int offset) in sii9234_readb() 284 #define mhl_tx_writeb(sii9234, offset, value) \ argument 286 #define mhl_tx_writebm(sii9234, offset, value, mask) \ argument 288 #define mhl_tx_readb(sii9234, offset) \ argument 290 #define cbus_writeb(sii9234, offset, value) \ argument 292 #define cbus_writebm(sii9234, offset, value, mask) \ argument 294 #define cbus_readb(sii9234, offset) \ argument 296 #define hdmi_writeb(sii9234, offset, value) \ argument [all …]
|
/openbmc/linux/fs/squashfs/ |
H A D | file.c | 48 static struct meta_index *locate_meta_index(struct inode *inode, int offset, in locate_meta_index() 87 static struct meta_index *empty_meta_index(struct inode *inode, int offset, in empty_meta_index() 162 u64 *start_block, int *offset) in read_indexes() 233 int offset = 0; in fill_meta_index() local 331 int offset; in read_blocklist() local 365 void squashfs_fill_page(struct page *page, struct squashfs_cache_entry *buffer, int offset, int ava… in squashfs_fill_page() 384 int bytes, int offset) in squashfs_copy_cache() 518 unsigned int offset = base + squashfs_i(inode)->fragment_offset; in squashfs_readahead_fragment() local
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-iproc.h | 92 unsigned int offset; member 101 unsigned int offset; member 111 unsigned int offset; member 121 unsigned int offset; member 130 unsigned int offset; member 143 unsigned int offset; member 174 unsigned int offset; member 194 unsigned int offset; member
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 59 static void noop_alias_mapping(__u64 *start, size_t len, unsigned long offset) in noop_alias_mapping() 77 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() local 110 static void hugetlb_alias_mapping(__u64 *start, size_t len, unsigned long offset) in hugetlb_alias_mapping() 128 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() local 169 static void shmem_alias_mapping(__u64 *start, size_t len, unsigned long offset) in shmem_alias_mapping() 427 unsigned long offset; in uffd_handle_page_fault() local 561 unsigned long offset) in retry_copy_page() 589 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() 621 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page()
|
/openbmc/qemu/block/ |
H A D | copy-before-write.c | 84 cbw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv() 107 uint64_t offset, uint64_t bytes, BdrvRequestFlags flags) in cbw_do_copy_before_write() 155 cbw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard() 166 cbw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwrite_zeroes() 178 int cbw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwritev() 209 cbw_snapshot_read_lock(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_snapshot_read_lock() 262 cbw_co_preadv_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv_snapshot() 295 bool want_zero, int64_t offset, int64_t bytes, in cbw_co_snapshot_block_status() 327 cbw_co_pdiscard_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard_snapshot()
|
H A D | dmg.c | 74 read_uint64(BlockDriverState *bs, int64_t offset, uint64_t *result) in read_uint64() 89 read_uint32(BlockDriverState *bs, int64_t offset, uint32_t *result) in read_uint32() 103 static inline uint64_t buff_read_uint64(const uint8_t *buffer, int64_t offset) in buff_read_uint64() 108 static inline uint32_t buff_read_uint32(const uint8_t *buffer, int64_t offset) in buff_read_uint32() 153 int64_t offset = 0; in dmg_find_koly_offset() local 224 int64_t offset = 0; in dmg_read_mish_block() local 335 uint64_t offset; in dmg_read_resource_fork() local 456 int64_t offset; in dmg_open() local 729 dmg_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in dmg_co_preadv()
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi_regs.h | 146 unsigned int offset; member 156 #define VC4_HD_REG(reg, offset) _VC4_REG(VC4_HD, reg, offset) argument 157 #define VC4_HDMI_REG(reg, offset) _VC4_REG(VC4_HDMI, reg, offset) argument 158 #define VC5_CEC_REG(reg, offset) _VC4_REG(VC5_CEC, reg, offset) argument 159 #define VC5_CSC_REG(reg, offset) _VC4_REG(VC5_CSC, reg, offset) argument 160 #define VC5_DVP_REG(reg, offset) _VC4_REG(VC5_DVP, reg, offset) argument 161 #define VC5_PHY_REG(reg, offset) _VC4_REG(VC5_PHY, reg, offset) argument 162 #define VC5_RAM_REG(reg, offset) _VC4_REG(VC5_RAM, reg, offset) argument 163 #define VC5_RM_REG(reg, offset) _VC4_REG(VC5_RM, reg, offset) argument
|
/openbmc/u-boot/fs/jffs2/ |
H A D | summary.h | 41 __u32 offset; /* offset on jeb */ member 49 __u32 offset; /* offset on jeb */ member 63 __u32 offset; /* offset on jeb */ member 70 __u32 offset; /* offset on jeb */ member 96 __u32 offset; /* offset on jeb */ member 105 __u32 offset; /* ofset on jeb */ member 120 __u32 offset; member 128 __u32 offset; member 157 __u32 offset; /* offset of the summary node in the jeb */ member
|
/openbmc/u-boot/drivers/gpio/ |
H A D | lpc32xx_gpio.c | 67 static int lpc32xx_gpio_direction_input(struct udevice *dev, unsigned offset) in lpc32xx_gpio_direction_input() 109 static int lpc32xx_gpio_get_value(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_value() 217 static int lpc32xx_gpio_set_value(struct udevice *dev, unsigned offset, in lpc32xx_gpio_set_value() 230 static int lpc32xx_gpio_direction_output(struct udevice *dev, unsigned offset, in lpc32xx_gpio_direction_output() 281 static int lpc32xx_gpio_get_function(struct udevice *dev, unsigned offset) in lpc32xx_gpio_get_function()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-kempld.c | 58 static int kempld_gpio_get(struct gpio_chip *chip, unsigned offset) in kempld_gpio_get() 66 static void kempld_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in kempld_gpio_set() 76 static int kempld_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in kempld_gpio_direction_input() 88 static int kempld_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in kempld_gpio_direction_output() 102 static int kempld_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in kempld_gpio_get_direction()
|
H A D | gpio-tpic2810.c | 31 unsigned offset) in tpic2810_get_direction() 38 unsigned offset) in tpic2810_direction_input() 45 unsigned offset, int value) in tpic2810_direction_output() 71 static void tpic2810_set(struct gpio_chip *chip, unsigned offset, int value) in tpic2810_set()
|
H A D | gpio-timberdale.c | 43 unsigned offset, bool enabled) in timbgpio_update_bit() 89 static int timbgpio_to_irq(struct gpio_chip *gpio, unsigned offset) in timbgpio_to_irq() 105 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_disable() local 117 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_enable() local 129 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_type() local 190 int offset; in timbgpio_irq() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen8_engine_cs.h | 54 u32 bit_group_1, u32 offset) in __gen8_emit_pipe_control() 66 u32 bit_group_1, u32 offset) in gen8_emit_pipe_control() 72 u32 bit_group_1, u32 offset) in gen12_emit_pipe_control() 79 __gen8_emit_write_rcs(u32 *cs, u32 value, u32 offset, u32 flags0, u32 flags1) in __gen8_emit_write_rcs()
|
/openbmc/linux/fs/ |
H A D | kernel_read_file.c | 35 ssize_t kernel_read_file(struct file *file, loff_t offset, void **buf, in kernel_read_file() 127 ssize_t kernel_read_file_from_path(const char *path, loff_t offset, void **buf, in kernel_read_file_from_path() 147 ssize_t kernel_read_file_from_path_initns(const char *path, loff_t offset, in kernel_read_file_from_path_initns() 174 ssize_t kernel_read_file_from_fd(int fd, loff_t offset, void **buf, in kernel_read_file_from_fd()
|
/openbmc/linux/drivers/pinctrl/stm32/ |
H A D | pinctrl-stm32.c | 158 u32 offset, u32 value) in stm32_gpio_backup_value() 164 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode() 173 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving() 180 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed() 187 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias() 197 unsigned offset, int value) in __stm32_gpio_set() 207 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() 223 static void stm32_gpio_free(struct gpio_chip *chip, unsigned offset) in stm32_gpio_free() 228 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() 235 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set() [all …]
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_dw.c | 97 static inline int dw8250_modify_msr(struct uart_port *p, int offset, int value) in dw8250_modify_msr() 133 void __iomem *offset = p->membase + (UART_LCR << p->regshift); in dw8250_check_lcr() local 187 static void dw8250_serial_out(struct uart_port *p, int offset, int value) in dw8250_serial_out() 197 static void dw8250_serial_out38x(struct uart_port *p, int offset, int value) in dw8250_serial_out38x() 206 static unsigned int dw8250_serial_in(struct uart_port *p, int offset) in dw8250_serial_in() 214 static unsigned int dw8250_serial_inq(struct uart_port *p, int offset) in dw8250_serial_inq() 223 static void dw8250_serial_outq(struct uart_port *p, int offset, int value) in dw8250_serial_outq() 237 static void dw8250_serial_out32(struct uart_port *p, int offset, int value) in dw8250_serial_out32() 247 static unsigned int dw8250_serial_in32(struct uart_port *p, int offset) in dw8250_serial_in32() 254 static void dw8250_serial_out32be(struct uart_port *p, int offset, int value) in dw8250_serial_out32be() [all …]
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-equilibrium.c | 29 unsigned int offset = irqd_to_hwirq(d); in eqbr_gpio_disable_irq() local 42 unsigned int offset = irqd_to_hwirq(d); in eqbr_gpio_enable_irq() local 56 unsigned int offset = irqd_to_hwirq(d); in eqbr_gpio_ack_irq() local 71 unsigned int offset, unsigned int set) in eqbr_cfg_bit() 81 unsigned int offset) in eqbr_irq_type_cfg() 98 unsigned int offset = irqd_to_hwirq(d); in eqbr_gpio_set_irq_type() local 155 unsigned long pins, offset; in eqbr_irq_handler() local 292 unsigned int offset; in eqbr_set_pin_mux() local 358 static int get_drv_cur(void __iomem *mem, unsigned int offset) in get_drv_cur() 388 unsigned int offset; in eqbr_pinconf_get() local [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_exthdr.c | 21 u8 offset; member 29 static unsigned int optlen(const u8 *opt, unsigned int offset) in optlen() 38 static int nft_skb_copy_to_reg(const struct sk_buff *skb, int offset, u32 *dest, unsigned int len) in nft_skb_copy_to_reg() 52 unsigned int offset = 0; in nft_exthdr_ipv6_eval() local 83 unsigned int *offset, int target) in ipv4_find_option() 148 unsigned int offset; in nft_exthdr_ipv4_eval() local 196 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_eval() local 240 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_set_eval() local 375 unsigned int offset = nft_thoff(pkt) + sizeof(struct sctphdr); in nft_exthdr_sctp_eval() local 503 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_init() local [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 27 #define offset_to_barnum(offset) \ argument 64 static int sandbox_swap_case_read_config(struct udevice *emul, uint offset, in sandbox_swap_case_read_config() 156 static int sandbox_swap_case_write_config(struct udevice *emul, uint offset, in sandbox_swap_case_write_config() 229 unsigned int offset; in sandbox_swap_case_read_io() local 247 unsigned int offset; in sandbox_swap_case_write_io() local 264 unsigned int offset, avail; in sandbox_swap_case_map_physmem() local
|
/openbmc/qemu/hw/intc/ |
H A D | loongarch_pch_pic.c | 83 uint32_t offset = addr & 0xfff; in loongarch_pch_pic_low_readw() local 140 uint32_t offset, old_valid, data = (uint32_t)value; in loongarch_pch_pic_low_writew() local 213 uint32_t offset = addr & 0xfff; in loongarch_pch_pic_high_readw() local 240 uint32_t offset, data = (uint32_t)value; in loongarch_pch_pic_high_writew() local 268 uint32_t offset = (addr & 0xfff) + PCH_PIC_ROUTE_ENTRY_OFFSET; in loongarch_pch_pic_readb() local 297 uint32_t offset = (addr & 0xfff) + PCH_PIC_ROUTE_ENTRY_OFFSET; in loongarch_pch_pic_writeb() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-pc.c | 77 static uint8_t qpci_pc_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readb() 83 static uint16_t qpci_pc_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readw() 89 static uint32_t qpci_pc_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readl() 95 static void qpci_pc_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, uint8_t value) in qpci_pc_config_writeb() 101 static void qpci_pc_config_writew(QPCIBus *bus, int devfn, uint8_t offset, uint16_t value) in qpci_pc_config_writew() 107 static void qpci_pc_config_writel(QPCIBus *bus, int devfn, uint8_t offset, uint32_t value) in qpci_pc_config_writel()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cong.c | 104 static u32 mlx5_get_cc_param_val(void *field, int offset) in mlx5_get_cc_param_val() 178 static void mlx5_ib_set_cc_param_mask_val(void *field, int offset, in mlx5_ib_set_cc_param_mask_val() 293 int offset, u32 *var) in mlx5_ib_get_cc_params() 330 int offset, u32 var) in mlx5_ib_set_cc_params() 375 int offset = param->offset; in set_param() local 399 int offset = param->offset; in get_param() local
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-ltc4306.c | 75 static int ltc4306_gpio_get(struct gpio_chip *chip, unsigned int offset) in ltc4306_gpio_get() 88 static void ltc4306_gpio_set(struct gpio_chip *chip, unsigned int offset, in ltc4306_gpio_set() 98 unsigned int offset) in ltc4306_gpio_get_direction() 112 unsigned int offset) in ltc4306_gpio_direction_input() 121 unsigned int offset, int value) in ltc4306_gpio_direction_output() 131 unsigned int offset, unsigned long config) in ltc4306_gpio_set_config()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256-avx2-asm.S | 208 offset = \disp + 1*4 define 259 offset = \disp + 2*4 define 309 offset = \disp + 3*4 define 414 offset = 4*1 + \disp define 454 offset = 4*2 + \disp define 494 offset = 4*3 + \disp define
|
/openbmc/qemu/hw/dma/ |
H A D | sifive_pdma.c | 180 static uint64_t sifive_pdma_readq(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readq() 214 static uint32_t sifive_pdma_readl(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readl() 275 static uint64_t sifive_pdma_read(void *opaque, hwaddr offset, unsigned size) in sifive_pdma_read() 304 hwaddr offset, uint64_t value) in sifive_pdma_writeq() 331 hwaddr offset, uint32_t value) in sifive_pdma_writel() 413 static void sifive_pdma_write(void *opaque, hwaddr offset, in sifive_pdma_write()
|