Searched defs:offset (Results 251 - 275 of 6096) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3295 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
3388 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
3566 e1000_read_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 *data) argument
3583 e1000_read_flash_word_ich8lan(struct e1000_hw *hw, u32 offset, u16 *data) argument
3600 e1000_read_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 *data) argument
3631 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, u8 size, u16 *data) argument
3707 e1000_read_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, u32 *data) argument
3782 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) argument
4228 e1000_write_flash_data_ich8lan(struct e1000_hw *hw, u32 offset, u8 size, u16 data) argument
4319 e1000_write_flash_data32_ich8lan(struct e1000_hw *hw, u32 offset, u32 data) argument
4403 e1000_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 data) argument
4420 e1000_retry_write_flash_dword_ich8lan(struct e1000_hw *hw, u32 offset, u32 dword) argument
4454 e1000_retry_write_flash_byte_ich8lan(struct e1000_hw *hw, u32 offset, u8 byte) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c2847 u16 offset; member in struct:fec_stat
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c71 static inline void bcmgenet_writel(u32 value, void __iomem *offset) argument
82 static inline u32 bcmgenet_readl(void __iomem *offset) argument
446 u32 offset; local
460 u32 offset, reg, reg1; local
482 u32 offset; local
495 u32 offset; local
528 bcmgenet_hfb_insert_data(struct bcmgenet_priv *priv, u32 f_index, u32 offset, void *val, void *mask, size_t size) argument
582 u32 offset = 0, f_length = 0, f; local
1160 bcmgenet_update_stat_misc(struct bcmgenet_priv *priv, u16 offset) argument
1205 u8 offset = 0; local
1984 u16 offset; local
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_mdio.c57 int offset, bank; local
103 int offset, bank; local
/linux-master/drivers/mtd/devices/
H A Dblock2mtd.c111 int offset = from & (PAGE_SIZE-1); local
145 int offset = to & ~PAGE_MASK; // page offset local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt.c469 xe_pt_stage_bind_entry(struct xe_ptw *parent, pgoff_t offset, argument
298 xe_pt_new_shared(struct xe_walk_update *wupd, struct xe_pt *parent, pgoff_t offset, bool alloc_entries) argument
345 xe_pt_insert_entry(struct xe_pt_stage_bind_walk *xe_walk, struct xe_pt *parent, pgoff_t offset, struct xe_pt *xe_child, u64 pte) argument
678 xe_pt_nonshared_offsets(u64 addr, u64 end, unsigned int level, struct xe_pt_walk *walk, enum page_walk_action *action, pgoff_t *offset, pgoff_t *end_offset) argument
722 xe_pt_zap_ptes_entry(struct xe_ptw *parent, pgoff_t offset, unsigned int level, u64 addr, u64 next, struct xe_ptw **child, enum page_walk_action *action, struct xe_pt_walk *walk) argument
1398 xe_pt_stage_unbind_entry(struct xe_ptw *parent, pgoff_t offset, unsigned int level, u64 addr, u64 next, struct xe_ptw **child, enum page_walk_action *action, struct xe_pt_walk *walk) argument
1415 xe_pt_stage_unbind_post_descend(struct xe_ptw *parent, pgoff_t offset, unsigned int level, u64 addr, u64 next, struct xe_ptw **child, enum page_walk_action *action, struct xe_pt_walk *walk) argument
[all...]
H A Dxe_ring_ops.c118 emit_pipe_control(u32 *dw, int i, u32 bit_group_0, u32 bit_group_1, u32 offset, u32 value) argument
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c74 u64 offset; member in struct:bind_job_op::__anon56
194 u64 offset = uvma->va.gem.offset; local
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_workarounds.c3093 static bool mcr_range(struct drm_i915_private *i915, u32 offset) argument
3144 u32 offset = i915_mmio_reg_offset(wa->reg); local
H A Dintel_engine_cs.c2288 size_t offset; member in struct:pmap
H A Dgen8_ppgtt.c763 gen8_ppgtt_insert_entry(struct i915_address_space *vm, dma_addr_t addr, u64 offset, unsigned int pat_index, u32 flags) argument
784 __xehpsdv_ppgtt_insert_entry_lm(struct i915_address_space *vm, dma_addr_t addr, u64 offset, unsigned int pat_index, u32 flags) argument
813 xehpsdv_ppgtt_insert_entry(struct i915_address_space *vm, dma_addr_t addr, u64 offset, unsigned int pat_index, u32 flags) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h124 u32 offset; member in struct:intel_fb_view::i915_color_plane_view
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_dual_mode_helper.c63 drm_dp_dual_mode_read(struct i2c_adapter *adapter, u8 offset, void *buffer, size_t size) argument
127 drm_dp_dual_mode_write(struct i2c_adapter *adapter, u8 offset, const void *buffer, size_t size) argument
[all...]
/linux-master/drivers/gpio/
H A Dgpiolib.c336 unsigned int offset; local
685 gpiochip_line_is_valid(const struct gpio_chip *gc, unsigned int offset) argument
1311 gpiochip_irqchip_irq_valid(const struct gpio_chip *gc, unsigned int offset) argument
1489 gpiochip_child_offset_to_irq_noop(struct gpio_chip *gc, unsigned int offset) argument
1718 gpiochip_to_irq(struct gpio_chip *gc, unsigned int offset) argument
1966 unsigned int offset; local
2054 gpiochip_generic_request(struct gpio_chip *gc, unsigned int offset) argument
2070 gpiochip_generic_free(struct gpio_chip *gc, unsigned int offset) argument
2087 gpiochip_generic_config(struct gpio_chip *gc, unsigned int offset, unsigned long config) argument
2237 unsigned int offset; local
2381 gpiochip_dup_line_label(struct gpio_chip *gc, unsigned int offset) argument
2483 gpio_do_set_config(struct gpio_chip *gc, unsigned int offset, unsigned long config) argument
3231 int ret = 0, offset = gpio_chip_hwgpio(desc); local
3258 int ret = 0, offset = gpio_chip_hwgpio(desc); local
3572 int offset; local
3621 gpiochip_lock_as_irq(struct gpio_chip *gc, unsigned int offset) argument
3667 gpiochip_unlock_as_irq(struct gpio_chip *gc, unsigned int offset) argument
3680 gpiochip_disable_irq(struct gpio_chip *gc, unsigned int offset) argument
3690 gpiochip_enable_irq(struct gpio_chip *gc, unsigned int offset) argument
3707 gpiochip_line_is_irq(struct gpio_chip *gc, unsigned int offset) argument
3716 gpiochip_reqres_irq(struct gpio_chip *gc, unsigned int offset) argument
3733 gpiochip_relres_irq(struct gpio_chip *gc, unsigned int offset) argument
3740 gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset) argument
3749 gpiochip_line_is_open_source(struct gpio_chip *gc, unsigned int offset) argument
3758 gpiochip_line_is_persistent(struct gpio_chip *gc, unsigned int offset) argument
[all...]
H A Dgpiolib-cdev.c333 u32 offset = handlereq.lineoffsets[i]; local
1773 u32 offset = ulr.offsets[i]; local
2144 u32 offset; local
2529 __u32 offset; local
[all...]
/linux-master/drivers/firewire/
H A Dohci.c572 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) argument
577 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) argument
1147 int offset; local
1636 u64 offset, cs local
2253 int ret, clear, set, offset; local
3263 int page, end_page, i, length, offset; local
3366 int page, offset, packet_count, header_size, payload_per_buffer; local
3444 int page, offset, rest, z, i, length; local
[all...]
/linux-master/drivers/block/null_blk/
H A Dmain.c970 unsigned int offset; local
1073 unsigned int offset; local
1105 unsigned int offset; local
[all...]
/linux-master/drivers/ata/
H A Dsata_sx4.c936 pdc20621_get_from_dimm(struct ata_host *host, void *psource, u32 offset, u32 size) argument
986 pdc20621_put_to_dimm(struct ata_host *host, void *psource, u32 offset, u32 size) argument
1420 unsigned int offset = 0x200 + i * 0x80; local
[all...]
H A Dsata_mv.c1763 u32 offset = addr & 0xffff; local
4416 unsigned int offset = port_mmio - hpriv->base; local
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c463 s64 offset; local
613 int offset; local
696 int offset; local
2587 s64 offset; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dptrace.c49 int offset; member in struct:pt_regs_offset
329 int err, len, type, offset, disabled = !ctrl.enabled; local
511 int ret, idx = 0, offset, limit; local
[all...]
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c199 struct kvm_arm_counter_offset offset = { local
/linux-master/security/selinux/
H A Dselinuxfs.c445 unsigned long offset; local
/linux-master/security/
H A Dsecurity.c204 int offset; local
/linux-master/fs/bcachefs/
H A Dreflink.c533 u64 offset = le64_to_cpu(src_p.v->idx) + local
[all...]

Completed in 452 milliseconds

<<11121314151617181920>>