| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | 88pm860x-i2c.c | 18 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_read() local 35 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_write() local 48 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_read() local 61 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_write() local 74 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_set_bits() local [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/maps/ |
| H A D | physmap-ixp4xx.c | 69 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) in ixp4xx_read16() argument 82 static void ixp4xx_copy_from(struct map_info *map, void *to, in ixp4xx_copy_from() argument 109 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_write16() argument 114 of_flash_probe_ixp4xx(struct platform_device *pdev, struct device_node *np, struct map_info *map) of_flash_probe_ixp4xx() argument [all...] |
| H A D | lantiq-flash.c | 42 struct map_info *map; member 48 ltq_read16(struct map_info *map, unsigned long adr) in ltq_read16() argument 62 ltq_write16(struct map_info *map, map_word d, unsigned long adr) in ltq_write16() argument 81 ltq_copy_from(struct map_info *map, voi argument 95 ltq_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) ltq_copy_to() argument [all...] |
| H A D | dc21285.c | 54 static map_word dc21285_read8(struct map_info *map, unsigned long ofs) in dc21285_read8() argument 61 static map_word dc21285_read16(struct map_info *map, unsigned long ofs) in dc21285_read16() argument 68 static map_word dc21285_read32(struct map_info *map, unsigned long ofs) in dc21285_read32() argument 75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from() argument 80 dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) dc21285_write8() argument 89 dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) dc21285_write16() argument 98 dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) dc21285_write32() argument 105 dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_32() argument 117 dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_16() argument 129 dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) dc21285_copy_to_8() argument [all...] |
| H A D | l440gx.c | 33 static void l440gx_set_vpp(struct map_info *map, int vpp) in l440gx_set_vpp() argument
|
| H A D | scb2_flash.c | 76 struct map_info *map = mtd->priv; in scb2_fixup_mtd() local [all...] |
| H A D | tsunami_flash.c | 18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8() argument 25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8() argument 30 tsunami_flash_copy_from( struct map_info *map, void *addr, unsigned long offset, ssize_t len) tsunami_flash_copy_from() argument 43 tsunami_flash_copy_to( struct map_info *map, unsigned long offset, const void *addr, ssize_t len) tsunami_flash_copy_to() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/lpddr/ |
| H A D | qinfo_probe.c | 44 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos() argument 63 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query() argument 91 lpddr_pfow_present(struct map_info *map, struct lpddr_private *lpddr) lpddr_pfow_present() argument 120 lpddr_chip_setup(struct map_info *map, struct lpddr_private *lpddr) lpddr_chip_setup() argument 145 lpddr_probe_chip(struct map_info *map) lpddr_probe_chip() argument 184 lpddr_probe(struct map_info *map) lpddr_probe() argument [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/chips/ |
| H A D | map_ram.c | 35 static struct mtd_info *map_ram_probe(struct map_info *map) in map_ram_probe() argument 90 struct map_info *map = mtd->priv; mapram_point() local 108 struct map_info *map = mtd->priv; mapram_read() local 117 struct map_info *map = mtd->priv; mapram_write() local 128 struct map_info *map = mtd->priv; mapram_erase() local [all...] |
| H A D | map_rom.c | 35 static unsigned int default_erasesize(struct map_info *map) in default_erasesize() argument 44 static struct mtd_info *map_rom_probe(struct map_info *map) in map_rom_probe() argument 76 struct map_info *map = mtd->priv; maprom_point() local 94 struct map_info *map = mtd->priv; maprom_read() local [all...] |
| H A D | fwh_lock.h | 29 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, in fwh_xxlock_oneblock() argument
|
| /kernel/linux/linux-6.6/drivers/misc/ |
| H A D | hmc6352.c | 30 compass_store(struct device *dev, const char *buf, size_t count, const char *map) compass_store() argument
|
| /kernel/linux/linux-6.6/drivers/net/ |
| H A D | Space.c | 39 struct ifmap map; member 62 static int netdev_boot_setup_add(char *name, struct ifmap *map) in netdev_boot_setup_add() argument 145 struct ifmap map; netdev_boot_setup() local [all...] |
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 67 struct xfs_bmbt_irec map; in xchk_rtbitmap_check_extents() local
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_client.h | 150 struct iosys_map map; member
|
| H A D | drm_gem_dma_helper.h | 110 drm_gem_dma_object_vmap(struct drm_gem_object *obj, struct iosys_map *map) drm_gem_dma_object_vmap() argument
|
| /kernel/linux/linux-6.6/fs/omfs/ |
| H A D | bitmap.c | 48 static int set_run(struct super_block *sb, int map, in set_run() argument 96 unsigned int map, bit; in omfs_allocate_block() local 180 unsigned int map, bit; omfs_clear_range() local [all...] |
| /kernel/linux/linux-6.6/fs/xfs/ |
| H A D | xfs_attr_inactive.c | 39 struct xfs_bmbt_irec map; in xfs_attr3_rmt_stale() local
|
| /kernel/linux/linux-6.6/include/clocksource/ |
| H A D | timer-xilinx.h | 42 struct regmap *map; member
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| H A D | stw481x.h | 48 struct regmap *map; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | srcu.h | 114 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire() argument 120 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release() argument 126 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync() argument
|
| /kernel/linux/linux-6.6/drivers/reset/hisilicon/ |
| H A D | reset-hi3660.c | 16 struct regmap *map; member
|
| /kernel/linux/linux-6.6/drivers/reset/ |
| H A D | reset-k210.c | 18 struct regmap *map; member
|
| H A D | reset-qcom-aoss.c | 54 const struct qcom_aoss_reset_map *map = &data->desc->resets[idx]; in qcom_aoss_control_assert() local 66 const struct qcom_aoss_reset_map *map = &data->desc->resets[idx]; in qcom_aoss_control_deassert() local
|
| /kernel/linux/linux-6.6/drivers/vhost/ |
| H A D | iotlb.c | 28 vhost_iotlb_map_free(struct vhost_iotlb *iotlb, struct vhost_iotlb_map *map) vhost_iotlb_map_free() argument 55 struct vhost_iotlb_map *map; vhost_iotlb_add_range_ctx() local 120 struct vhost_iotlb_map *map; vhost_iotlb_del_range() local 208 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) vhost_iotlb_itree_next() argument [all...] |