/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | strobemeta.h | 143 int64_t offset; member 268 uint64_t offset; member
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 322 u16 offset; in b43legacy_dmacontroller_rx_reset() local 353 u16 offset; in b43legacy_dmacontroller_tx_reset() local
|
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-video.c | 108 static void rzg2l_cru_write(struct rzg2l_cru_dev *cru, u32 offset, u32 value) in rzg2l_cru_write() 113 static u32 rzg2l_cru_read(struct rzg2l_cru_dev *cru, u32 offset) in rzg2l_cru_read()
|
/openbmc/linux/net/dsa/ |
H A D | tag_sja1105.c | 714 int *offset) in sja1105_flow_dissect() 724 int *offset) in sja1110_flow_dissect()
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.h | 183 #define CRYPTO_READ(dev, offset) \ argument 185 #define CRYPTO_WRITE(dev, offset, val) \ argument
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 195 loff_t offset, u64 ino, unsigned int d_type) in fill_with_dentries() 814 int namelen, loff_t offset, u64 ino, in listxattr_filler()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 172 u32 offset, u32 value) in ixgbe_write_reg_array() 180 u32 offset) in ixgbe_read_reg_array()
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdchar.c | 39 static loff_t mtdchar_lseek(struct file *file, loff_t offset, int orig) in mtdchar_lseek() 1349 unsigned long offset; in mtdchar_get_unmapped_area() local
|
/openbmc/linux/drivers/spi/ |
H A D | spi-armada-3700.c | 116 static u32 spireg_read(struct a3700_spi *a3700_spi, u32 offset) in spireg_read() 121 static void spireg_write(struct a3700_spi *a3700_spi, u32 offset, u32 data) in spireg_write()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 343 unsigned long offset, in plpar_int_esb() 369 static u64 xive_spapr_esb_rw(u32 lisn, u32 offset, u64 data, bool write) in xive_spapr_esb_rw()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.c | 649 u32 offset, val; in dw_pcie_wait_for_link() local 702 u8 offset = dw_pcie_find_capability(pci, PCI_CAP_ID_EXP); in dw_pcie_link_set_max_speed() local
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_hda.c | 265 static u32 hda_read(struct sti_hda *hda, int offset) in hda_read() 270 static void hda_write(struct sti_hda *hda, u32 val, int offset) in hda_write()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 17 uint32_t *offset; member 442 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type) in add_reloc()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | uartlite.c | 113 static inline u32 uart_in32(u32 offset, struct uart_port *port) in uart_in32() 120 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) in uart_out32()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-tca6507.c | 595 unsigned offset, int val) in tca6507_gpio_set_value() 613 unsigned offset, int val) in tca6507_gpio_direction_output()
|
/openbmc/linux/drivers/input/misc/ |
H A D | ati_remote2.c | 486 int offset; in ati_remote2_getkeycode() local 528 int offset; in ati_remote2_setkeycode() local
|
/openbmc/linux/drivers/s390/net/ |
H A D | ism_drv.c | 441 unsigned int offset, void *data, unsigned int size) in ism_move() 826 bool sf, unsigned int offset, void *data, in smcd_move()
|
/openbmc/linux/net/tls/ |
H A D | tls_main.c | 182 int offset = first_offset; in tls_push_sg() local 276 u16 offset; in tls_push_partial_record() local
|
/openbmc/linux/drivers/net/ethernet/micrel/ |
H A D | ks8851_common.c | 798 int offset = ee->offset; in ks8851_set_eeprom() local 845 int offset = ee->offset; in ks8851_get_eeprom() local
|
/openbmc/linux/fs/ext2/ |
H A D | balloc.c | 44 unsigned long offset; in ext2_get_group_desc() local 76 ext2_grpblk_t offset; in ext2_valid_block_bitmap() local
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 1258 static inline void fill_elf_note_phdr(struct elf_phdr *phdr, int sz, loff_t offset) in fill_elf_note_phdr() 1467 loff_t offset = 0, dataoff; in elf_fdpic_core_dump() local
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 395 size_t offset = 0; in virtio_balloon_handle_output() local 451 size_t offset = 0; in virtio_balloon_receive_stats() local
|
/openbmc/qemu/hw/net/ |
H A D | dp8393x.c | 192 static uint16_t dp8393x_get(dp8393xState *s, hwaddr addr, int offset) in dp8393x_get() 217 hwaddr addr, int offset, uint16_t val) in dp8393x_put()
|
/openbmc/qemu/hw/char/ |
H A D | ipoctal232.c | 268 unsigned offset = (addr & 0x1F) ^ 1; in io_read() local 334 unsigned offset = (addr & 0x1F) ^ 1; in io_write() local
|
/openbmc/entity-manager/src/ |
H A D | fru_utils.cpp | 391 size_t offset = *(fruBytes.begin() + getHeaderAreaFieldOffset(area)); in formatIPMIFRU() local 905 size_t offset = 0; in findFruAreaLocationAndField() local
|