| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | mxm.c | 81 u16 map = nvbios_rd16(bios, mxm + 4); in mxm_sor_map() local 118 u16 map = nvbios_rd16(bios, mxm + 6); mxm_ddc_map() local [all...] |
| /kernel/linux/linux-5.10/drivers/power/reset/ |
| H A D | syscon-poweroff.c | 20 static struct regmap *map; variable
|
| H A D | syscon-reboot-mode.c | 17 struct regmap *map; member
|
| /kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-pool.c | 10 imgu_css_dma_buffer_resize(struct imgu_device *imgu, struct imgu_css_map *map, size_t size) imgu_css_dma_buffer_resize() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/maps/ |
| H A D | plat-ram.c | 32 struct map_info map; member [all...] |
| H A D | uclinux.c | 57 struct map_info *map = mtd->priv; in uclinux_point() local
|
| H A D | physmap-bt1-rom.c | 29 static map_word __xipram bt1_rom_map_read(struct map_info *map, in bt1_rom_map_read() argument 57 static void __xipram bt1_rom_map_copy_from(struct map_info *map, in bt1_rom_map_copy_from() argument 101 of_flash_probe_bt1_rom(struct platform_device *pdev, struct device_node *np, struct map_info *map) of_flash_probe_bt1_rom() argument [all...] |
| H A D | map_funcs.c | 13 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read() argument 18 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write() argument 23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in simple_map_copy_from() argument 28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in simple_map_copy_to() argument 33 simple_map_init(struct map_info *map) simple_map_init() argument [all...] |
| /kernel/linux/linux-6.6/drivers/mtd/chips/ |
| H A D | chipreg.c | 55 struct mtd_info *do_map_probe(const char *name, struct map_info *map) in do_map_probe() argument 85 struct map_info *map = mtd->priv; in map_destroy() local
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | hi655x-pmic.c | 80 static void hi655x_local_irq_clear(struct regmap *map) in hi655x_local_irq_clear() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
| H A D | issi.c | 34 struct spi_nor_erase_map *map = &nor->params->erase_map; in pm25lv_nor_late_init() local
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_gem_atomic_helper.h | 60 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; member
|
| /kernel/linux/linux-6.6/fs/ocfs2/ |
| H A D | heartbeat.c | 30 static void ocfs2_node_map_init(struct ocfs2_node_map *map) in ocfs2_node_map_init() argument 63 ocfs2_node_map_set_bit(struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) ocfs2_node_map_set_bit() argument 75 ocfs2_node_map_clear_bit(struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) ocfs2_node_map_clear_bit() argument 87 ocfs2_node_map_test_bit(struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) ocfs2_node_map_test_bit() argument [all...] |
| /kernel/linux/linux-6.6/fs/ntfs3/ |
| H A D | bitfunc.c | 36 const u8 *map = (u8 *)lmap + (bit >> 3); in are_bits_clear() local 85 const u8 *map = (u8 *)lmap + (bit >> 3); are_bits_set() local [all...] |
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| H A D | objectid.c | 17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() argument 27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() argument 53 __le32 *map = objectid_map(s, rs); in reiserfs_get_unused_objectid() local 102 __le32 *map = objectid_map(s, rs); reiserfs_release_objectid() local [all...] |
| /kernel/linux/linux-6.6/include/rdma/ |
| H A D | rw.h | 32 } map; member
|
| /kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-pool.c | 10 imgu_css_dma_buffer_resize(struct imgu_device *imgu, struct imgu_css_map *map, size_t size) imgu_css_dma_buffer_resize() argument
|
| /kernel/linux/linux-6.6/drivers/soundwire/ |
| H A D | dmi-quirks.c | 158 struct adr_remap *map; in sdw_dmi_override_adr() local
|
| /kernel/linux/linux-6.6/drivers/power/reset/ |
| H A D | syscon-reboot-mode.c | 17 struct regmap *map; member
|
| H A D | syscon-poweroff.c | 18 static struct regmap *map; variable
|
| /kernel/linux/linux-6.6/drivers/base/regmap/ |
| H A D | regcache-flat.c | 15 static inline unsigned int regcache_flat_get_index(const struct regmap *map, in regcache_flat_get_index() argument 21 static int regcache_flat_init(struct regmap *map) in regcache_flat_init() argument 46 regcache_flat_exit(struct regmap *map) regcache_flat_exit() argument 54 regcache_flat_read(struct regmap *map, unsigned int reg, unsigned int *value) regcache_flat_read() argument 65 regcache_flat_write(struct regmap *map, unsigned int reg, unsigned int value) regcache_flat_write() argument [all...] |
| H A D | regmap-ram.c | 61 struct regmap *map; in __regmap_init_ram() local
|
| /kernel/linux/linux-6.6/drivers/clk/actions/ |
| H A D | owl-reset.c | 18 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_assert() local 27 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_deassert() local 46 const struct owl_reset_map *map = &reset->reset_map[id]; in owl_reset_status() local [all...] |
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| H A D | mem.c | 20 efi_status_t efi_get_memory_map(struct efi_boot_memmap **map, in efi_get_memory_map() argument [all...] |
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| H A D | memmap.c | 39 struct efi_memory_map map; in __efi_memmap_init() local [all...] |