/linux-6.15/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 42 uint32_t offset, in xfs_symlink_hdr_set() 71 uint32_t offset, in xfs_symlink_hdr_ok() 254 int offset; in xfs_symlink_remote_read() local 329 int offset = 0; in xfs_symlink_write_target() local
|
D | xfs_dir2_sf.c | 269 unsigned int offset = args->geo->data_entry_offset; in xfs_dir2_block_to_sf() local 373 xfs_dir2_data_aoff_t offset = 0; /* offset for new entry */ in xfs_dir2_sf_addname() local 458 xfs_dir2_data_aoff_t offset, /* offset to use for new ent */ in xfs_dir2_sf_addname_easy() 516 xfs_dir2_data_aoff_t offset; /* current offset value */ in xfs_dir2_sf_addname_hard() local 602 xfs_dir2_data_aoff_t offset; /* data block offset */ in xfs_dir2_sf_addname_pick() local 670 int offset; /* data offset */ in xfs_dir2_sf_check() local 709 int offset; in xfs_dir2_sf_verify() local
|
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mmio.c | 142 static u32 mt7615_rr(struct mt76_dev *mdev, u32 offset) in mt7615_rr() 150 static void mt7615_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7615_wr() 158 static u32 mt7615_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7615_rmw()
|
/linux-6.15/include/linux/ |
D | futex.h | 36 unsigned int offset; member 44 unsigned int offset; member 49 unsigned int offset; member
|
/linux-6.15/fs/xfs/ |
D | xfs_file.c | 549 loff_t offset = iocb->ki_pos; in xfs_dio_write_end_io() local 1084 loff_t offset, in xfs_falloc_newsize() 1115 loff_t offset, in xfs_falloc_collapse_range() 1142 loff_t offset, in xfs_falloc_insert_range() 1188 loff_t offset, in xfs_falloc_zero_range() 1219 loff_t offset, in xfs_falloc_unshare_range() 1244 loff_t offset, in xfs_falloc_allocate_range() 1277 loff_t offset, in __xfs_file_fallocate() 1340 loff_t offset, in xfs_file_zoned_fallocate() 1359 loff_t offset, in xfs_file_fallocate() [all …]
|
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 659 struct sk_buff *skb, int num_segs, int *offset) in otx2_sqe_add_sg() 704 struct sk_buff *skb, int *offset) in otx2_sqe_add_ext() 771 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem() 881 int offset; in otx2_tso_frag_dma_addr() local 894 struct sg_list *list, int *offset) in otx2_sqe_tso_add_sg() 928 int hdr_len, tcp_data, seg_len, pkt_len, offset; in otx2_sq_append_tso() local 1061 static bool otx2_ptp_is_sync(struct sk_buff *skb, int *offset, bool *udp_csum_crt) in otx2_ptp_is_sync() 1123 struct otx2_snd_queue *sq, int *offset) in otx2_set_txtstamp() 1189 int offset, num_segs, free_desc; in otx2_sq_append_skb() local 1415 u64 dma_addr, int len, int *offset, u16 flags) in otx2_xdp_sqe_add_sg() [all …]
|
/linux-6.15/drivers/video/fbdev/core/ |
D | cfbmem.h | 26 static inline void fb_write_offset(unsigned long val, int offset, const struct fb_address *dst) in fb_write_offset() 36 static inline unsigned long fb_read_offset(int offset, const struct fb_address *src) in fb_read_offset()
|
/linux-6.15/drivers/pci/ |
D | devres.c | 79 unsigned long offset; member 112 unsigned long offset, in __pcim_request_region_range() 146 unsigned long offset, in __pcim_release_region_range() 174 unsigned long offset = 0; in __pcim_request_region() local 182 unsigned long offset = 0; in __pcim_release_region() local 299 resource_size_t offset, in devm_pci_remap_cfgspace() 998 unsigned long offset, unsigned long len) in pcim_iomap_range()
|
/linux-6.15/drivers/leds/ |
D | leds-pca955x.c | 472 static int pca955x_gpio_request_pin(struct gpio_chip *gc, unsigned int offset) in pca955x_gpio_request_pin() 479 static void pca955x_gpio_free_pin(struct gpio_chip *gc, unsigned int offset) in pca955x_gpio_free_pin() 486 static int pca955x_set_value(struct gpio_chip *gc, unsigned int offset, in pca955x_set_value() 498 static void pca955x_gpio_set_value(struct gpio_chip *gc, unsigned int offset, in pca955x_gpio_set_value() 504 static int pca955x_gpio_get_value(struct gpio_chip *gc, unsigned int offset) in pca955x_gpio_get_value() 517 unsigned int offset) in pca955x_gpio_direction_input() 527 unsigned int offset, int val) in pca955x_gpio_direction_output()
|
/linux-6.15/drivers/pinctrl/intel/ |
D | pinctrl-lynxpoint.c | 210 static void __iomem *lp_gpio_reg(struct gpio_chip *chip, unsigned int offset, in lp_gpio_reg() 244 static bool lp_gpio_ioxapic_use(struct gpio_chip *chip, unsigned int offset) in lp_gpio_ioxapic_use() 500 static int lp_gpio_get(struct gpio_chip *chip, unsigned int offset) in lp_gpio_get() 506 static void lp_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in lp_gpio_set() 519 static int lp_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in lp_gpio_direction_input() 524 static int lp_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in lp_gpio_direction_output() 532 static int lp_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in lp_gpio_get_direction()
|
/linux-6.15/arch/riscv/kernel/ |
D | module.c | 100 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_branch_rela() local 112 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_jal_rela() local 124 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_rvc_branch_rela() local 138 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_rvc_jump_rela() local 155 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_pcrel_hi20_rela() local 228 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_got_hi20_rela() local 246 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_call_plt_rela() local 270 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_call_rela() local 418 ptrdiff_t offset = (void *)v - location; in apply_r_riscv_plt32_rela() local 847 size_t offset = hi20_sym_val - hi20_loc; in apply_relocate_add() local
|
/linux-6.15/drivers/hwtracing/coresight/ |
D | coresight-core.c | 1153 int coresight_timeout_action(struct csdev_access *csa, u32 offset, in coresight_timeout_action() 1186 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout() 1193 u32 coresight_relaxed_read32(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read32() 1198 u32 coresight_read32(struct coresight_device *csdev, u32 offset) in coresight_read32() 1204 u32 val, u32 offset) in coresight_relaxed_write32() 1209 void coresight_write32(struct coresight_device *csdev, u32 val, u32 offset) in coresight_write32() 1214 u64 coresight_relaxed_read64(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read64() 1219 u64 coresight_read64(struct coresight_device *csdev, u32 offset) in coresight_read64() 1225 u64 val, u32 offset) in coresight_relaxed_write64() 1230 void coresight_write64(struct coresight_device *csdev, u64 val, u32 offset) in coresight_write64()
|
/linux-6.15/drivers/clk/hisilicon/ |
D | clk.h | 49 unsigned long offset; member 62 unsigned long offset; member 75 unsigned long offset; member 88 unsigned long offset; member 100 unsigned long offset; member
|
/linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.c | 505 u16 offset; in ixgbe_read_pba_string_generic() local 910 int ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, in ixgbe_write_eeprom_buffer_bit_bang_generic() 957 static int ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, in ixgbe_write_eeprom_buffer_bit_bang() 1034 int ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data) in ixgbe_write_eeprom_generic() 1053 int ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_eeprom_buffer_bit_bang_generic() 1092 static int ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_eeprom_buffer_bit_bang() 1144 int ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_eeprom_bit_bang_generic() 1164 int ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset, in ixgbe_read_eerd_buffer_generic() 1205 u16 offset) in ixgbe_detect_eeprom_page_size_generic() 1244 int ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data) in ixgbe_read_eerd_generic() [all …]
|
/linux-6.15/fs/udf/ |
D | misc.c | 31 int offset; in udf_add_extendedattr() local 133 uint32_t offset; in udf_get_extendedattr() local 249 uint32_t offset, uint16_t *ident) in udf_read_ptagged()
|
/linux-6.15/drivers/nvmem/ |
D | snvs_lpgpr.c | 26 int offset; member 53 static int snvs_lpgpr_write(void *context, unsigned int offset, void *val, in snvs_lpgpr_write() 79 static int snvs_lpgpr_read(void *context, unsigned int offset, void *val, in snvs_lpgpr_read()
|
D | sunxi_sid.c | 39 static int sunxi_sid_read(void *context, unsigned int offset, in sunxi_sid_read() 63 const unsigned int offset, in sun8i_sid_register_readout() 93 static int sun8i_sid_read_by_reg(void *context, unsigned int offset, in sun8i_sid_read_by_reg()
|
/linux-6.15/drivers/edac/ |
D | edac_pci.h | 94 static inline void pci_write_bits8(struct pci_dev *pdev, int offset, u8 value, in pci_write_bits8() 110 static inline void pci_write_bits16(struct pci_dev *pdev, int offset, in pci_write_bits16() 134 static inline void pci_write_bits32(struct pci_dev *pdev, int offset, in pci_write_bits32()
|
/linux-6.15/drivers/iio/adc/ |
D | xilinx-xadc-events.c | 73 unsigned int offset; in xadc_get_threshold_offset() local 163 unsigned int offset = xadc_get_threshold_offset(chan, dir); in xadc_read_event_value() local 188 unsigned int offset = xadc_get_threshold_offset(chan, dir); in xadc_write_event_value() local
|
/linux-6.15/drivers/gpu/drm/amd/display/dc/ |
D | dc_edid_parser.c | 30 int offset, in dc_edid_parser_send_cea() 50 bool dc_edid_parser_recv_cea_ack(struct dc *dc, int *offset) in dc_edid_parser_recv_cea_ack()
|
/linux-6.15/arch/mips/kernel/ |
D | early_printk_8250.c | 24 static inline u8 serial_in(int offset) in serial_in() 29 static inline void serial_out(int offset, char value) in serial_out()
|
/linux-6.15/include/net/sctp/ |
D | checksum.h | 37 int offset, int len) in sctp_csum_combine() 49 unsigned int offset) in sctp_compute_cksum()
|
/linux-6.15/arch/arm/crypto/ |
D | chacha-scalar-core.S | 53 .macro __ldrd a, b, src, offset 62 .macro __strd a, b, dst, offset
|
/linux-6.15/lib/ |
D | iov_iter.c | 326 static inline bool page_copy_sane(struct page *page, size_t offset, size_t n) in page_copy_sane() 349 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() 378 size_t copy_page_to_iter_nofault(struct page *page, unsigned offset, size_t bytes, in copy_page_to_iter_nofault() 411 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter() 460 size_t copy_page_from_iter_atomic(struct page *page, size_t offset, in copy_page_from_iter_atomic() 727 unsigned int offset, size_t count) in iov_iter_folio_queue() 1023 size_t offset = iov_offset, fsize = folioq_folio_size(folioq, slot); in iter_folioq_get_pages() local 1089 unsigned nr, offset, count; in iter_xarray_get_pages() local 1296 unsigned offset = i->iov_offset % PAGE_SIZE; in iov_iter_npages() local 1301 unsigned offset = (i->xarray_start + i->iov_offset) % PAGE_SIZE; in iov_iter_npages() local [all …]
|
/linux-6.15/drivers/tty/serial/8250/ |
D | 8250_port.c | 342 static unsigned int hub6_serial_in(struct uart_port *p, int offset) in hub6_serial_in() 349 static void hub6_serial_out(struct uart_port *p, int offset, int value) in hub6_serial_out() 357 static unsigned int mem_serial_in(struct uart_port *p, int offset) in mem_serial_in() 363 static void mem_serial_out(struct uart_port *p, int offset, int value) in mem_serial_out() 369 static void mem16_serial_out(struct uart_port *p, int offset, int value) in mem16_serial_out() 375 static unsigned int mem16_serial_in(struct uart_port *p, int offset) in mem16_serial_in() 381 static void mem32_serial_out(struct uart_port *p, int offset, int value) in mem32_serial_out() 387 static unsigned int mem32_serial_in(struct uart_port *p, int offset) in mem32_serial_in() 393 static void mem32be_serial_out(struct uart_port *p, int offset, int value) in mem32be_serial_out() 399 static unsigned int mem32be_serial_in(struct uart_port *p, int offset) in mem32be_serial_in() [all …]
|