/linux-6.12.1/include/rdma/ |
D | iba.h | 118 #define IBA_FIELD_BLOC(field_struct, byte_offset, bit_offset, num_bits) \ argument 122 #define IBA_FIELD8_LOC(field_struct, byte_offset, num_bits) \ argument 125 #define IBA_FIELD16_LOC(field_struct, byte_offset, num_bits) \ argument 131 #define IBA_FIELD32_LOC(field_struct, byte_offset, num_bits) \ argument 137 #define IBA_FIELD64_LOC(field_struct, byte_offset) \ argument 143 #define IBA_FIELD_MLOC(field_struct, byte_offset, num_bits, type) \ argument
|
D | ibta_vol1_c12.h | 13 #define CM_FIELD_BLOC(field_struct, byte_offset, bits_offset, width) \ argument 17 #define CM_FIELD8_LOC(field_struct, byte_offset, width) \ argument 20 #define CM_FIELD16_LOC(field_struct, byte_offset, width) \ argument 23 #define CM_FIELD32_LOC(field_struct, byte_offset, width) \ argument 26 #define CM_FIELD64_LOC(field_struct, byte_offset) \ argument 28 #define CM_FIELD_MLOC(field_struct, byte_offset, width, type) \ argument
|
/linux-6.12.1/tools/power/acpi/tools/ec/ |
D | ec_access.c | 175 void read_ec_val(int fd, int byte_offset) in read_ec_val() 192 void write_ec_val(int fd, int byte_offset, uint8_t value) in write_ec_val()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 2092 int ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() 2108 int ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() 2124 int ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() 2158 static int ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() 2248 int ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic() 2265 int ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked() 2283 static int ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_int() 2351 int ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic() 2368 int ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
|
D | ixgbe_82598.c | 952 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() 1022 static int ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() 1037 static int ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
|
D | ixgbe_82599.c | 2067 static int ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() 2121 static int ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599()
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | control.c | 142 u8 byte_offset = offset & 0x3; in omap_ctrl_readb() local 152 u16 byte_offset = offset & 0x2; in omap_ctrl_readw() local 169 u8 byte_offset = offset & 0x3; in omap_ctrl_writeb() local 182 u8 byte_offset = offset & 0x2; in omap_ctrl_writew() local
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_parse_tcp_hdr_opt.c | 32 __u8 byte_offset; member
|
/linux-6.12.1/arch/arm64/kvm/vgic/ |
D | vgic-v3.c | 320 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local 413 int byte_offset, bit_nr; in vgic_v3_save_pending_tables() local
|
D | vgic-its.c | 403 int byte_offset, bit_nr; in its_sync_lpi_pending_table() local 2062 size_t byte_offset; in scan_its_table() local
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | Wacom__ArtPen.bpf.c | 89 static inline void *get_bits(__u8 *data, unsigned int byte_offset) in get_bits()
|
/linux-6.12.1/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 175 u32 byte_offset, u32 device_byte_offset, in udl_render_hline()
|
D | udl_modeset.c | 226 const int byte_offset = line_offset + (clip->x1 << log_bpp); in udl_handle_damage() local
|
/linux-6.12.1/fs/udf/ |
D | truncate.c | 205 loff_t byte_offset; in udf_truncate_extents() local
|
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | hantro_g1_vp8_dec.c | 312 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
|
D | rockchip_vpu2_hw_vp8_dec.c | 410 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
|
/linux-6.12.1/include/uapi/sound/ |
D | compress_offload.h | 52 __u32 byte_offset; member
|
/linux-6.12.1/drivers/net/ethernet/ |
D | lantiq_xrx200.c | 363 u32 byte_offset; in xrx200_start_xmit() local
|
D | lantiq_etop.c | 482 u32 byte_offset; in ltq_etop_tx() local
|
/linux-6.12.1/drivers/video/fbdev/ |
D | udlfb.c | 544 u32 byte_offset, u32 byte_width, in dlfb_render_hline() 640 const int byte_offset = line_offset + (x * BPP); in dlfb_handle_damage() local
|
/linux-6.12.1/net/netlabel/ |
D | netlabel_kapi.c | 885 u32 byte_offset; in netlbl_bitmap_walk() local
|
/linux-6.12.1/fs/exfat/ |
D | dir.c | 581 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain()
|
/linux-6.12.1/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 153 u32 byte_offset:1; member
|
/linux-6.12.1/arch/um/drivers/ |
D | ubd_kern.c | 1202 unsigned long byte_offset = io_req->offset; in ubd_map_req() local
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_definer.c | 1661 u8 byte_offset; in hws_definer_find_byte_in_tag() local
|