/linux-4.1.27/include/linux/mtd/ |
D | map.h | 36 #define map_bankwidth(map) 1 argument 37 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1) argument 38 #define map_bankwidth_is_large(map) (0) argument 39 #define map_words(map) (1) argument 42 #define map_bankwidth_is_1(map) (0) argument 48 # define map_bankwidth(map) ((map)->bankwidth) argument 50 # define map_bankwidth(map) 2 argument 51 # define map_bankwidth_is_large(map) (0) argument 52 # define map_words(map) (1) argument 54 #define map_bankwidth_is_2(map) (map_bankwidth(map) == 2) argument [all …]
|
D | cfi_endian.h | 41 #define cpu_to_cfi8(map, x) (x) argument 42 #define cfi8_to_cpu(map, x) (x) argument 43 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x)) argument 44 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x)) argument 45 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x)) argument 46 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x)) argument 47 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x)) argument 48 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x)) argument
|
/linux-4.1.27/tools/perf/util/ |
D | map.h | 27 struct map { struct 34 u8 /* enum map_type */ type; argument 47 u64 (*map_ip)(struct map *, u64); argument 49 u64 (*unmap_ip)(struct map *, u64); argument 52 struct map_groups *groups; argument 82 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip() 87 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip() 114 #define map__for_each_symbol(map, pos, n) \ argument 125 #define __map__for_each_symbol_by_name(map, sym_name, pos, filter) \ argument 130 #define map__for_each_symbol_by_name(map, sym_name, pos) \ argument [all …]
|
D | map.c | 125 void map__init(struct map *map, enum map_type type, in map__init() 147 struct map *map = malloc(sizeof(*map)); in map__new() local 212 struct map *map = calloc(1, (sizeof(*map) + in map__new2() local 224 void map__delete(struct map *map) in map__delete() 229 void map__fixup_start(struct map *map) in map__fixup_start() 239 void map__fixup_end(struct map *map) in map__fixup_end() 251 int map__load(struct map *map, symbol_filter_t filter) in map__load() 295 struct symbol *map__find_symbol(struct map *map, u64 addr, in map__find_symbol() 304 struct symbol *map__find_symbol_by_name(struct map *map, const char *name, in map__find_symbol_by_name() 316 struct map *map__clone(struct map *map) in map__clone() [all …]
|
D | cpumap.h | 12 int map[]; member 42 static inline int cpu_map__nr(const struct cpu_map *map) in cpu_map__nr() 47 static inline bool cpu_map__empty(const struct cpu_map *map) in cpu_map__empty()
|
D | symbol.c | 552 struct map *map; member 624 struct map *map) in dso__load_all_kallsyms() 630 static int dso__split_kallsyms_for_kcore(struct dso *dso, struct map *map, in dso__split_kallsyms_for_kcore() 685 static int dso__split_kallsyms(struct dso *dso, struct map *map, u64 delta, in dso__split_kallsyms() 972 static int do_validate_kcore_modules(const char *filename, struct map *map, in do_validate_kcore_modules() 1034 struct map *map) in validate_kcore_modules() 1053 struct map *map) in validate_kcore_addresses() 1081 struct map *map; in kcore_mapfn() local 1095 static int dso__load_kcore(struct dso *dso, struct map *map, in dso__load_kcore() 1219 static int kallsyms__delta(struct map *map, const char *filename, u64 *delta) in kallsyms__delta() [all …]
|
D | cpumap.c | 179 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp) in cpu_map__fprintf() 202 void cpu_map__delete(struct cpu_map *map) in cpu_map__delete() 207 int cpu_map__get_socket(struct cpu_map *map, int idx) in cpu_map__get_socket() 241 int (*f)(struct cpu_map *map, int cpu)) in cpu_map__build_map() 270 int cpu_map__get_core(struct cpu_map *map, int idx) in cpu_map__get_core()
|
D | thread_map.h | 9 pid_t map[]; member
|
D | machine.c | 492 struct map *map = NULL; in machine__new_module() local 798 struct map *map = machine->vmlinux_maps[type]; in machine__load_kallsyms() local 817 struct map *map = machine->vmlinux_maps[type]; in machine__load_vmlinux_path() local 869 struct map *map; in map_groups__set_module_path() local 971 struct map *map; in machine__create_module() local 1076 struct map *map; in machine__process_kernel_mmap_event() local 1165 struct map *map; in machine__process_mmap2_event() local 1215 struct map *map; in machine__process_mmap_event() local 1829 struct map *map = machine__kernel_map(machine, MAP__FUNCTION); in machine__get_kernel_start() local
|
D | annotate.c | 487 static int __symbol__inc_addr_samples(struct symbol *sym, struct map *map, in __symbol__inc_addr_samples() 509 static int symbol__inc_addr_samples(struct symbol *sym, struct map *map, in symbol__inc_addr_samples() 806 static int symbol__parse_objdump_line(struct symbol *sym, struct map *map, in symbol__parse_objdump_line() 926 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize) in symbol__annotate() 1186 static int symbol__get_source_line(struct symbol *sym, struct map *map, in symbol__get_source_line() 1299 int symbol__annotate_printf(struct symbol *sym, struct map *map, in symbol__annotate_printf() 1443 int symbol__tty_annotate(struct symbol *sym, struct map *map, in symbol__tty_annotate()
|
/linux-4.1.27/net/sctp/ |
D | tsnmap.c | 50 struct sctp_tsnmap *sctp_tsnmap_init(struct sctp_tsnmap *map, __u16 len, in sctp_tsnmap_init() 72 void sctp_tsnmap_free(struct sctp_tsnmap *map) in sctp_tsnmap_free() 84 int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_check() 110 int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn, in sctp_tsnmap_mark() 157 static void sctp_tsnmap_iter_init(const struct sctp_tsnmap *map, in sctp_tsnmap_iter_init() 167 static int sctp_tsnmap_next_gap_ack(const struct sctp_tsnmap *map, in sctp_tsnmap_next_gap_ack() 205 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_skip() 243 static void sctp_tsnmap_update(struct sctp_tsnmap *map) in sctp_tsnmap_update() 262 __u16 sctp_tsnmap_pending(struct sctp_tsnmap *map) in sctp_tsnmap_pending() 287 static void sctp_tsnmap_find_gap_ack(unsigned long *map, __u16 off, in sctp_tsnmap_find_gap_ack() [all …]
|
D | ssnmap.c | 85 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, in sctp_ssnmap_init() 102 void sctp_ssnmap_clear(struct sctp_ssnmap *map) in sctp_ssnmap_clear() 111 void sctp_ssnmap_free(struct sctp_ssnmap *map) in sctp_ssnmap_free()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regcache.c | 28 static int regcache_hw_init(struct regmap *map) in regcache_hw_init() 97 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() 180 void regcache_exit(struct regmap *map) in regcache_exit() 207 int regcache_read(struct regmap *map, in regcache_read() 238 int regcache_write(struct regmap *map, in regcache_write() 252 static int regcache_default_sync(struct regmap *map, unsigned int min, in regcache_default_sync() 299 int regcache_sync(struct regmap *map) in regcache_sync() 367 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() 421 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() 453 void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only() [all …]
|
D | regmap.c | 64 bool regmap_check_range_table(struct regmap *map, unsigned int reg, in regmap_check_range_table() 80 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable() 94 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable() 111 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile() 128 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() 142 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range() 154 static void regmap_format_2_6_write(struct regmap *map, in regmap_format_2_6_write() 162 static void regmap_format_4_12_write(struct regmap *map, in regmap_format_4_12_write() 169 static void regmap_format_7_9_write(struct regmap *map, in regmap_format_7_9_write() 176 static void regmap_format_10_14_write(struct regmap *map, in regmap_format_10_14_write() [all …]
|
D | regcache-lzo.c | 33 static int regcache_lzo_block_count(struct regmap *map) in regcache_lzo_block_count() 72 static int regcache_lzo_compress_cache_block(struct regmap *map, in regcache_lzo_compress_cache_block() 90 static int regcache_lzo_decompress_cache_block(struct regmap *map, in regcache_lzo_decompress_cache_block() 108 static inline int regcache_lzo_get_blkindex(struct regmap *map, in regcache_lzo_get_blkindex() 116 static inline int regcache_lzo_get_blkpos(struct regmap *map, in regcache_lzo_get_blkpos() 125 static inline int regcache_lzo_get_blksize(struct regmap *map) in regcache_lzo_get_blksize() 131 static int regcache_lzo_init(struct regmap *map) in regcache_lzo_init() 204 static int regcache_lzo_exit(struct regmap *map) in regcache_lzo_exit() 234 static int regcache_lzo_read(struct regmap *map, in regcache_lzo_read() 273 static int regcache_lzo_write(struct regmap *map, in regcache_lzo_write() [all …]
|
D | regcache-rbtree.c | 44 struct regmap *map, in regcache_rbtree_get_base_top_reg() 52 static unsigned int regcache_rbtree_get_register(struct regmap *map, in regcache_rbtree_get_register() 58 static void regcache_rbtree_set_register(struct regmap *map, in regcache_rbtree_set_register() 66 static struct regcache_rbtree_node *regcache_rbtree_lookup(struct regmap *map, in regcache_rbtree_lookup() 100 static int regcache_rbtree_insert(struct regmap *map, struct rb_root *root, in regcache_rbtree_insert() 139 struct regmap *map = s->private; in rbtree_show() local 193 static void rbtree_debugfs_init(struct regmap *map) in rbtree_debugfs_init() 199 static int regcache_rbtree_init(struct regmap *map) in regcache_rbtree_init() 228 static int regcache_rbtree_exit(struct regmap *map) in regcache_rbtree_exit() 257 static int regcache_rbtree_read(struct regmap *map, in regcache_rbtree_read() [all …]
|
D | regmap-debugfs.c | 23 struct regmap *map; member 42 struct regmap *map = file->private_data; in regmap_name_read_file() local 67 static void regmap_debugfs_free_dump_cache(struct regmap *map) in regmap_debugfs_free_dump_cache() 84 static unsigned int regmap_debugfs_get_dump_start(struct regmap *map, in regmap_debugfs_get_dump_start() 171 static inline void regmap_calc_tot_len(struct regmap *map, in regmap_calc_tot_len() 184 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, in regmap_read_debugfs() 257 struct regmap *map = file->private_data; in regmap_map_read_file() local 279 struct regmap *map = file->private_data; in regmap_map_write_file() local 318 struct regmap *map = range->map; in regmap_range_read_file() local 334 struct regmap *map = file->private_data; in regmap_reg_ranges_read_file() local [all …]
|
D | regcache-flat.c | 19 static int regcache_flat_init(struct regmap *map) in regcache_flat_init() 37 static int regcache_flat_exit(struct regmap *map) in regcache_flat_exit() 45 static int regcache_flat_read(struct regmap *map, in regcache_flat_read() 55 static int regcache_flat_write(struct regmap *map, unsigned int reg, in regcache_flat_write()
|
D | regmap-irq.c | 28 struct regmap *map; member 63 struct regmap *map = d->map; in regmap_irq_sync_unlock() local 145 struct regmap *map = d->map; in regmap_irq_enable() local 154 struct regmap *map = d->map; in regmap_irq_disable() local 163 struct regmap *map = d->map; in regmap_irq_set_wake() local 193 struct regmap *map = data->map; in regmap_irq_thread() local 341 int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags, in regmap_add_irq_chip()
|
D | internal.h | 47 struct regmap *map; member 173 struct regmap *map; member 203 static inline void regmap_debugfs_init(struct regmap *map, const char *name) { } in regmap_debugfs_init() 204 static inline void regmap_debugfs_exit(struct regmap *map) { } in regmap_debugfs_exit() 220 static inline const void *regcache_get_val_addr(struct regmap *map, in regcache_get_val_addr() 246 static inline const char *regmap_name(const struct regmap *map) in regmap_name()
|
/linux-4.1.27/drivers/mtd/maps/ |
D | pci.c | 33 struct map_info map; member 42 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read8() local 50 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read32() local 58 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyfrom() local 64 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write8() local 70 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write32() local 76 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyto() local 91 intel_iq80310_init(struct pci_dev *dev, struct map_pci_info *map) in intel_iq80310_init() 119 intel_iq80310_exit(struct pci_dev *dev, struct map_pci_info *map) in intel_iq80310_exit() 127 intel_iq80310_translate(struct map_pci_info *map, unsigned long ofs) in intel_iq80310_translate() [all …]
|
D | dc21285.c | 54 static map_word dc21285_read8(struct map_info *map, unsigned long ofs) in dc21285_read8() 61 static map_word dc21285_read16(struct map_info *map, unsigned long ofs) in dc21285_read16() 68 static map_word dc21285_read32(struct map_info *map, unsigned long ofs) in dc21285_read32() 75 static void dc21285_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in dc21285_copy_from() 80 static void dc21285_write8(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write8() 89 static void dc21285_write16(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write16() 98 static void dc21285_write32(struct map_info *map, const map_word d, unsigned long adr) in dc21285_write32() 105 static void dc21285_copy_to_32(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_32() 117 static void dc21285_copy_to_16(struct map_info *map, unsigned long to, const void *from, ssize_t le… in dc21285_copy_to_16() 129 static void dc21285_copy_to_8(struct map_info *map, unsigned long to, const void *from, ssize_t len) in dc21285_copy_to_8()
|
D | map_funcs.c | 12 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read() 17 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write() 22 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from() 27 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to() 32 void simple_map_init(struct map_info *map) in simple_map_init()
|
D | pcmciamtd.c | 83 static caddr_t remap_window(struct map_info *map, unsigned long to) in remap_window() 108 static map_word pcmcia_read8_remap(struct map_info *map, unsigned long ofs) in pcmcia_read8_remap() 123 static map_word pcmcia_read16_remap(struct map_info *map, unsigned long ofs) in pcmcia_read16_remap() 138 static void pcmcia_copy_from_remap(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from_remap() 164 static void pcmcia_write8_remap(struct map_info *map, map_word d, unsigned long adr) in pcmcia_write8_remap() 176 static void pcmcia_write16_remap(struct map_info *map, map_word d, unsigned long adr) in pcmcia_write16_remap() 187 static void pcmcia_copy_to_remap(struct map_info *map, unsigned long to, const void *from, ssize_t … in pcmcia_copy_to_remap() 217 static map_word pcmcia_read8(struct map_info *map, unsigned long ofs) in pcmcia_read8() 232 static map_word pcmcia_read16(struct map_info *map, unsigned long ofs) in pcmcia_read16() 247 static void pcmcia_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in pcmcia_copy_from() [all …]
|
D | sbc_gxx.c | 103 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs) in sbc_gxx_page() 114 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs) in sbc_gxx_read8() 124 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in sbc_gxx_copy_from() 141 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr) in sbc_gxx_write8() 149 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in sbc_gxx_copy_to()
|
D | lantiq-flash.c | 44 struct map_info *map; member 51 ltq_read16(struct map_info *map, unsigned long adr) in ltq_read16() 65 ltq_write16(struct map_info *map, map_word d, unsigned long adr) in ltq_write16() 84 ltq_copy_from(struct map_info *map, void *to, in ltq_copy_from() 98 ltq_copy_to(struct map_info *map, unsigned long to, in ltq_copy_to()
|
D | tsunami_flash.c | 17 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8() 24 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8() 30 struct map_info *map, void *addr, unsigned long offset, ssize_t len) in tsunami_flash_copy_from() 43 struct map_info *map, unsigned long offset, in tsunami_flash_copy_to()
|
D | ixp4xx.c | 88 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) in ixp4xx_read16() 100 static void ixp4xx_copy_from(struct map_info *map, void *to, in ixp4xx_copy_from() 131 static void ixp4xx_probe_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_probe_write16() 140 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_write16() 147 struct map_info map; member
|
D | bfin-async-flash.c | 39 struct map_info map; member 70 static map_word bfin_flash_read(struct map_info *map, unsigned long ofs) in bfin_flash_read() 86 static void bfin_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in bfin_flash_copy_from() 97 static void bfin_flash_write(struct map_info *map, map_word d1, unsigned long ofs) in bfin_flash_write() 112 static void bfin_flash_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t le… in bfin_flash_copy_to()
|
D | gpio-addr-flash.c | 45 struct map_info map; member 82 static map_word gf_read(struct map_info *map, unsigned long ofs) in gf_read() 105 static void gf_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in gf_copy_from() 131 static void gf_write(struct map_info *map, map_word d1, unsigned long ofs) in gf_write() 151 static void gf_copy_to(struct map_info *map, unsigned long to, in gf_copy_to()
|
D | latch-addr-flash.c | 26 struct map_info map; member 38 static map_word lf_read(struct map_info *map, unsigned long ofs) in lf_read() 55 static void lf_write(struct map_info *map, map_word datum, unsigned long ofs) in lf_write() 69 static void lf_copy_from(struct map_info *map, void *to, in lf_copy_from()
|
D | pxa2xx-flash.c | 28 static void pxa2xx_map_inval_cache(struct map_info *map, unsigned long from, in pxa2xx_map_inval_cache() 44 struct map_info map; member
|
D | ck804xrom.c | 45 struct map_info map; member 83 struct ck804xrom_map_info *map, *scratch; in ck804xrom_cleanup() local 122 struct ck804xrom_map_info *map = NULL; in ck804xrom_init_one() local
|
D | amd76xrom.c | 41 struct map_info map; member 70 struct amd76xrom_map_info *map, *scratch; in amd76xrom_cleanup() local 109 struct amd76xrom_map_info *map = NULL; in amd76xrom_init_one() local
|
D | ichxrom.c | 46 struct map_info map; member 58 struct ichxrom_map_info *map, *scratch; in ichxrom_cleanup() local 92 struct ichxrom_map_info *map = NULL; in ichxrom_init_one() local
|
D | esb2rom.c | 107 struct map_info map; member 119 struct esb2rom_map_info *map, *scratch; in esb2rom_cleanup() local 152 struct esb2rom_map_info *map = NULL; in esb2rom_init_one() local
|
D | physmap.c | 29 struct map_info map[MAX_RESOURCES]; member 63 static void physmap_set_vpp(struct map_info *map, int state) in physmap_set_vpp()
|
D | physmap_of.c | 30 struct map_info map; member 78 struct map_info *map) in obsolete_probe()
|
D | sa1100-flash.c | 28 struct map_info map; member 41 static void sa1100_set_vpp(struct map_info *map, int on) in sa1100_set_vpp()
|
D | uclinux.c | 61 struct map_info *map = mtd->priv; in uclinux_point() local
|
D | rbtx4939-flash.c | 26 struct map_info map; member
|
D | l440gx.c | 32 static void l440gx_set_vpp(struct map_info *map, int vpp) in l440gx_set_vpp()
|
/linux-4.1.27/include/drm/ |
D | drm_os_linux.h | 26 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument 28 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument 30 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument 32 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument 34 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument 36 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument 39 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument 41 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) argument
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_probe.c | 38 #define xip_allowed(base, map) \ argument 45 #define xip_enable(base, map, cfi) \ argument 51 #define xip_disable_qry(base, map, cfi) \ argument 60 #define xip_allowed(base, map) do { } while (0) argument 61 #define xip_enable(base, map, cfi) do { } while (0) argument 62 #define xip_disable_qry(base, map, cfi) do { } while (0) argument 71 static int __xipram cfi_probe_chip(struct map_info *map, __u32 base, in cfi_probe_chip() 154 static int __xipram cfi_chip_setup(struct map_info *map, in cfi_chip_setup() 389 struct mtd_info *cfi_probe(struct map_info *map) in cfi_probe()
|
D | cfi_cmdset_0002.c | 158 struct map_info *map = mtd->priv; in fixup_amd_bootblock() local 207 struct map_info *map = mtd->priv; in fixup_use_write_buffers() local 218 struct map_info *map = mtd->priv; in fixup_convert_atmel_pri() local 256 struct map_info *map = mtd->priv; in fixup_use_erase_chip() local 278 struct map_info *map = mtd->priv; in fixup_old_sst_eraseregion() local 292 struct map_info *map = mtd->priv; in fixup_sst39vf() local 303 struct map_info *map = mtd->priv; in fixup_sst39vf_rev_b() local 316 struct map_info *map = mtd->priv; in fixup_sst38vf640x_sectorsize() local 331 struct map_info *map = mtd->priv; in fixup_s29gl064n_sectors() local 342 struct map_info *map = mtd->priv; in fixup_s29gl032n_sectors() local [all …]
|
D | cfi_cmdset_0001.c | 171 struct map_info *map = mtd->priv; in fixup_convert_atmel_pri() local 211 struct map_info *map = mtd->priv; in fixup_at49bv640dx_lock() local 223 struct map_info *map = mtd->priv; in fixup_intel_strataflash() local 236 struct map_info *map = mtd->priv; in fixup_no_write_suspend() local 249 struct map_info *map = mtd->priv; in fixup_st_m28w320ct() local 258 struct map_info *map = mtd->priv; in fixup_st_m28w320cb() local 278 struct map_info *map = mtd->priv; in fixup_LH28F640BF() local 298 struct map_info *map = mtd->priv; in fixup_use_point() local 307 struct map_info *map = mtd->priv; in fixup_use_write_buffers() local 321 struct map_info *map = mtd->priv; in fixup_unlock_powerup_lock() local [all …]
|
D | cfi_cmdset_0020.c | 113 struct mtd_info *cfi_cmdset_0020(struct map_info *map, int primary) in cfi_cmdset_0020() 166 static struct mtd_info *cfi_staa_setup(struct map_info *map) in cfi_staa_setup() 247 static inline int do_read_onechip(struct map_info *map, struct flchip *chip, loff_t adr, size_t len… in do_read_onechip() 384 struct map_info *map = mtd->priv; in cfi_staa_read() local 419 static inline int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer() 608 struct map_info *map = mtd->priv; in cfi_staa_write_buffers() local 731 static inline int do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) in do_erase_oneblock() 891 { struct map_info *map = mtd->priv; in cfi_staa_erase_varsize() local 976 struct map_info *map = mtd->priv; in cfi_staa_sync() local 1032 static inline int do_lock_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr) in do_lock_oneblock() [all …]
|
D | cfi_util.c | 26 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() 54 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, in cfi_qry_mode_on() 92 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, in cfi_qry_mode_off() 105 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name) in cfi_read_pri() 150 struct map_info *map = mtd->priv; in cfi_fixup() local 167 struct map_info *map = mtd->priv; in cfi_varsize_frob() local
|
D | map_ram.c | 33 static struct mtd_info *map_ram_probe(struct map_info *map) in map_ram_probe() 95 struct map_info *map = mtd->priv; in mapram_unmapped_area() local 101 struct map_info *map = mtd->priv; in mapram_read() local 110 struct map_info *map = mtd->priv; in mapram_write() local 121 struct map_info *map = mtd->priv; in mapram_erase() local
|
D | gen_probe.c | 21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp) in mtd_do_chip_probe() 59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) in genprobe_ident_chips() 165 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp, in genprobe_new_chip() 199 static inline struct mtd_info *cfi_cmdset_unknown(struct map_info *map, in cfi_cmdset_unknown() 230 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set()
|
D | map_rom.c | 32 static unsigned int default_erasesize(struct map_info *map) in default_erasesize() 41 static struct mtd_info *map_rom_probe(struct map_info *map) in map_rom_probe() 79 struct map_info *map = mtd->priv; in maprom_unmapped_area() local 85 struct map_info *map = mtd->priv; in maprom_read() local
|
D | chipreg.c | 57 struct mtd_info *do_map_probe(const char *name, struct map_info *map) in do_map_probe() 87 struct map_info *map = mtd->priv; in map_destroy() local
|
D | jedec_probe.c | 1878 static inline u32 jedec_read_mfr(struct map_info *map, uint32_t base, in jedec_read_mfr() 1899 static inline u32 jedec_read_id(struct map_info *map, uint32_t base, in jedec_read_id() 1910 static void jedec_reset(u32 base, struct map_info *map, struct cfi_private *cfi) in jedec_reset() 1938 static int cfi_jedec_setup(struct map_info *map, struct cfi_private *cfi, int index) in cfi_jedec_setup() 1997 struct map_info *map, in jedec_match() 2115 static int jedec_probe_chip(struct map_info *map, __u32 base, in jedec_probe_chip() 2250 static struct mtd_info *jedec_probe(struct map_info *map) in jedec_probe()
|
/linux-4.1.27/net/rds/ |
D | cong.c | 109 struct rds_cong_map *map; in rds_cong_tree_walk() local 137 struct rds_cong_map *map; in rds_cong_from_addr() local 214 void rds_cong_queue_updates(struct rds_cong_map *map) in rds_cong_queue_updates() 245 void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask) in rds_cong_map_updated() 291 void rds_cong_set_bit(struct rds_cong_map *map, __be16 port) in rds_cong_set_bit() 305 void rds_cong_clear_bit(struct rds_cong_map *map, __be16 port) in rds_cong_clear_bit() 319 static int rds_cong_test_bit(struct rds_cong_map *map, __be16 port) in rds_cong_test_bit() 343 struct rds_cong_map *map; in rds_cong_remove_socket() local 360 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait() 394 struct rds_cong_map *map; in rds_cong_exit() local [all …]
|
/linux-4.1.27/fs/ocfs2/ |
D | heartbeat.c | 50 static void ocfs2_node_map_init(struct ocfs2_node_map *map) in ocfs2_node_map_init() 84 static inline void __ocfs2_node_map_set_bit(struct ocfs2_node_map *map, in __ocfs2_node_map_set_bit() 91 struct ocfs2_node_map *map, in ocfs2_node_map_set_bit() 102 static inline void __ocfs2_node_map_clear_bit(struct ocfs2_node_map *map, in __ocfs2_node_map_clear_bit() 109 struct ocfs2_node_map *map, in ocfs2_node_map_clear_bit() 121 struct ocfs2_node_map *map, in ocfs2_node_map_test_bit()
|
/linux-4.1.27/drivers/xen/ |
D | gntdev.c | 107 struct grant_map *map; in gntdev_print_maps() local 117 static void gntdev_free_map(struct grant_map *map) in gntdev_free_map() 179 struct grant_map *map; in gntdev_add_map() local 197 struct grant_map *map; in gntdev_find_map_index() local 209 static void gntdev_put_map(struct gntdev_priv *priv, struct grant_map *map) in gntdev_put_map() 240 struct grant_map *map = data; in find_grant_ptes() local 273 static int map_grant_pages(struct grant_map *map) in map_grant_pages() 330 static int __unmap_grant_pages(struct grant_map *map, int offset, int pages) in __unmap_grant_pages() 365 static int unmap_grant_pages(struct grant_map *map, int offset, int pages) in unmap_grant_pages() 399 struct grant_map *map = vma->vm_private_data; in gntdev_vma_open() local [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mpspec.h | 98 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 99 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 100 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 101 #define physid_test_and_set(physid, map) \ argument 110 #define physids_clear(map) \ argument 116 #define physids_empty(map) \ argument 122 #define physids_weight(map) \ argument 131 static inline unsigned long physids_coerce(physid_mask_t *map) in physids_coerce() 136 static inline void physids_promote(unsigned long physids, physid_mask_t *map) in physids_promote() 142 static inline void physid_set_mask_of_physid(int physid, physid_mask_t *map) in physid_set_mask_of_physid()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_list_set.c | 47 #define list_set_elem(set, map, id) \ argument 55 struct list_set *map = set->data; in list_set_ktest() local 92 struct list_set *map = set->data; in list_set_kadd() local 116 struct list_set *map = set->data; in list_set_kdel() local 158 const struct list_set *map = set->data; in id_eq() local 174 struct list_set *map = set->data; in list_set_add() local 213 struct list_set *map = set->data; in list_set_del() local 232 struct list_set *map = set->data; in set_cleanup_entries() local 251 struct list_set *map = set->data; in list_set_utest() local 283 struct list_set *map = set->data; in list_set_uadd() local [all …]
|
D | ip_set_bitmap_gen.h | 36 #define get_ext(set, map, id) ((map)->extensions + (set)->dsize * (id)) argument 41 struct mtype *map = set->data; in mtype_gc_init() local 53 struct mtype *map = set->data; in mtype_ext_cleanup() local 64 struct mtype *map = set->data; in mtype_destroy() local 83 struct mtype *map = set->data; in mtype_flush() local 93 const struct mtype *map = set->data; in mtype_head() local 119 struct mtype *map = set->data; in mtype_test() local 140 struct mtype *map = set->data; in mtype_add() local 175 struct mtype *map = set->data; in mtype_del() local 202 struct mtype *map = set->data; in mtype_list() local [all …]
|
D | ip_set_bitmap_port.c | 61 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test() 67 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test() 74 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add() 81 struct bitmap_port *map) in bitmap_port_do_del() 87 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list() 95 bitmap_port_do_head(struct sk_buff *skb, const struct bitmap_port *map) in bitmap_port_do_head() 106 struct bitmap_port *map = set->data; in bitmap_port_kadt() local 131 struct bitmap_port *map = set->data; in bitmap_port_uadt() local 211 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port() 238 struct bitmap_port *map; in bitmap_port_create() local
|
D | ip_set_bitmap_ip.c | 68 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test() 74 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test() 80 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add() 87 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del() 93 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list() 101 bitmap_ip_do_head(struct sk_buff *skb, const struct bitmap_ip *map) in bitmap_ip_do_head() 114 struct bitmap_ip *map = set->data; in bitmap_ip_kadt() local 133 struct bitmap_ip *map = set->data; in bitmap_ip_uadt() local 221 init_map_ip(struct ip_set *set, struct bitmap_ip *map, in init_map_ip() 252 struct bitmap_ip *map; in bitmap_ip_create() local
|
D | ip_set_bitmap_ipmac.c | 84 const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_do_test() 99 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test() 120 struct bitmap_ipmac *map, int mode) in bitmap_ipmac_add_timeout() 144 struct bitmap_ipmac *map, u32 flags, size_t dsize) in bitmap_ipmac_do_add() 175 struct bitmap_ipmac *map) in bitmap_ipmac_do_del() 181 bitmap_ipmac_do_list(struct sk_buff *skb, const struct bitmap_ipmac *map, in bitmap_ipmac_do_list() 194 bitmap_ipmac_do_head(struct sk_buff *skb, const struct bitmap_ipmac *map) in bitmap_ipmac_do_head() 205 struct bitmap_ipmac *map = set->data; in bitmap_ipmac_kadt() local 234 const struct bitmap_ipmac *map = set->data; in bitmap_ipmac_uadt() local 291 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac() [all …]
|
/linux-4.1.27/include/net/sctp/ |
D | tsnmap.h | 120 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn() 126 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen() 132 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups() 138 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups() 152 static inline int sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) in sctp_tsnmap_has_gap() 160 static inline void sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_mark_dup()
|
/linux-4.1.27/drivers/mtd/lpddr/ |
D | qinfo_probe.c | 58 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) in lpddr_get_qinforec_pos() 77 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) in lpddr_info_query() 105 static int lpddr_pfow_present(struct map_info *map, struct lpddr_private *lpddr) in lpddr_pfow_present() 134 static int lpddr_chip_setup(struct map_info *map, struct lpddr_private *lpddr) in lpddr_chip_setup() 159 static struct lpddr_private *lpddr_probe_chip(struct map_info *map) in lpddr_probe_chip() 198 struct mtd_info *lpddr_probe(struct map_info *map) in lpddr_probe()
|
D | lpddr_cmds.c | 48 struct mtd_info *lpddr_cmdset(struct map_info *map) in lpddr_cmdset() 111 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready() 184 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() 280 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready() 334 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip() 389 static int do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer() 472 struct map_info *map = mtd->priv; in do_erase_oneblock() local 500 struct map_info *map = mtd->priv; in lpddr_read() local 524 struct map_info *map = mtd->priv; in lpddr_point() local 576 struct map_info *map = mtd->priv; in lpddr_unpoint() local [all …]
|
D | lpddr2_nvm.c | 129 static inline u_long ow_reg_add(struct map_info *map, u_long offset) in ow_reg_add() 145 static inline void ow_enable(struct map_info *map) in ow_enable() 160 static inline void ow_disable(struct map_info *map) in ow_disable() 172 static int lpddr2_nvm_do_op(struct map_info *map, u_long cmd_code, in lpddr2_nvm_do_op() 245 struct map_info *map = mtd->priv; in lpddr2_nvm_do_block_op() local 272 static int lpddr2_nvm_pfow_present(struct map_info *map) in lpddr2_nvm_pfow_present() 310 struct map_info *map = mtd->priv; in lpddr2_nvm_read() local 328 struct map_info *map = mtd->priv; in lpddr2_nvm_write() local 416 struct map_info *map; in lpddr2_nvm_probe() local
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | cbe_regs.c | 83 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_regs() local 92 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_regs() local 101 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_pmd_shadow_regs() local 109 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_pmd_shadow_regs() local 117 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_iic_regs() local 125 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_iic_regs() local 133 struct cbe_regs_map *map = cbe_find_map(np); in cbe_get_mic_tm_regs() local 141 struct cbe_regs_map *map = cbe_thread_map[cpu].regs; in cbe_get_cpu_mic_tm_regs() local 192 void __init cbe_fill_regs_map(struct cbe_regs_map *map) in cbe_fill_regs_map() 250 struct cbe_regs_map *map; in cbe_regs_init() local
|
/linux-4.1.27/drivers/clk/berlin/ |
D | berlin2-div.c | 67 struct berlin2_div_map map; member 78 struct berlin2_div_map *map = &div->map; in berlin2_div_is_enabled() local 96 struct berlin2_div_map *map = &div->map; in berlin2_div_enable() local 115 struct berlin2_div_map *map = &div->map; in berlin2_div_disable() local 132 struct berlin2_div_map *map = &div->map; in berlin2_div_set_parent() local 163 struct berlin2_div_map *map = &div->map; in berlin2_div_get_parent() local 190 struct berlin2_div_map *map = &div->map; in berlin2_div_recalc_rate() local 238 berlin2_div_register(const struct berlin2_div_map *map, in berlin2_div_register()
|
D | berlin2-pll.c | 40 struct berlin2_pll_map map; member 63 struct berlin2_pll_map *map = &pll->map; in berlin2_pll_recalc_rate() local 95 berlin2_pll_register(const struct berlin2_pll_map *map, in berlin2_pll_register()
|
/linux-4.1.27/kernel/bpf/ |
D | arraymap.c | 19 struct bpf_map map; member 63 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 75 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 94 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 117 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 123 static void array_map_free(struct bpf_map *map) in array_map_free()
|
D | syscall.c | 26 struct bpf_map *map; in find_and_alloc_map() local 50 struct bpf_map *map = container_of(work, struct bpf_map, work); in bpf_map_free_deferred() local 59 void bpf_map_put(struct bpf_map *map) in bpf_map_put() 69 struct bpf_map *map = filp->private_data; in bpf_map_release() local 91 struct bpf_map *map; in map_create() local 123 struct bpf_map *map; in bpf_map_get() local 153 struct bpf_map *map; in map_lookup_elem() local 211 struct bpf_map *map; in map_update_elem() local 263 struct bpf_map *map; in map_delete_elem() local 303 struct bpf_map *map; in map_get_next_key() local
|
D | hashtab.c | 18 struct bpf_map map; member 121 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 146 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key() 204 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem() 279 static int htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem() 329 static void htab_map_free(struct bpf_map *map) in htab_map_free()
|
D | helpers.c | 32 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_lookup_elem() local 56 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_update_elem() local 77 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_delete_elem() local
|
/linux-4.1.27/drivers/pcmcia/ |
D | i82365.h | 48 #define I365_IO(map) (0x08+((map)<<2)) argument 49 #define I365_MEM(map) (0x10+((map)<<3)) argument 101 #define I365_ENA_IO(map) (0x40 << (map)) argument 102 #define I365_ENA_MEM(map) (0x01 << (map)) argument 105 #define I365_IOCTL_MASK(map) (0x0F << (map<<2)) argument 106 #define I365_IOCTL_WAIT(map) (0x08 << (map<<2)) argument 107 #define I365_IOCTL_0WS(map) (0x04 << (map<<2)) argument 108 #define I365_IOCTL_IOCS16(map) (0x02 << (map<<2)) argument 109 #define I365_IOCTL_16BIT(map) (0x01 << (map<<2)) argument
|
D | vrc4173_cardu.c | 252 u_char map; in cardu_get_io_map() local 277 u_char map; in cardu_set_io_map() local 310 u_char map; in cardu_get_mem_map() local 345 u_char map; in cardu_set_mem_map() local
|
D | xxs1500_ss.c | 175 struct pccard_io_map *map) in au1x00_pcmcia_set_io_map() 186 struct pccard_mem_map *map) in au1x00_pcmcia_set_mem_map()
|
D | bcm63xx_pcmcia.c | 291 struct pccard_io_map *map) in bcm63xx_pcmcia_set_io_map() 299 struct pccard_mem_map *map) in bcm63xx_pcmcia_set_mem_map()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | scom.h | 54 scom_map_t (*map)(struct device_node *ctrl_dev, u64 reg, u64 count); member 76 static inline int scom_map_ok(scom_map_t map) in scom_map_ok() 126 static inline void scom_unmap(scom_map_t map) in scom_unmap() 140 static inline int scom_read(scom_map_t map, u64 reg, u64 *value) in scom_read() 158 static inline int scom_write(scom_map_t map, u64 reg, u64 value) in scom_write()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | smp.h | 21 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 23 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument 28 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument 30 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument 32 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument 35 #define physids_coerce(map) ((map).mask[0]) argument
|
/linux-4.1.27/include/linux/ |
D | regmap.h | 583 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write() 590 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async() 597 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write() 604 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async() 611 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write() 618 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read() 625 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read() 632 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read() 639 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits() 646 static inline int regmap_update_bits_async(struct regmap *map, in regmap_update_bits_async() [all …]
|
D | frontswap.h | 41 unsigned long *map) in frontswap_map_set() 61 unsigned long *map) in frontswap_map_set() 101 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
|
/linux-4.1.27/drivers/power/ |
D | max17042_battery.c | 97 struct regmap *map = chip->regmap; in max17042_get_property() local 240 static int max17042_write_verify_reg(struct regmap *map, u8 reg, u32 value) in max17042_write_verify_reg() 261 static inline void max17042_override_por(struct regmap *map, in max17042_override_por() 270 struct regmap *map = chip->regmap; in max10742_unlock_model() local 278 struct regmap *map = chip->regmap; in max10742_lock_model() local 287 struct regmap *map = chip->regmap; in max17042_write_model_data() local 298 struct regmap *map = chip->regmap; in max17042_read_model_data() local 373 struct regmap *map = chip->regmap; in max17042_write_config_regs() local 389 struct regmap *map = chip->regmap; in max17042_write_custom_regs() local 413 struct regmap *map = chip->regmap; in max17042_update_capacity_regs() local [all …]
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 73 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument 118 struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdRaidGet() 124 struct MR_DRV_RAID_MAP_ALL in MR_LdSpanInfoGet() 130 static u8 MR_LdDataArmGet(u32 ld, u32 armIdx, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdDataArmGet() 135 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() 140 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() 145 u16 MR_PdDevHandleGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map) in MR_PdDevHandleGet() 150 u16 MR_GetLDTgtId(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_GetLDTgtId() 155 u8 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_DRV_RAID_MAP_ALL *map) in MR_TargetIdToLdGet() 161 struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanPtrGet() [all …]
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 497 struct ceph_pg_pool_info *ceph_pg_pool_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_by_id() 502 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id() 518 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name() 620 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names() 654 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy() 691 static int osdmap_set_max_osd(struct ceph_osdmap *map, int max) in osdmap_set_max_osd() 795 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools() 834 static int decode_pools(void **p, void *end, struct ceph_osdmap *map) in decode_pools() 839 static int decode_new_pools(void **p, void *end, struct ceph_osdmap *map) in decode_new_pools() 844 static int __decode_pg_temp(void **p, void *end, struct ceph_osdmap *map, in __decode_pg_temp() [all …]
|
/linux-4.1.27/scripts/selinux/genheaders/ |
D | genheaders.c | 62 struct security_class_mapping *map = &secclass_map[i]; in main() local 76 struct security_class_mapping *map = &secclass_map[i]; in main() local 98 struct security_class_mapping *map = &secclass_map[i]; in main() local 125 struct security_class_mapping *map = &secclass_map[i]; in main() local
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | flash_setup.c | 30 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read() 41 static void octeon_flash_map_write(struct map_info *map, const map_word datum, in octeon_flash_map_write() 49 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from() 57 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to()
|
/linux-4.1.27/fs/reiserfs/ |
D | objectid.c | 17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map() 53 __le32 *map = objectid_map(s, rs); in reiserfs_get_unused_objectid() local 102 __le32 *map = objectid_map(s, rs); in reiserfs_release_objectid() local
|
/linux-4.1.27/drivers/pinctrl/ |
D | devicetree.c | 36 struct pinctrl_map *map; member 41 struct pinctrl_map *map, unsigned num_maps) in dt_free_map() 69 struct pinctrl_map *map, unsigned num_maps) in dt_remember_or_free_map() 116 struct pinctrl_map *map; in dt_to_map_one_config() local 161 struct pinctrl_map *map; in dt_remember_dummy_state() local
|
D | pinctrl-utils.c | 32 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_reserve_map() 57 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_add_map_mux() 74 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_add_map_configs() 126 struct pinctrl_map *map, unsigned num_maps) in pinctrl_utils_dt_free_map()
|
D | pinconf.h | 39 static inline int pinconf_validate_map(struct pinctrl_map const *map, int i) in pinconf_validate_map() 44 static inline int pinconf_map_to_setting(struct pinctrl_map const *map, in pinconf_map_to_setting() 72 struct pinctrl_map const *map) in pinconf_show_map()
|
D | pinmux.h | 41 static inline int pinmux_validate_map(struct pinctrl_map const *map, int i) in pinmux_validate_map() 66 static inline int pinmux_map_to_setting(struct pinctrl_map const *map, in pinmux_map_to_setting() 99 struct pinctrl_map const *map) in pinmux_show_map()
|
D | pinconf.c | 40 int pinconf_validate_map(struct pinctrl_map const *map, int i) in pinconf_validate_map() 110 int pinconf_map_to_setting(struct pinctrl_map const *map, in pinconf_map_to_setting() 205 void pinconf_show_map(struct seq_file *s, struct pinctrl_map const *map) in pinconf_show_map() 412 const struct pinctrl_map *map; in pinconf_dbg_config_print() local 483 const struct pinctrl_map *map; in pinconf_dbg_config_write() local
|
D | pinctrl-tz1090-pdc.c | 288 static int reserve_map(struct device *dev, struct pinctrl_map **map, in reserve_map() 313 static int add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps, in add_map_mux() 347 struct pinctrl_map **map, in add_map_configs() 383 struct pinctrl_map *map, in tz1090_pdc_pinctrl_dt_free_map() 397 struct pinctrl_map **map, in tz1090_pdc_pinctrl_dt_subnode_to_map() 464 struct pinctrl_map **map, in tz1090_pdc_pinctrl_dt_node_to_map() 773 u32 *mask, u32 *shift, const int **map) in tz1090_pdc_pinconf_group_reg() 821 const int *map; in tz1090_pdc_pinconf_group_get() local 854 const int *map; in tz1090_pdc_pinconf_group_set() local
|
D | pinctrl-lantiq.c | 50 struct pinctrl_map *map, unsigned num_maps) in ltq_pinctrl_dt_free_map() 70 struct pinctrl_map **map) in ltq_pinctrl_dt_subnode_to_map() 152 struct pinctrl_map **map, in ltq_pinctrl_dt_node_to_map()
|
D | pinconf-generic.c | 277 struct device_node *np, struct pinctrl_map **map, in pinconf_generic_dt_subnode_to_map() 362 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map()
|
D | pinmux.c | 64 int pinmux_validate_map(struct pinctrl_map const *map, int i) in pinmux_validate_map() 317 int pinmux_map_to_setting(struct pinctrl_map const *map, in pinmux_map_to_setting() 617 void pinmux_show_map(struct seq_file *s, struct pinctrl_map const *map) in pinmux_show_map()
|
D | pinctrl-tz1090.c | 1032 static int reserve_map(struct device *dev, struct pinctrl_map **map, in reserve_map() 1057 static int add_map_mux(struct pinctrl_map **map, unsigned int *reserved_maps, in add_map_mux() 1073 struct pinctrl_map **map, in add_map_configs() 1100 struct pinctrl_map *map, in tz1090_pinctrl_dt_free_map() 1114 struct pinctrl_map **map, in tz1090_pinctrl_dt_subnode_to_map() 1180 struct pinctrl_map **map, in tz1090_pinctrl_dt_node_to_map() 1768 const int **map) in tz1090_pinconf_group_reg() 1812 const int *map; in tz1090_pinconf_group_get() local 1857 const int *map; in tz1090_pinconf_group_set() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_bit.c | 32 xfs_bitmap_empty(uint *map, uint size) in xfs_bitmap_empty() 49 xfs_contig_bits(uint *map, uint size, uint start_bit) in xfs_contig_bits() 88 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit()
|
D | xfs_trans_buf.c | 40 struct xfs_buf_map *map, in xfs_trans_buf_item_match() 137 struct xfs_buf_map *map, in xfs_trans_get_buf_map() 245 struct xfs_buf_map *map, in xfs_trans_read_buf_map()
|
D | xfs_buf.c | 151 struct xfs_buf_map *map, in _xfs_buf_alloc() 436 struct xfs_buf_map *map, in _xfs_buf_find() 566 struct xfs_buf_map *map, in xfs_buf_get_map() 641 struct xfs_buf_map *map, in xfs_buf_read_map() 681 struct xfs_buf_map *map, in xfs_buf_readahead_map() 1133 int map, in xfs_buf_ioapply_map()
|
/linux-4.1.27/drivers/dma/ipu/ |
D | ipu_irq.c | 98 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_unmask() local 121 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_mask() local 144 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_ack() local 169 struct ipu_irq_map *map = irq_get_chip_data(irq); in ipu_irq_status() local 199 struct ipu_irq_map *map; in ipu_irq_map() local 288 struct ipu_irq_map *map; in ipu_irq_err() local 325 struct ipu_irq_map *map; in ipu_irq_fn() local
|
/linux-4.1.27/fs/udf/ |
D | partition.c | 33 struct udf_part_map *map; in udf_get_pblock() local 54 struct udf_part_map *map; in udf_get_pblock_virt15() local 118 struct udf_part_map *map; in udf_get_pblock_spar15() local 166 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_relocate_blocks() local 284 struct udf_part_map *map; in udf_try_read_meta() local 309 struct udf_part_map *map; in udf_get_pblock_meta25() local
|
D | super.c | 294 static void udf_free_partition(struct udf_part_map *map) in udf_free_partition() 979 struct udf_part_map *map; in udf_load_metadata_files() local 1055 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_compute_nr_groups() local 1086 struct udf_part_map *map; in udf_fill_partdesc_info() local 1186 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_find_vat_block() local 1211 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_load_vat() local 1267 struct udf_part_map *map; in udf_load_partdesc() local 1363 struct udf_part_map *map, in udf_load_sparable_map() 1444 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_load_logicalvol() local 2429 struct udf_part_map *map; in udf_count_free() local
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 27 void vma_map_free(struct vma_to_fileoffset_map *map) in vma_map_free() 37 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_lookup() 68 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_add() 110 struct vma_to_fileoffset_map *map = NULL; in create_vma_map() local
|
/linux-4.1.27/arch/x86/pci/ |
D | sta2x11-fixup.c | 54 struct sta2x11_mapping map[STA2X11_NR_EP]; member 136 struct sta2x11_mapping *map; in p2a() local 152 struct sta2x11_mapping *map; in a2p() local 224 struct sta2x11_mapping *map; in dma_capable() local 287 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in sta2x11_map_ep() local 315 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in suspend_mapping() local 339 struct sta2x11_mapping *map = sta2x11_pdev_to_mapping(pdev); in resume_mapping() local
|
D | i386.c | 59 struct pcibios_fwaddrmap *map; in pcibios_fwaddrmap_lookup() local 74 struct pcibios_fwaddrmap *map; in pcibios_save_fw_addr() local 101 struct pcibios_fwaddrmap *map; in pcibios_retrieve_fw_addr() local
|
/linux-4.1.27/drivers/mfd/ |
D | 88pm860x-i2c.c | 21 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_read() local 38 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_reg_write() local 51 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_read() local 64 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_bulk_write() local 77 struct regmap *map = (i2c == chip->client) ? chip->regmap in pm860x_set_bits() local
|
D | 88pm805.c | 138 struct regmap *map = chip->regmap; in device_irq_init_805() local 193 struct regmap *map = chip->regmap; in device_805_init() local
|
/linux-4.1.27/drivers/thermal/ |
D | imx_thermal.c | 114 struct regmap *map = data->tempmon; in imx_set_panic_temp() local 126 struct regmap *map = data->tempmon; in imx_set_alarm_temp() local 139 struct regmap *map = data->tempmon; in imx_get_temp() local 225 struct regmap *map = data->tempmon; in imx_set_mode() local 351 struct regmap *map; in imx_get_sensor_data() local 456 struct regmap *map; in imx_thermal_probe() local 583 struct regmap *map = data->tempmon; in imx_thermal_remove() local 600 struct regmap *map = data->tempmon; in imx_thermal_suspend() local 619 struct regmap *map = data->tempmon; in imx_thermal_resume() local
|
/linux-4.1.27/arch/sh/mm/ |
D | ioremap_fixed.c | 37 struct ioremap_map *map; in ioremap_fixed_init() local 50 struct ioremap_map *map; in ioremap_fixed() local 102 struct ioremap_map *map; in iounmap_fixed() local
|
/linux-4.1.27/fs/btrfs/ |
D | raid56.h | 22 static inline int nr_parity_stripes(struct map_lookup *map) in nr_parity_stripes() 32 static inline int nr_data_stripes(struct map_lookup *map) in nr_data_stripes()
|
/linux-4.1.27/drivers/leds/ |
D | leds-syscon.c | 42 struct regmap *map; member 71 struct regmap *map) in syscon_leds_spawn() 141 struct regmap *map; in syscon_leds_init() local
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-xscom.c | 58 static void opal_scom_unmap(scom_map_t map) in opal_scom_unmap() 98 static int opal_scom_read(scom_map_t map, u64 reg, u64 *value) in opal_scom_read() 110 static int opal_scom_write(scom_map_t map, u64 reg, u64 value) in opal_scom_write()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_memory.c | 123 void drm_legacy_ioremap(struct drm_local_map *map, struct drm_device *dev) in drm_legacy_ioremap() 132 void drm_legacy_ioremap_wc(struct drm_local_map *map, struct drm_device *dev) in drm_legacy_ioremap_wc() 141 void drm_legacy_ioremapfree(struct drm_local_map *map, struct drm_device *dev) in drm_legacy_ioremapfree()
|
D | drm_vm.c | 56 static pgprot_t drm_io_prot(struct drm_local_map *map, in drm_io_prot() 103 struct drm_local_map *map = NULL; in drm_do_vm_fault() local 190 struct drm_local_map *map = vma->vm_private_data; in drm_do_vm_shm_fault() local 223 struct drm_local_map *map; in drm_vm_shm_close() local 326 struct drm_local_map *map = vma->vm_private_data; in drm_do_vm_sg_fault() local 544 struct drm_local_map *map = NULL; in drm_mmap_locked() local
|
D | drm_bufs.c | 40 struct drm_local_map *map) in drm_find_matching_map() 137 struct drm_local_map *map; in drm_addmap_core() local 392 struct drm_map *map = data; in drm_legacy_addmap_ioctl() local 429 int drm_legacy_rmmap_locked(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap_locked() 485 int drm_legacy_rmmap(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap() 516 struct drm_local_map *map = NULL; in drm_legacy_rmmap_ioctl() local 1393 struct drm_local_map *map = dev->agp_buffer_map; in drm_legacy_mapbufs() local
|
D | drm_context.c | 161 struct drm_local_map *map; in drm_legacy_getsareactx() local 205 struct drm_local_map *map = NULL; in drm_legacy_setsareactx() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | macmodes.c | 224 const struct mode_map *map; in mac_vmode_to_var() local 306 const struct mode_map *map; in mac_var_to_vmode() local 369 const struct monitor_map *map; in mac_map_monitor_sense() local
|
/linux-4.1.27/drivers/clk/qcom/ |
D | reset.c | 34 const struct qcom_reset_map *map; in qcom_reset_assert() local 48 const struct qcom_reset_map *map; in qcom_reset_deassert() local
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 73 static inline void sq_mapping_list_add(struct sq_mapping *map) in sq_mapping_list_add() 89 static inline void sq_mapping_list_del(struct sq_mapping *map) in sq_mapping_list_del() 104 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap() 148 struct sq_mapping *map; in sq_remap() local 211 struct sq_mapping **p, *map; in sq_unmap() local
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | axisflashmap.c | 55 static map_word flash_read(struct map_info *map, unsigned long ofs) in flash_read() 62 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from() 68 static void flash_write(struct map_info *map, map_word d, unsigned long adr) in flash_write()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 58 struct kvmppc_sid_map *map; in find_sid_vsid() local 92 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local 229 struct kvmppc_sid_map *map; in create_sid_map() local 316 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
|
D | book3s_32_mmu_host.c | 92 struct kvmppc_sid_map *map; in find_sid_vsid() local 147 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local 276 struct kvmppc_sid_map *map; in create_sid_map() local 318 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_qp.c | 44 #define mk_qpn(qpt, map, off) (((map) - (qpt)->map) * BITS_PER_PAGE + \ argument 46 #define find_next_offset(map, off) find_next_zero_bit((map)->page, \ argument 87 static void get_map_page(struct ipath_qp_table *qpt, struct qpn_map *map) in get_map_page() 108 struct qpn_map *map; in alloc_qpn() local 192 struct qpn_map *map; in free_qpn() local
|
/linux-4.1.27/net/sunrpc/ |
D | rpcb_clnt.c | 156 struct rpcbind_args *map = data; in rpcb_map_release() local 447 struct rpcbind_args map = { in rpcb_register() local 480 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet4() local 511 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet6() local 537 struct rpcbind_args *map = msg->rpc_argp; in rpcb_unregister_all_protofamilies() local 596 struct rpcbind_args map = { in rpcb_v4_register() local 623 static struct rpc_task *rpcb_call_async(struct rpc_clnt *rpcb_clnt, struct rpcbind_args *map, struc… in rpcb_call_async() 678 struct rpcbind_args *map; in rpcb_getport_async() local 811 struct rpcbind_args *map = data; in rpcb_getport_done() local
|
/linux-4.1.27/block/ |
D | blk-mq-cpumap.c | 34 int blk_mq_update_queue_map(unsigned int *map, unsigned int nr_queues) in blk_mq_update_queue_map() 90 unsigned int *map; in blk_mq_make_queue_map() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | mxm.c | 79 u16 map = nv_ro16(bios, mxm + 4); in mxm_sor_map() local 115 u16 map = nv_ro16(bios, mxm + 6); in mxm_ddc_map() local
|
D | pll.c | 141 struct pll_mapping *map; in pll_map_reg() local 183 struct pll_mapping *map; in pll_map_type() local
|
/linux-4.1.27/scripts/basic/ |
D | fixdep.c | 236 static void parse_config_file(const char *map, size_t len) in parse_config_file() 285 void *map; in do_config_file() local 317 static void parse_dep_file(void *map, size_t len) in parse_dep_file() 403 void *map; in print_deps() local
|
/linux-4.1.27/tools/perf/tests/ |
D | mmap-thread-lookup.c | 22 void *map; member 30 void *map; in thread_init() local 137 struct thread_map *map; in synth_process() local
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 56 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_open() local 66 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_close() local 237 struct videobuf_mapping *map; in __videobuf_mmap_mapper() local
|
D | videobuf-dma-contig.c | 68 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_open() local 78 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_close() local 281 struct videobuf_mapping *map; in __videobuf_mmap_mapper() local
|
D | videobuf-dma-sg.c | 386 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_open() local 396 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_close() local 592 struct videobuf_mapping *map; in __videobuf_mmap_mapper() local
|
/linux-4.1.27/fs/omfs/ |
D | bitmap.c | 47 static int set_run(struct super_block *sb, int map, in set_run() 95 unsigned int map, bit; in omfs_allocate_block() local 179 unsigned int map, bit; in omfs_clear_range() local
|
/linux-4.1.27/include/linux/ceph/ |
D | osdmap.h | 140 static inline int ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() 146 static inline int ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() 152 static inline int ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() 157 static inline bool ceph_osdmap_flag(struct ceph_osdmap *map, int flag) in ceph_osdmap_flag() 165 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | annotate.c | 52 struct map *map, struct disasm_line *dl) in perf_gtk__get_offset() 89 struct map *map, struct perf_evsel *evsel, in perf_gtk__annotate_symbol() 157 static int symbol__gtk_annotate(struct symbol *sym, struct map *map, in symbol__gtk_annotate()
|
/linux-4.1.27/include/linux/pinctrl/ |
D | pinconf-generic.h | 181 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_group() 189 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_pin() 197 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_all()
|
/linux-4.1.27/drivers/media/tuners/ |
D | tda18271-fe.c | 86 struct tda18271_std_map_item *map, in tda18271_channel_configuration() 258 struct tda18271_rf_tracking_filter_cal *map = priv->rf_cal_state; in tda18271c2_rf_tracking_filters_correction() local 574 struct tda18271_rf_tracking_filter_cal *map = priv->rf_cal_state; in tda18271_rf_tracking_filters_init() local 897 struct tda18271_std_map_item *map, u32 freq, u32 bw) in tda18271_tune() 940 struct tda18271_std_map_item *map; in tda18271_set_params() local 1000 struct tda18271_std_map_item *map; in tda18271_set_analog_params() local 1133 struct tda18271_std_map *map) in tda18271_update_std_map()
|
D | tda18271-maps.c | 1022 struct tda18271_rf_tracking_filter_cal *map = priv->rf_cal_state; in tda18271_lookup_rf_band() local 1072 struct tda18271_pll_map *map = NULL; in tda18271_lookup_pll_map() local 1123 struct tda18271_map *map = NULL; in tda18271_lookup_map() local
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | mdfld_intel_display.c | 54 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfldWaitForPipeDisable() local 82 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfldWaitForPipeEnable() local 171 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld__intel_pipe_set_base() local 241 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld_disable_crtc() local 310 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld_crtc_dpms() local 675 const struct psb_offset *map = &dev_priv->regmap[pipe]; in mdfld_crtc_mode_set() local
|
D | gma_display.c | 64 const struct psb_offset *map = &dev_priv->regmap[pipe]; in gma_pipe_set_base() local 144 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_load_lut() local 206 const struct psb_offset *map = &dev_priv->regmap[pipe]; in gma_crtc_dpms() local 561 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_save() local 604 const struct psb_offset *map = &dev_priv->regmap[gma_crtc->pipe]; in gma_crtc_restore() local
|
D | psb_intel_display.c | 113 const struct psb_offset *map = &dev_priv->regmap[pipe]; in psb_intel_crtc_mode_set() local 314 const struct psb_offset *map = &dev_priv->regmap[pipe]; in psb_intel_crtc_clock_get() local 396 const struct psb_offset *map = &dev_priv->regmap[pipe]; in psb_intel_crtc_mode_get() local
|
D | oaktrail_crtc.c | 228 const struct psb_offset *map = &dev_priv->regmap[pipe]; in oaktrail_crtc_dpms() local 374 const struct psb_offset *map = &dev_priv->regmap[pipe]; in oaktrail_crtc_mode_set() local 604 const struct psb_offset *map = &dev_priv->regmap[pipe]; in oaktrail_pipe_set_base() local
|
D | mdfld_device.c | 171 const struct psb_offset *map = &dev_priv->regmap[pipenum]; in mdfld_save_display_registers() local 249 const struct psb_offset *map = &dev_priv->regmap[pipenum]; in mdfld_restore_display_registers() local
|
D | cdv_intel_display.c | 588 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_mode_set() local 855 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_clock_get() local 935 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_mode_get() local
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | map.c | 17 struct map *map; member 101 int map__browse(struct map *map) in map__browse()
|
/linux-4.1.27/kernel/ |
D | pid.c | 56 struct pidmap *map, int off) in mk_pid() 61 #define find_next_offset(map, off) \ argument 108 struct pidmap *map = upid->ns->pidmap + nr / BITS_PER_PAGE; in free_pidmap() local 157 struct pidmap *map; in alloc_pidmap() local 219 struct pidmap *map, *end; in next_pidmap() local
|
D | user_namespace.c | 153 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down() 179 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 202 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up() 493 struct uid_gid_map *map) in m_start() 596 struct uid_gid_map *map, in map_write()
|
/linux-4.1.27/lib/ |
D | genalloc.c | 85 static int bitmap_set_ll(unsigned long *map, int start, int nr) in bitmap_set_ll() 120 static int bitmap_clear_ll(unsigned long *map, int start, int nr) in bitmap_clear_ll() 504 unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size, in gen_pool_first_fit() 521 unsigned long gen_pool_first_fit_order_align(unsigned long *map, in gen_pool_first_fit_order_align() 543 unsigned long gen_pool_best_fit(unsigned long *map, unsigned long size, in gen_pool_best_fit()
|
D | iommu-helper.c | 19 unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, in iommu_area_alloc()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | axisflashmap.c | 60 static map_word flash_read(struct map_info *map, unsigned long ofs) in flash_read() 67 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from() 73 static void flash_write(struct map_info *map, map_word d, unsigned long adr) in flash_write()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 143 struct ext4_map_blocks map; in ext4_file_write_iter() local 329 struct ext4_map_blocks *map, in ext4_find_unwritten_pgoff() 462 struct ext4_map_blocks map; in ext4_seek_data() local 535 struct ext4_map_blocks map; in ext4_seek_hole() local
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 804 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() 814 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() 820 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) in read_map_pt() 830 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() 841 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() 860 static void map_2d_info(char **map, int xdiv, int ydiv, char *nice, in map_2d_info() 872 char **map = NULL, *global_map; in tiler_map_show() local
|
D | tcm-sita.c | 279 struct tcm_area ***map = ((struct sita_pvt *)tcm->pvt)->map; in scan_r2l_t2b() local 353 struct tcm_area ***map = ((struct sita_pvt *)tcm->pvt)->map; in scan_l2r_t2b() local 559 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h) in is_area_free()
|
/linux-4.1.27/arch/mips/txx9/rbtx4939/ |
D | setup.c | 309 static map_word rbtx4939_flash_read16(struct map_info *map, unsigned long ofs) in rbtx4939_flash_read16() 318 static void rbtx4939_flash_write16(struct map_info *map, const map_word datum, in rbtx4939_flash_write16() 326 static void rbtx4939_flash_copy_from(struct map_info *map, void *to, in rbtx4939_flash_copy_from() 367 static void rbtx4939_flash_map_init(struct map_info *map) in rbtx4939_flash_map_init()
|
/linux-4.1.27/fs/ext3/ |
D | bitmap.c | 14 unsigned long ext3_count_free (struct buffer_head * map, unsigned int numchars) in ext3_count_free()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | dev.c | 120 struct pnfs_block_dev_map *map) in bl_map_simple() 130 struct pnfs_block_dev_map *map) in bl_map_concat() 150 struct pnfs_block_dev_map *map) in bl_map_stripe()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | mm.c | 109 struct map { struct 118 static void __maybe_unused _debug_dump_map(const struct map *m, in _debug_dump_map() argument 130 static struct map map; variable
|
/linux-4.1.27/drivers/nubus/ |
D | nubus.c | 73 static inline int not_useful(void *p, int map) in not_useful() 82 static unsigned long nubus_get_rom(unsigned char **ptr, int len, int map) in nubus_get_rom() 100 static void nubus_rewind(unsigned char **ptr, int len, int map) in nubus_rewind() 119 static void nubus_advance(unsigned char **ptr, int len, int map) in nubus_advance() 134 static void nubus_move(unsigned char **ptr, int len, int map) in nubus_move()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 48 struct qpn_map *map, unsigned off) in mk_qpn() 54 struct qpn_map *map, unsigned off, in find_next_offset() 103 static void get_map_page(struct qib_qpn_table *qpt, struct qpn_map *map, in get_map_page() 128 struct qpn_map *map; in alloc_qpn() local 205 struct qpn_map *map; in free_qpn() local
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 67 efi_memory_desc_t **map, in efi_get_memory_map() 118 struct efi_memory_map map; in get_dram_base() local 146 efi_memory_desc_t *map; in efi_high_alloc() local 232 efi_memory_desc_t *map; in efi_low_alloc() local
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 509 struct ttm_bo_kmap_obj *map) in ttm_bo_ioremap() 531 struct ttm_bo_kmap_obj *map) in ttm_bo_kmap_ttm() 569 struct ttm_bo_kmap_obj *map) in ttm_bo_kmap() 602 void ttm_bo_kunmap(struct ttm_bo_kmap_obj *map) in ttm_bo_kunmap()
|
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.h | 13 unsigned int map[BFIN_TDM_DAI_MAX_SLOTS]; member
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 36 int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size) in crush_find_rule() 368 static int is_out(const struct crush_map *map, in is_out() 403 static int crush_choose_firstn(const struct crush_map *map, in crush_choose_firstn() 581 static void crush_choose_indep(const struct crush_map *map, in crush_choose_indep() 742 int crush_do_rule(const struct crush_map *map, in crush_do_rule()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 250 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map() 379 static void ixgbe_dcb_read_rtrup2tc_82599(struct ixgbe_hw *hw, u8 *map) in ixgbe_dcb_read_rtrup2tc_82599() 389 void ixgbe_dcb_read_rtrup2tc(struct ixgbe_hw *hw, u8 *map) in ixgbe_dcb_read_rtrup2tc()
|
/linux-4.1.27/drivers/net/ethernet/faraday/ |
D | ftmac100.c | 403 dma_addr_t map; in ftmac100_rx_packet() local 589 dma_addr_t map; in ftmac100_tx_complete_packet() local 636 dma_addr_t map) in ftmac100_xmit() 675 dma_addr_t map; in ftmac100_alloc_rx_page() local 706 dma_addr_t map = ftmac100_rxdes_get_dma_addr(rxdes); in ftmac100_free_buffers() local 718 dma_addr_t map = ftmac100_txdes_get_dma_addr(txdes); in ftmac100_free_buffers() local 1015 dma_addr_t map; in ftmac100_hard_start_xmit() local
|
D | ftgmac100.c | 459 dma_addr_t map = ftgmac100_rxdes_get_dma_addr(rxdes); in ftgmac100_rx_packet() local 629 dma_addr_t map; in ftgmac100_tx_complete_packet() local 668 dma_addr_t map) in ftgmac100_xmit() 721 dma_addr_t map; in ftgmac100_alloc_rx_page() local 751 dma_addr_t map = ftgmac100_rxdes_get_dma_addr(rxdes); in ftgmac100_free_buffers() local 763 dma_addr_t map = ftgmac100_txdes_get_dma_addr(txdes); in ftgmac100_free_buffers() local 1139 dma_addr_t map; in ftgmac100_hard_start_xmit() local
|
/linux-4.1.27/drivers/iio/adc/ |
D | lp8788_adc.c | 32 struct iio_map *map; member 174 struct iio_map *map; in lp8788_iio_map_register() local
|
/linux-4.1.27/drivers/acpi/ |
D | osl.c | 286 struct acpi_ioremap *map; in acpi_map_lookup() local 300 struct acpi_ioremap *map; in acpi_map_vaddr_lookup() local 311 struct acpi_ioremap *map; in acpi_os_get_iomem() local 329 struct acpi_ioremap *map; in acpi_map_lookup_virt() local 373 struct acpi_ioremap *map; in acpi_os_map_iomem() local 430 static void acpi_os_drop_map_ref(struct acpi_ioremap *map) in acpi_os_drop_map_ref() 436 static void acpi_os_map_cleanup(struct acpi_ioremap *map) in acpi_os_map_cleanup() 447 struct acpi_ioremap *map; in acpi_os_unmap_iomem() local 504 struct acpi_ioremap *map; in acpi_os_unmap_generic_address() local
|
/linux-4.1.27/fs/adfs/ |
D | map.c | 76 unsigned char *map = dm->dm_bh->b_data + 4; in lookup_zone() local 137 unsigned char *map = dm->dm_bh->b_data; in scan_free_map() local
|
/linux-4.1.27/mm/ |
D | swap_cgroup.c | 9 struct page **map; member 185 struct page **map; in swap_cgroup_swapoff() local
|
D | sparse.c | 374 struct page *map; in sparse_mem_map_populate() local 392 void *map; in sparse_mem_maps_populate_node() local 451 struct page *map; in sparse_early_mem_map_alloc() local 526 struct page *map; in sparse_init() local
|
/linux-4.1.27/include/xen/ |
D | grant_table.h | 136 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op() 182 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
|
/linux-4.1.27/drivers/md/ |
D | dm.c | 150 struct dm_table __rcu *map; member 561 struct dm_table *map; in dm_blk_ioctl() local 1468 struct dm_table *map; member 1675 struct dm_table *map, struct bio *bio) in __split_and_process_bio() 1721 struct dm_table *map = dm_get_live_table_fast(md); in dm_merge_bvec() local 1779 struct dm_table *map; in dm_make_request() local 2088 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_request_fn() local 2151 struct dm_table *map; in dm_any_congested() local 2583 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind() local 2712 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_mq_queue_rq() local [all …]
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 352 struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; in xfs_attr_rmtval_get() local 419 struct xfs_bmbt_irec map; in xfs_attr_rmtval_set() local 575 struct xfs_bmbt_irec map; in xfs_attr_rmtval_remove() local
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | scom.c | 114 scom_map_t map; in scom_debug_read() local 151 scom_map_t map; in scom_debug_write() local
|
/linux-4.1.27/sound/oss/ |
D | opl3.c | 270 struct physical_voice_info *map; in opl3_kill_note() local 374 struct physical_voice_info *map; in set_voice_volume() local 462 struct physical_voice_info *map; in opl3_start_note() local 868 struct physical_voice_info *map; in opl3_aftertouch() local 935 struct physical_voice_info *map; in bend_pitch() local
|
D | kahlua.c | 61 u16 map; in probe_one() local
|
/linux-4.1.27/drivers/power/reset/ |
D | syscon-poweroff.c | 29 static struct regmap *map; variable
|
D | syscon-reboot.c | 28 struct regmap *map; member
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 131 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl() 175 int map; in ipu_dc_init_sync() local 323 static void ipu_dc_map_config(struct ipu_dc_priv *priv, enum ipu_dc_map map, in ipu_dc_map_config() 340 static void ipu_dc_map_clear(struct ipu_dc_priv *priv, int map) in ipu_dc_map_clear()
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 78 static int sh_pfc_map_add_config(struct pinctrl_map *map, in sh_pfc_map_add_config() 100 struct pinctrl_map **map, in sh_pfc_dt_subnode_to_map() 218 struct pinctrl_map *map, unsigned num_maps) in sh_pfc_dt_free_map() 236 struct pinctrl_map **map, unsigned *num_maps) in sh_pfc_dt_node_to_map()
|
/linux-4.1.27/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 15 struct map *map; in sample_ustack() local
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
D | dwarf-unwind.c | 15 struct map *map; in sample_ustack() local
|
/linux-4.1.27/net/core/ |
D | netprio_cgroup.c | 91 struct netprio_map *map = rcu_dereference_rtnl(dev->priomap); in netprio_prio() local 111 struct netprio_map *map; in netprio_set_prio() local
|
/linux-4.1.27/arch/mips/ath79/ |
D | pci.h | 29 ath79_pci_set_irq_map(unsigned nr_irqs, const struct ath79_pci_irq *map) {} in ath79_pci_set_irq_map()
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | thuge-gen.c | 141 char *map; in test_mmap() local 176 char *map = shmat(id, NULL, 0600); in test_shmget() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | bitext.h | 14 unsigned long *map; member
|
/linux-4.1.27/scripts/selinux/mdp/ |
D | mdp.c | 84 struct security_class_mapping *map = &secclass_map[i]; in main() local
|
/linux-4.1.27/arch/sparc/lib/ |
D | bitext.c | 120 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | of_device_common.h | 31 int (*map)(u32 *addr, const u32 *range, member
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_object.c | 150 struct io_mapping *map; in qxl_bo_kmap_atomic_page() local 190 struct io_mapping *map; in qxl_bo_kunmap_atomic_page() local
|
/linux-4.1.27/arch/ia64/sn/pci/ |
D | tioca_provider.c | 381 void *map; in tioca_dma_mapped() local 468 struct tioca_dmamap *map; in tioca_dma_unmap() local
|
/linux-4.1.27/security/selinux/ss/ |
D | ebitmap.c | 347 u64 map; in ebitmap_read() local 450 u64 map; in ebitmap_write() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | driver.h | 12 void __iomem *(*map)(void *priv, u64 handle, u32 size); member
|
/linux-4.1.27/arch/mips/pci/ |
D | pci-malta.c | 93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_mmu.h | 26 int (*map)(struct msm_mmu *mmu, uint32_t iova, struct sg_table *sgt, member
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 91 static int reserve_map(struct device *dev, struct pinctrl_map **map, in reserve_map() 116 static int add_map_mux(struct pinctrl_map **map, unsigned *reserved_maps, in add_map_mux() 131 static int add_map_configs(struct device *dev, struct pinctrl_map **map, in add_map_configs() 180 struct pinctrl_map *map, in samsung_dt_free_map() 195 struct pinctrl_map **map, in samsung_dt_subnode_to_map() 269 struct pinctrl_map **map, in samsung_dt_node_to_map()
|
/linux-4.1.27/drivers/pnp/ |
D | base.h | 39 pnp_irq_mask_t map; /* bitmap for IRQ lines */ member 44 unsigned char map; /* bitmask for DMA channels */ member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | slram.c | 65 static char *map[SLRAM_MAX_DEVICES_PARAMS]; variable 70 static char *map; variable
|