/linux-6.15/net/netfilter/ |
D | nft_payload.c | 43 nft_payload_copy_vlan(u32 *d, const struct sk_buff *skb, u8 offset, u8 len) in nft_payload_copy_vlan() 96 u32 offset = sizeof(struct gre_base_hdr); in __nft_payload_inner_offset() local 148 static bool nft_payload_need_vlan_adjust(u32 offset, u32 len) in nft_payload_need_vlan_adjust() 166 int offset; in nft_payload_eval() local 602 int offset; in nft_payload_inner_eval() local 732 static int nft_payload_csum_sctp(struct sk_buff *skb, int offset) in nft_payload_csum_sctp() 800 u8 offset; member 815 nft_payload_set_vlan(const u32 *src, struct sk_buff *skb, u8 offset, u8 len, in nft_payload_set_vlan() 860 int offset, csum_offset, vlan_hlen = 0; in nft_payload_set_eval() local 1044 unsigned int offset, len; in nft_payload_select_ops() local
|
/linux-6.15/drivers/gpio/ |
D | gpio-latch.c | 71 static int gpio_latch_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_latch_get_direction() 78 unsigned int offset, bool val) in gpio_latch_set_unlocked() 100 static int gpio_latch_set(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set() 109 static int gpio_latch_set_can_sleep(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set_can_sleep()
|
D | gpio-74x164.c | 42 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value() 54 unsigned int offset, int val) in gen_74x164_set_value() 74 unsigned long offset; in gen_74x164_set_multiple() local 92 unsigned offset, int val) in gen_74x164_direction_output()
|
D | gpio-sifive.c | 42 static void sifive_gpio_set_ie(struct sifive_gpio *chip, unsigned int offset) in sifive_gpio_set_ie() 64 int offset = irqd_to_hwirq(d); in sifive_gpio_irq_set_type() local 79 int offset = hwirq % SIFIVE_GPIO_MAX; in sifive_gpio_irq_enable() local 107 int offset = hwirq % SIFIVE_GPIO_MAX; in sifive_gpio_irq_disable() local 119 int offset = irqd_to_hwirq(d) % SIFIVE_GPIO_MAX; in sifive_gpio_irq_eoi() local
|
/linux-6.15/drivers/gpu/drm/sprd/ |
D | sprd_dpu.h | 75 dpu_reg_set(struct dpu_context *ctx, u32 offset, u32 set_bits) in dpu_reg_set() 83 dpu_reg_clr(struct dpu_context *ctx, u32 offset, u32 clr_bits) in dpu_reg_clr() 91 layer_reg_rd(struct dpu_context *ctx, u32 offset, int index) in layer_reg_rd() 99 layer_reg_wr(struct dpu_context *ctx, u32 offset, u32 cfg_bits, int index) in layer_reg_wr()
|
/linux-6.15/mm/ |
D | swap_cgroup.c | 25 pgoff_t offset) in __swap_cgroup_id_lookup() 37 pgoff_t offset, in __swap_cgroup_id_xchg() 69 pgoff_t offset, end; in swap_cgroup_record() local 95 pgoff_t offset, end; in swap_cgroup_clear() local
|
/linux-6.15/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 572 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pctrl_readl() 579 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel() 589 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg() 601 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl() 606 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel() 621 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked() 627 unsigned int offset) in chv_pin_dbg_show() 719 unsigned int offset) in chv_gpio_clear_triggering() 742 unsigned int offset) in chv_gpio_request_enable() 792 unsigned int offset) in chv_gpio_disable_free() [all …]
|
/linux-6.15/lib/ |
D | xarray.c | 86 unsigned int offset, xa_mark_t mark) in node_get_mark() 92 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark() 99 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark() 156 static void xas_move_index(struct xa_state *xas, unsigned long offset) in xas_move_index() 207 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() local 533 unsigned int offset = 0; in xas_free_nodes() local 671 unsigned int offset = xas->xa_offset; in xas_create() local 787 unsigned int offset, max; in xas_store() local 887 unsigned int offset = xas->xa_offset; in xas_set_mark() local 916 unsigned int offset = xas->xa_offset; in xas_clear_mark() local [all …]
|
/linux-6.15/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_lcn.c | 457 u32 b43_lcntab_read(struct b43_wldev *dev, u32 offset) in b43_lcntab_read() 487 void b43_lcntab_read_bulk(struct b43_wldev *dev, u32 offset, in b43_lcntab_read_bulk() 525 void b43_lcntab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_lcntab_write() 555 void b43_lcntab_write_bulk(struct b43_wldev *dev, u32 offset, in b43_lcntab_write_bulk() 600 #define lcntab_upload(dev, offset, data) do { \ argument
|
D | tables_lpphy.h | 10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument 11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument 12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
|
/linux-6.15/drivers/video/fbdev/core/ |
D | fb_defio.c | 47 unsigned long offset, in fb_deferred_io_pageref_lookup() 73 unsigned long offset, in fb_deferred_io_pageref_get() 123 unsigned long offset; in fb_deferred_io_fault() local 168 static vm_fault_t fb_deferred_io_track_page(struct fb_info *info, unsigned long offset, in fb_deferred_io_track_page() 221 unsigned long offset = vmf->pgoff << PAGE_SHIFT; in fb_deferred_io_page_mkwrite() local
|
/linux-6.15/drivers/nvmem/ |
D | rave-sp-eeprom.c | 100 unsigned int offset = 0; in rave_sp_eeprom_io() local 158 unsigned int offset, u8 *data, in rave_sp_eeprom_page_access() 222 unsigned int offset, u8 *data, in rave_sp_eeprom_access() 273 static int rave_sp_eeprom_reg_read(void *eeprom, unsigned int offset, in rave_sp_eeprom_reg_read() 280 static int rave_sp_eeprom_reg_write(void *eeprom, unsigned int offset, in rave_sp_eeprom_reg_write()
|
/linux-6.15/arch/mips/include/asm/octeon/ |
D | cvmx-l2c-defs.h | 43 #define CVMX_L2C_PFCX(offset) (CVMX_ADD_IO_SEG(0x0001180080000098ull) + \ argument 54 #define CVMX_L2C_TADX_PFCX(offset, block_id) \ argument 65 #define CVMX_L2C_TADX_PRF(offset) (CVMX_ADD_IO_SEG(0x0001180080A00008ull) + \ argument 69 #define CVMX_L2C_WPAR_IOBX(offset) (CVMX_ADD_IO_SEG(0x0001180080840200ull) + \ argument 71 #define CVMX_L2C_WPAR_PPX(offset) (CVMX_ADD_IO_SEG(0x0001180080840000ull) + \ argument
|
/linux-6.15/tools/testing/selftests/kvm/lib/arm64/ |
D | gic_v3.c | 132 uint32_t gicv3_reg_readl(uint32_t cpu_or_dist, uint64_t offset) in gicv3_reg_readl() 139 void gicv3_reg_writel(uint32_t cpu_or_dist, uint64_t offset, uint32_t reg_val) in gicv3_reg_writel() 146 uint32_t gicv3_getl_fields(uint32_t cpu_or_dist, uint64_t offset, uint32_t mask) in gicv3_getl_fields() 151 void gicv3_setl_fields(uint32_t cpu_or_dist, uint64_t offset, in gicv3_setl_fields() 168 static void gicv3_access_reg(uint32_t intid, uint64_t offset, in gicv3_access_reg() 200 static void gicv3_write_reg(uint32_t intid, uint64_t offset, in gicv3_write_reg() 207 static uint32_t gicv3_read_reg(uint32_t intid, uint64_t offset, in gicv3_read_reg()
|
/linux-6.15/tools/lib/bpf/ |
D | zip.c | 104 __u32 offset; member 135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() 146 static int try_parse_end_of_cd(struct zip_archive *archive, __u32 offset) in try_parse_end_of_cd() 177 int64_t limit, offset; in find_cd() local 248 __u32 offset) in local_file_header_at_offset() 259 static int get_entry_at_offset(struct zip_archive *archive, __u32 offset, struct zip_entry *out) in get_entry_at_offset() 302 __u32 i, offset = archive->cd_offset; in zip_archive_find_entry() local
|
/linux-6.15/tools/testing/nvdimm/test/ |
D | iomap.c | 65 #define __nfit_test_ioremap(offset, size, fallback_fn) ({ \ argument 75 resource_size_t offset, unsigned long size) in __wrap_devm_ioremap() 86 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap() 119 resource_size_t offset = pgmap->range.start; in __wrap_devm_memremap_pages() local 148 void *__wrap_memremap(resource_size_t offset, size_t size, in __wrap_memremap() 169 void __iomem *__wrap_ioremap(resource_size_t offset, unsigned long size) in __wrap_ioremap() 175 void __iomem *__wrap_ioremap_wc(resource_size_t offset, unsigned long size) in __wrap_ioremap_wc()
|
/linux-6.15/drivers/mtd/nand/raw/ |
D | omap_elm.c | 85 static void elm_write_reg(struct elm_info *info, int offset, u32 val) in elm_write_reg() 90 static u32 elm_read_reg(struct elm_info *info, int offset) in elm_read_reg() 167 int i, offset; in elm_load_syndrome() local 253 int i, offset; in elm_start_processing() local 286 int offset; in elm_error_correction() local 440 u32 offset = 0, i; in elm_context_save() local 488 u32 offset = 0, i; in elm_context_restore() local
|
/linux-6.15/fs/nilfs2/ |
D | sufile.c | 315 size_t offset; in nilfs_sufile_alloc() local 413 size_t offset; in nilfs_sufile_do_cancel_free() local 438 size_t offset; in nilfs_sufile_do_scrap() local 469 size_t offset; in nilfs_sufile_do_free() local 511 size_t offset; in nilfs_sufile_mark_dirty() local 574 size_t offset; in nilfs_sufile_set_segment_usage() local 652 size_t offset; in nilfs_sufile_do_set_error() local 697 size_t offset; in nilfs_sufile_truncate_range() local 865 size_t offset; in nilfs_sufile_get_suinfo() local 940 size_t offset; in nilfs_sufile_set_suinfo() local [all …]
|
/linux-6.15/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ads.c | 117 u32 offset; in guc_ads_golden_ctxt_offset() local 127 u32 offset; in guc_ads_waklv_offset() local 137 u32 offset; in guc_ads_capture_offset() local 147 u32 offset; in guc_ads_private_data_offset() local 303 u32 offset, u32 flags) in guc_mmio_reg_add() 470 u32 addr_ggtt, offset; in guc_mmio_reg_state_init() local 532 u32 addr_ggtt, offset; in guc_prep_golden_context() local 622 unsigned long offset; in guc_init_golden_context() local 818 static void guc_waklv_enable_simple(struct intel_guc *guc, u32 *offset, u32 *remain, u32 klv_id) in guc_waklv_enable_simple() 839 u32 offset, addr_ggtt, remain, size; in guc_waklv_init() local [all …]
|
/linux-6.15/drivers/usb/host/ |
D | xhci-mtk-sch.c | 422 struct mu3h_sch_ep_info *sch_ep, u32 offset) in get_max_bw() 445 static u16 get_fs_bw(struct mu3h_sch_ep_info *sch_ep, int offset) in get_fs_bw() 476 static int check_ls_budget_microframes(struct mu3h_sch_ep_info *sch_ep, int offset) in check_ls_budget_microframes() 497 static int check_fs_budget_microframes(struct mu3h_sch_ep_info *sch_ep, int offset) in check_fs_budget_microframes() 524 static int check_fs_budget_frames(struct mu3h_sch_ep_info *sch_ep, int offset) in check_fs_budget_frames() 556 static int check_fs_bus_bw(struct mu3h_sch_ep_info *sch_ep, int offset) in check_fs_bus_bw() 581 static int check_ss_and_cs(struct mu3h_sch_ep_info *sch_ep, u32 offset) in check_ss_and_cs() 635 static int check_isoc_ss_overlap(struct mu3h_sch_ep_info *sch_ep, u32 offset) in check_isoc_ss_overlap() 664 static int check_sch_tt_budget(struct mu3h_sch_ep_info *sch_ep, u32 offset) in check_sch_tt_budget() 685 u32 offset, offset_min; in alloc_sch_portion_of_frame() local [all …]
|
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | hv.c | 9 int offset, bool read) in mlx5_hv_config_common() 42 int offset) in mlx5_hv_read_config() 48 int offset) in mlx5_hv_write_config()
|
/linux-6.15/drivers/crypto/caam/ |
D | sg_sw_sec4.h | 27 dma_addr_t dma, u32 len, u16 offset) in dma_to_sec4_sg_one() 49 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg() 79 u16 offset) in sg_to_sec4_sg_last()
|
/linux-6.15/drivers/char/tpm/ |
D | tpm-buf.c | 176 static void tpm_buf_read(struct tpm_buf *buf, off_t *offset, size_t count, void *output) in tpm_buf_read() 202 u8 tpm_buf_read_u8(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u8() 219 u16 tpm_buf_read_u16(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u16() 236 u32 tpm_buf_read_u32(struct tpm_buf *buf, off_t *offset) in tpm_buf_read_u32()
|
/linux-6.15/drivers/staging/media/atomisp/pci/ |
D | sh_css_sp.c | 169 unsigned int offset = (unsigned int)offsetof(struct sh_css_sp_output, in sh_css_sp_get_debug_state() local 368 unsigned int offset = (unsigned int)offsetof(struct sh_css_sp_output, in sh_css_sp_get_binary_copy_size() local 379 unsigned int offset = (unsigned int)offsetof(struct sh_css_sp_output, in sh_css_sp_get_sw_interrupt_value() local 1317 unsigned int offset = (unsigned int)offsetof(struct host_sp_communication, in sh_css_write_host2sp_command() local 1337 unsigned int offset = (unsigned int)offsetof(struct host_sp_communication, host2sp_command) in sh_css_read_host2sp_command() local 1380 unsigned int offset; in sh_css_update_host2sp_offline_frame() local 1410 unsigned int offset; in sh_css_update_host2sp_mipi_frame() local 1454 unsigned int offset; in sh_css_update_host2sp_num_mipi_frames() local 1472 unsigned int offset, offset_extra; in sh_css_update_host2sp_cont_num_raw_frames() local 1500 unsigned int offset; in sh_css_event_init_irq_mask() local [all …]
|
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mmio.c | 418 u32 offset = FIELD_GET(MT_HIF_REMAP_L1_OFFSET, addr); in mt7915_reg_map_l1() local 439 u32 offset, base; in mt7915_reg_map_l2() local 519 void mt7915_memcpy_fromio(struct mt7915_dev *dev, void *buf, u32 offset, in mt7915_memcpy_fromio() 535 static u32 mt7915_rr(struct mt76_dev *mdev, u32 offset) in mt7915_rr() 550 static void mt7915_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7915_wr() 565 static u32 mt7915_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7915_rmw()
|