/linux-6.8/drivers/usb/dwc3/ |
D | io.h | 19 static inline u32 dwc3_readl(void __iomem *base, u32 offset) in dwc3_readl() 40 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
|
/linux-6.8/tools/testing/selftests/gpio/ |
D | gpio-mockup-cdev.c | 21 static int request_line_v2(int cfd, unsigned int offset, in request_line_v2() 59 static int request_line_v1(int cfd, unsigned int offset, in request_line_v1() 120 unsigned int offset, val = 0, abiv; in main() local
|
/linux-6.8/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
D | isp_global.h | 95 #define bmem_ldrow(fu, pid, offset, data) bmem_ldrow_s(fu, pid, offset, data) argument 96 #define bmem_strow(fu, pid, offset, data) bmem_strow_s(fu, pid, offset, data) argument 97 #define bmem_ldblk(fu, pid, offset, data) bmem_ldblk_s(fu, pid, offset, data) argument 98 #define bmem_stblk(fu, pid, offset, data) bmem_stblk_s(fu, pid, offset, data) argument
|
/linux-6.8/drivers/video/fbdev/core/ |
D | fb_defio.c | 40 unsigned long offset, in fb_deferred_io_pageref_get() 96 unsigned long offset; in fb_deferred_io_fault() local 146 static vm_fault_t fb_deferred_io_track_page(struct fb_info *info, unsigned long offset, in fb_deferred_io_track_page() 199 unsigned long offset = vmf->address - vmf->vma->vm_start; in fb_deferred_io_page_mkwrite() local
|
/linux-6.8/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 97 static int tegra_fuse_read(void *priv, unsigned int offset, void *value, in tegra_fuse_read() 278 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare() local 283 u32 __init tegra_fuse_read_early(unsigned int offset) in tegra_fuse_read_early() 288 int tegra_fuse_readl(unsigned long offset, u32 *value) in tegra_fuse_readl()
|
/linux-6.8/fs/btrfs/ |
D | uuid-tree.c | 33 unsigned long offset; in btrfs_uuid_tree_lookup() local 95 unsigned long offset; in btrfs_uuid_tree_add() local 159 unsigned long offset; in btrfs_uuid_tree_remove() local 302 unsigned long offset; in btrfs_uuid_tree_iterate() local
|
/linux-6.8/drivers/net/dsa/b53/ |
D | b53_serdes.c | 25 static void b53_serdes_write_blk(struct b53_device *dev, u8 offset, u16 block, in b53_serdes_write_blk() 32 static u16 b53_serdes_read_blk(struct b53_device *dev, u8 offset, u16 block) in b53_serdes_read_blk() 55 u8 offset, u16 block, u16 value) in b53_serdes_write() 62 u8 offset, u16 block) in b53_serdes_read()
|
/linux-6.8/include/net/page_pool/ |
D | helpers.h | 107 unsigned int *offset, in page_pool_dev_alloc_frag() 116 unsigned int *offset, in page_pool_alloc() 158 unsigned int *offset, in page_pool_dev_alloc() 169 unsigned int offset; in page_pool_alloc_va() local
|
/linux-6.8/drivers/gpu/drm/i915/gt/ |
D | selftest_engine_pm.c | 34 static u32 *emit_wait(u32 *cs, u32 offset, int op, u32 value) in emit_wait() 47 static u32 *emit_store(u32 *cs, u32 offset, u32 value) in emit_store() 57 static u32 *emit_srm(u32 *cs, i915_reg_t reg, u32 offset) in emit_srm() 78 u32 offset = i915_ggtt_offset(engine->status_page.vma); in __measure_timestamps() local
|
/linux-6.8/fs/xfs/libxfs/ |
D | xfs_rmap.c | 38 uint64_t offset, in xfs_rmap_lookup_le() 75 uint64_t offset, in xfs_rmap_lookup_eq() 122 uint64_t offset, in xfs_rmap_insert() 164 uint64_t offset, in xfs_rmap_delete() 349 uint64_t offset, in xfs_rmap_find_left_neighbor() 450 uint64_t offset, in xfs_rmap_lookup_le_range() 520 uint64_t offset, in xfs_rmap_free_check_owner() 600 uint64_t offset; in xfs_rmap_unmap() local 867 uint64_t offset; in xfs_rmap_map() local 1093 uint64_t offset; in xfs_rmap_convert() local [all …]
|
D | xfs_attr_remote.c | 70 uint32_t offset, in xfs_attr3_rmt_hdr_ok() 243 uint32_t offset, in xfs_attr3_rmt_hdr_set() 282 int *offset, in xfs_attr_rmtval_copyout() 330 int *offset, in xfs_attr_rmtval_copyin() 394 int offset = 0; in xfs_attr_rmtval_get() local 484 int offset = 0; in xfs_attr_rmtval_set_value() local
|
/linux-6.8/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 88 int offset; in otx2_dma_map_skb_frag() local 615 struct sk_buff *skb, int num_segs, int *offset) in otx2_sqe_add_sg() 660 struct sk_buff *skb, int *offset) in otx2_sqe_add_ext() 727 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem() 837 int offset; in otx2_tso_frag_dma_addr() local 850 struct sg_list *list, int *offset) in otx2_sqe_tso_add_sg() 884 int hdr_len, tcp_data, seg_len, pkt_len, offset; in otx2_sq_append_tso() local 1017 static bool otx2_ptp_is_sync(struct sk_buff *skb, int *offset, bool *udp_csum_crt) in otx2_ptp_is_sync() 1079 struct otx2_snd_queue *sq, int *offset) in otx2_set_txtstamp() 1146 int offset, num_segs, free_desc; in otx2_sq_append_skb() local [all …]
|
/linux-6.8/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h | 37 uint offset; member 44 uint offset; member 55 uint offset; member 70 u8 offset; member 158 unsigned int offset; member 164 unsigned int offset; member
|
/linux-6.8/drivers/pinctrl/renesas/ |
D | pinctrl-rza2.c | 110 static void rza2_pin_to_gpio(void __iomem *pfc_base, unsigned int offset, in rza2_pin_to_gpio() 130 static int rza2_chip_get_direction(struct gpio_chip *chip, unsigned int offset) in rza2_chip_get_direction() 156 unsigned int offset) in rza2_chip_direction_input() 165 static int rza2_chip_get(struct gpio_chip *chip, unsigned int offset) in rza2_chip_get() 174 static void rza2_chip_set(struct gpio_chip *chip, unsigned int offset, in rza2_chip_set() 193 unsigned int offset, int val) in rza2_chip_direction_output()
|
/linux-6.8/fs/xfs/ |
D | xfs_buf_item.c | 62 uint offset, in xfs_buf_item_straddle() 89 uint offset, in xfs_buf_item_size_segment() 197 uint offset = 0; in xfs_buf_item_size() local 258 uint offset, in xfs_buf_item_copy_iovec() 273 uint offset, in xfs_buf_item_format_segment() 404 uint offset = 0; in xfs_buf_item_format() local
|
/linux-6.8/drivers/char/ |
D | adi.c | 59 loff_t offset; in adi_read() local 135 loff_t offset; in adi_write() local 177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek()
|
/linux-6.8/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 87 uint offset, void *buf, ulong *len) in qla27xx_read_reg() 96 uint offset, uint32_t data, void *buf) in qla27xx_write_reg() 107 uint32_t addr, uint offset, uint count, uint width, void *buf, in qla27xx_read_window() 163 uint offset = ent->t256.pci_offset; in qla27xx_fwdt_entry_t256() local 179 uint offset = ent->t257.pci_offset; in qla27xx_fwdt_entry_t257() local 197 uint offset = ent->t258.pci_offset; in qla27xx_fwdt_entry_t258() local 216 uint offset = ent->t259.pci_offset; in qla27xx_fwdt_entry_t259() local 232 uint offset = ent->t260.pci_offset; in qla27xx_fwdt_entry_t260() local 246 uint offset = ent->t261.pci_offset; in qla27xx_fwdt_entry_t261() local 453 uint offset = ent->t267.pci_offset; in qla27xx_fwdt_entry_t267() local [all …]
|
/linux-6.8/drivers/gpu/drm/v3d/ |
D | v3d_drv.h | 229 #define V3D_READ(offset) readl(v3d->hub_regs + offset) argument 230 #define V3D_WRITE(offset, val) writel(val, v3d->hub_regs + offset) argument 232 #define V3D_BRIDGE_READ(offset) readl(v3d->bridge_regs + offset) argument 233 #define V3D_BRIDGE_WRITE(offset, val) writel(val, v3d->bridge_regs + offset) argument 235 #define V3D_GCA_READ(offset) readl(v3d->gca_regs + offset) argument 236 #define V3D_GCA_WRITE(offset, val) writel(val, v3d->gca_regs + offset) argument 238 #define V3D_CORE_READ(core, offset) readl(v3d->core_regs[core] + offset) argument 239 #define V3D_CORE_WRITE(core, offset, val) writel(val, v3d->core_regs[core] + offset) argument 330 u32 offset; member 356 u32 offset; member [all …]
|
/linux-6.8/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_mman.c | 39 static u64 swizzle_bit(unsigned int bit, u64 offset) in swizzle_bit() 100 unsigned long offset; in check_partial_mapping() local 217 unsigned long offset; in check_partial_mappings() local 617 u64 offset; in assert_mmap_offset() local 663 u64 offset; in igt_mmap_offset_exhaustion() local 902 u64 offset; in __igt_mmap() local 1181 u64 offset; in __igt_mmap_migrate() local 1442 u64 offset; in __igt_mmap_access() local 1551 u64 offset; in __igt_mmap_gpu() local 1746 u64 offset; in __igt_mmap_revoke() local
|
/linux-6.8/drivers/net/ethernet/natsemi/ |
D | sonic.h | 352 int offset, __u16 val) in sonic_buf_put() 365 int offset) in sonic_buf_get() 379 int offset, __u16 val) in sonic_cda_put() 387 int offset) in sonic_cda_get() 407 int offset, __u16 val) in sonic_tda_put() 415 int offset) in sonic_tda_get() 423 int offset, __u16 val) in sonic_rda_put() 431 int offset) in sonic_rda_get() 439 int offset, __u16 val) in sonic_rra_put() 447 int offset) in sonic_rra_get()
|
/linux-6.8/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 66 struct pinctrl_gpio_range *range, unsigned offset, in mtk_pmx_gpio_set_direction() 89 static void mtk_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in mtk_gpio_set() 109 unsigned int reg_addr, offset; in mtk_pconf_set_ies_smt() local 768 unsigned offset) in mtk_pmx_find_gpio_mode() 784 unsigned offset) in mtk_pmx_gpio_request_enable() 812 unsigned offset, int value) in mtk_gpio_direction_output() 818 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in mtk_gpio_get_direction() 839 static int mtk_gpio_get(struct gpio_chip *chip, unsigned offset) in mtk_gpio_get() 854 static int mtk_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in mtk_gpio_to_irq() 869 static int mtk_gpio_set_config(struct gpio_chip *chip, unsigned offset, in mtk_gpio_set_config()
|
/linux-6.8/drivers/pinctrl/actions/ |
D | pinctrl-owl.c | 121 unsigned int offset) in owl_pin_dbg_show() 534 static int owl_gpio_request(struct gpio_chip *chip, unsigned int offset) in owl_gpio_request() 558 static void owl_gpio_free(struct gpio_chip *chip, unsigned int offset) in owl_gpio_free() 580 static int owl_gpio_get(struct gpio_chip *chip, unsigned int offset) in owl_gpio_get() 601 static void owl_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) in owl_gpio_set() 619 static int owl_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in owl_gpio_direction_input() 641 unsigned int offset, int value) in owl_gpio_direction_output() 668 unsigned int offset, value, irq_type = 0; in irq_set_type() local 853 unsigned int pin, offset = 0, i; in owl_gpio_irq_handler() local 886 int ret, i, j, offset; in owl_gpio_init() local
|
/linux-6.8/drivers/gpio/ |
D | gpio-grgpio.c | 90 static void grgpio_set_imask(struct grgpio_priv *priv, unsigned int offset, in grgpio_set_imask() 102 static int grgpio_to_irq(struct gpio_chip *gc, unsigned offset) in grgpio_to_irq() 164 int offset = d->hwirq; in grgpio_irq_mask() local 177 int offset = d->hwirq; in grgpio_irq_unmask() local 237 int offset = hwirq; in grgpio_irq_map() local
|
D | gpio-lpc18xx.c | 267 static void lpc18xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lpc18xx_gpio_set() 273 static int lpc18xx_gpio_get(struct gpio_chip *chip, unsigned offset) in lpc18xx_gpio_get() 279 static int lpc18xx_gpio_direction(struct gpio_chip *chip, unsigned offset, in lpc18xx_gpio_direction() 302 unsigned offset) in lpc18xx_gpio_direction_input() 308 unsigned offset, int value) in lpc18xx_gpio_direction_output()
|
D | gpio-ts5500.c | 198 static int ts5500_gpio_input(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_input() 217 static int ts5500_gpio_get(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_get() 225 static int ts5500_gpio_output(struct gpio_chip *chip, unsigned offset, int val) in ts5500_gpio_output() 247 static void ts5500_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in ts5500_gpio_set() 261 static int ts5500_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in ts5500_gpio_to_irq()
|