| /Linux-v6.6/drivers/gpio/ |
| D | gpio-dln2.c | 150 static int dln2_gpio_request(struct gpio_chip *chip, unsigned offset) in dln2_gpio_request() 191 static void dln2_gpio_free(struct gpio_chip *chip, unsigned offset) in dln2_gpio_free() 198 static int dln2_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in dln2_gpio_get_direction() 208 static int dln2_gpio_get(struct gpio_chip *chip, unsigned int offset) in dln2_gpio_get() 223 static void dln2_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in dln2_gpio_set() 230 static int dln2_gpio_set_direction(struct gpio_chip *chip, unsigned offset, in dln2_gpio_set_direction() 253 static int dln2_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in dln2_gpio_direction_input() 258 static int dln2_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in dln2_gpio_direction_output() 271 static int dln2_gpio_set_config(struct gpio_chip *chip, unsigned offset, in dln2_gpio_set_config()
|
| D | gpio-rcar.c | 223 unsigned int offset, irqs_handled = 0; in gpio_rcar_irq_handler() local 267 static int gpio_rcar_request(struct gpio_chip *chip, unsigned offset) in gpio_rcar_request() 285 static void gpio_rcar_free(struct gpio_chip *chip, unsigned offset) in gpio_rcar_free() 300 static int gpio_rcar_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_rcar_get_direction() 310 static int gpio_rcar_direction_input(struct gpio_chip *chip, unsigned offset) in gpio_rcar_direction_input() 316 static int gpio_rcar_get(struct gpio_chip *chip, unsigned offset) in gpio_rcar_get() 365 static void gpio_rcar_set(struct gpio_chip *chip, unsigned offset, int value) in gpio_rcar_set() 397 static int gpio_rcar_direction_output(struct gpio_chip *chip, unsigned offset, in gpio_rcar_direction_output() 619 unsigned int offset; in gpio_rcar_resume() local
|
| D | gpio-74x164.c | 41 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value() 56 unsigned offset, int val) in gen_74x164_set_value() 76 unsigned long offset; in gen_74x164_set_multiple() local 94 unsigned offset, int val) in gen_74x164_direction_output()
|
| D | gpio-latch.c | 69 static int gpio_latch_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_latch_get_direction() 76 unsigned int offset, bool val) in gpio_latch_set_unlocked() 93 static void gpio_latch_set(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set() 105 static void gpio_latch_set_can_sleep(struct gpio_chip *gc, unsigned int offset, int val) in gpio_latch_set_can_sleep()
|
| 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-v6.6/drivers/net/ethernet/intel/i40e/ |
| D | i40e_dcb.c | 41 u16 offset = 0; in i40e_parse_ieee_etscfg_tlv() local 111 u16 offset = 0; in i40e_parse_ieee_etsrec_tlv() local 193 u16 offset = 0; in i40e_parse_ieee_app_tlv() local 283 u16 offset = 0; in i40e_parse_cee_pgcfg_tlv() local 358 u16 length, typelength, offset = 0; in i40e_parse_cee_app_tlv() local 505 u16 offset = 0; in i40e_lldp_to_dcb_config() local 881 u8 offset = 0; in i40e_init_dcb() local 990 u16 offset = 0, typelength, i; in i40e_add_ieee_ets_tlv() local 1064 u16 offset = 0, typelength, i; in i40e_add_ieee_etsrec_tlv() local 1165 u16 typelength, length, offset = 0; in i40e_add_ieee_app_pri_tlv() local [all …]
|
| /Linux-v6.6/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-v6.6/drivers/net/dsa/sja1105/ |
| D | sja1105_static_config.c | 226 int offset, i; in sja1105_l2_forwarding_params_entry_packing() local 240 int offset, i; in sja1110_l2_forwarding_params_entry_packing() local 254 int offset, i; in sja1105_l2_forwarding_entry_packing() local 270 int offset, i; in sja1110_l2_forwarding_entry_packing() local 307 int offset, i; in sja1105pqrs_l2_lookup_params_entry_packing() local 329 int offset, i; in sja1110_l2_lookup_params_entry_packing() local 451 int offset, i; in sja1105et_mac_config_entry_packing() local 485 int offset, i; in sja1105pqrs_mac_config_entry_packing() local 519 int offset, i; in sja1110_mac_config_entry_packing() local 591 int offset, i; in sja1105_schedule_params_entry_packing() local [all …]
|
| /Linux-v6.6/include/linux/bcma/ |
| D | bcma.h | 367 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8() 371 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16() 375 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32() 380 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8() 385 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16() 390 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32() 396 size_t count, u16 offset, u8 reg_width) in bcma_block_read() 402 u16 offset, u8 reg_width) in bcma_block_write() 407 static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) in bcma_aread32() 412 void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) in bcma_awrite32() [all …]
|
| /Linux-v6.6/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() 155 static void xas_move_index(struct xa_state *xas, unsigned long offset) in xas_move_index() 205 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() local 525 unsigned int offset = 0; in xas_free_nodes() local 663 unsigned int offset = xas->xa_offset; in xas_create() local 779 unsigned int offset, max; in xas_store() local 879 unsigned int offset = xas->xa_offset; in xas_set_mark() local 908 unsigned int offset = xas->xa_offset; in xas_clear_mark() local [all …]
|
| /Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/comedi/drivers/ |
| D | amplc_dio200_common.c | 90 unsigned int offset) in dio200_read8() 103 unsigned int offset, unsigned char val) in dio200_write8() 117 unsigned int offset) in dio200_read32() 130 unsigned int offset, unsigned int val) in dio200_write32() 148 unsigned int offset; in dio200_subdev_8254_offset() local 419 unsigned int offset, in dio200_subdev_intr_init() 476 unsigned int offset = dio200_subdev_8254_offset(dev, s); in dio200_subdev_8254_set_gate_src() local 487 unsigned int offset = dio200_subdev_8254_offset(dev, s); in dio200_subdev_8254_set_clock_src() local 540 unsigned int offset) in dio200_subdev_8254_init() 676 unsigned int offset) in dio200_subdev_8255_init()
|
| /Linux-v6.6/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-v6.6/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-v6.6/drivers/pinctrl/intel/ |
| D | pinctrl-cherryview.c | 571 static u32 chv_pctrl_readl(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pctrl_readl() 578 static void chv_pctrl_writel(struct intel_pinctrl *pctrl, unsigned int offset, u32 value) in chv_pctrl_writel() 588 static void __iomem *chv_padreg(struct intel_pinctrl *pctrl, unsigned int offset, in chv_padreg() 600 static u32 chv_readl(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset) in chv_readl() 605 static void chv_writel(struct intel_pinctrl *pctrl, unsigned int pin, unsigned int offset, u32 valu… in chv_writel() 615 static bool chv_pad_locked(struct intel_pinctrl *pctrl, unsigned int offset) in chv_pad_locked() 621 unsigned int offset) in chv_pin_dbg_show() 722 unsigned int offset) in chv_gpio_clear_triggering() 745 unsigned int offset) in chv_gpio_request_enable() 799 unsigned int offset) in chv_gpio_disable_free() [all …]
|
| /Linux-v6.6/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-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | mmio.c | 416 u32 offset = FIELD_GET(MT_HIF_REMAP_L1_OFFSET, addr); in mt7915_reg_map_l1() local 437 u32 offset, base; in mt7915_reg_map_l2() local 512 void mt7915_memcpy_fromio(struct mt7915_dev *dev, void *buf, u32 offset, in mt7915_memcpy_fromio() 520 static u32 mt7915_rr(struct mt76_dev *mdev, u32 offset) in mt7915_rr() 528 static void mt7915_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7915_wr() 536 static u32 mt7915_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7915_rmw() 607 u32 offset; in mt7915_mmio_wed_init_rx_buf() local
|
| /Linux-v6.6/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-v6.6/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-v6.6/drivers/char/tpm/ |
| D | tpm_atmel.h | 31 #define atmel_getb(priv, offset) readb(priv->iobase + offset) argument 32 #define atmel_putb(val, priv, offset) writeb(val, priv->iobase + offset) argument 83 #define atmel_getb(chip, offset) inb(atmel_get_priv(chip)->base + offset) argument 84 #define atmel_putb(val, chip, offset) \ argument
|
| /Linux-v6.6/tools/perf/util/ |
| D | bpf-utils.c | 73 int offset) in bpf_prog_info_read_offset_u32() 83 int offset) in bpf_prog_info_read_offset_u64() 92 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32() 101 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
|
| /Linux-v6.6/arch/powerpc/kernel/ |
| D | cpu_setup_power.c | 140 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power7() 165 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power8() 204 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power9() 245 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *t) in __setup_cpu_power10()
|