/linux-4.4.14/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.4.14/tools/perf/util/ |
D | map.h | 29 struct map { struct 36 u8 /* enum map_type */ type; argument 48 u64 (*map_ip)(struct map *, u64); argument 50 u64 (*unmap_ip)(struct map *, u64); argument 53 struct map_groups *groups; argument 57 struct kmap { argument 89 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip() 94 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip() 121 #define map__for_each_symbol(map, pos, n) \ argument 132 #define __map__for_each_symbol_by_name(map, sym_name, pos, filter) \ argument [all …]
|
D | map.c | 127 void map__init(struct map *map, enum map_type type, in map__init() 149 struct map *map = malloc(sizeof(*map)); in map__new() local 215 struct map *map = calloc(1, (sizeof(*map) + in map__new2() local 236 bool __map__is_kernel(const struct map *map) in __map__is_kernel() 241 static void map__exit(struct map *map) in map__exit() 247 void map__delete(struct map *map) in map__delete() 253 void map__put(struct map *map) in map__put() 259 void map__fixup_start(struct map *map) in map__fixup_start() 269 void map__fixup_end(struct map *map) in map__fixup_end() 281 int map__load(struct map *map, symbol_filter_t filter) in map__load() [all …]
|
D | thread_map.h | 16 struct thread_map_data map[]; member 38 static inline pid_t thread_map__pid(struct thread_map *map, int thread) in thread_map__pid() 44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid() 49 static inline char *thread_map__comm(struct thread_map *map, int thread) in thread_map__comm()
|
D | cpumap.h | 14 int map[]; member 49 static inline int cpu_map__nr(const struct cpu_map *map) in cpu_map__nr() 54 static inline bool cpu_map__empty(const struct cpu_map *map) in cpu_map__empty()
|
D | cpumap.c | 182 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp) in cpu_map__fprintf() 223 static void cpu_map__delete(struct cpu_map *map) in cpu_map__delete() 232 struct cpu_map *cpu_map__get(struct cpu_map *map) in cpu_map__get() 239 void cpu_map__put(struct cpu_map *map) in cpu_map__put() 261 int cpu_map__get_socket(struct cpu_map *map, int idx, void *data __maybe_unused) in cpu_map__get_socket() 279 int (*f)(struct cpu_map *map, int cpu, void *data), in cpu_map__build_map() 316 int cpu_map__get_core(struct cpu_map *map, int idx, void *data) in cpu_map__get_core()
|
D | symbol.c | 573 struct map *map; member 645 struct map *map) in dso__load_all_kallsyms() 651 static int dso__split_kallsyms_for_kcore(struct dso *dso, struct map *map, in dso__split_kallsyms_for_kcore() 704 static int dso__split_kallsyms(struct dso *dso, struct map *map, u64 delta, in dso__split_kallsyms() 991 static int do_validate_kcore_modules(const char *filename, struct map *map, in do_validate_kcore_modules() 1053 struct map *map) in validate_kcore_modules() 1072 struct map *map) in validate_kcore_addresses() 1100 struct map *map; in kcore_mapfn() local 1114 static int dso__load_kcore(struct dso *dso, struct map *map, in dso__load_kcore() 1244 static int kallsyms__delta(struct map *map, const char *filename, u64 *delta) in kallsyms__delta() [all …]
|
D | thread_map.c | 26 static void thread_map__reset(struct thread_map *map, int start, int nr) in thread_map__reset() 33 static struct thread_map *thread_map__realloc(struct thread_map *map, int nr) in thread_map__realloc() 335 struct thread_map *thread_map__get(struct thread_map *map) in thread_map__get() 342 void thread_map__put(struct thread_map *map) in thread_map__put() 383 static void comm_init(struct thread_map *map, int i) in comm_init()
|
D | machine.c | 566 struct map *map = NULL; in machine__findnew_module_map() local 745 struct map *map; in __machine__create_kernel_maps() local 772 struct map *map = __machine__kernel_map(machine, type); in machine__destroy_kernel_maps() local 872 struct map *map = machine__kernel_map(machine); in machine__load_kallsyms() local 891 struct map *map = machine__kernel_map(machine); in machine__load_vmlinux_path() local 943 struct map *map; in map_groups__set_module_path() local 1045 struct map *map; in machine__create_module() local 1150 struct map *map; in machine__process_kernel_mmap_event() local 1263 struct map *map; in machine__process_mmap2_event() local 1317 struct map *map; in machine__process_mmap_event() local [all …]
|
/linux-4.4.14/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.4.14/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 bool regcache_reg_needs_sync(struct regmap *map, unsigned int reg, in regcache_reg_needs_sync() 268 static int regcache_default_sync(struct regmap *map, unsigned int min, in regcache_default_sync() 313 int regcache_sync(struct regmap *map) in regcache_sync() 382 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region() 437 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region() [all …]
|
D | regmap.c | 65 bool regmap_check_range_table(struct regmap *map, unsigned int reg, in regmap_check_range_table() 81 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable() 95 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable() 115 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile() 132 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() 146 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range() 158 static void regmap_format_2_6_write(struct regmap *map, in regmap_format_2_6_write() 166 static void regmap_format_4_12_write(struct regmap *map, in regmap_format_4_12_write() 173 static void regmap_format_7_9_write(struct regmap *map, in regmap_format_7_9_write() 180 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() 183 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, in regmap_read_debugfs() 256 struct regmap *map = file->private_data; in regmap_map_read_file() local 278 struct regmap *map = file->private_data; in regmap_map_write_file() local 317 struct regmap *map = range->map; in regmap_range_read_file() local 333 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 166 struct regmap *map = d->map; in regmap_irq_enable() local 175 struct regmap *map = d->map; in regmap_irq_disable() local 184 struct regmap *map = d->map; in regmap_irq_set_wake() local 214 struct regmap *map = data->map; in regmap_irq_thread() local 355 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 185 struct regmap *map; member 215 static inline void regmap_debugfs_init(struct regmap *map, const char *name) { } in regmap_debugfs_init() 216 static inline void regmap_debugfs_exit(struct regmap *map) { } in regmap_debugfs_exit() 232 static inline const void *regcache_get_val_addr(struct regmap *map, in regcache_get_val_addr() 258 static inline const char *regmap_name(const struct regmap *map) in regmap_name()
|
/linux-4.4.14/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 50 ltq_read16(struct map_info *map, unsigned long adr) in ltq_read16() 64 ltq_write16(struct map_info *map, map_word d, unsigned long adr) in ltq_write16() 83 ltq_copy_from(struct map_info *map, void *to, in ltq_copy_from() 97 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()
|
/linux-4.4.14/kernel/bpf/ |
D | arraymap.c | 65 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 77 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 96 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 119 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 125 static void array_map_free(struct bpf_map *map) in array_map_free() 168 static void fd_array_map_free(struct bpf_map *map) in fd_array_map_free() 181 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem() 187 static int fd_array_map_update_elem(struct bpf_map *map, void *key, in fd_array_map_update_elem() 212 static int fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem() 230 static void *prog_fd_array_get_ptr(struct bpf_map *map, int fd) in prog_fd_array_get_ptr() [all …]
|
D | syscall.c | 28 struct bpf_map *map; in find_and_alloc_map() local 49 static int bpf_map_charge_memlock(struct bpf_map *map) in bpf_map_charge_memlock() 67 static void bpf_map_uncharge_memlock(struct bpf_map *map) in bpf_map_uncharge_memlock() 78 struct bpf_map *map = container_of(work, struct bpf_map, work); in bpf_map_free_deferred() local 85 static void bpf_map_put_uref(struct bpf_map *map) in bpf_map_put_uref() 96 void bpf_map_put(struct bpf_map *map) in bpf_map_put() 104 void bpf_map_put_with_uref(struct bpf_map *map) in bpf_map_put_with_uref() 120 int bpf_map_new_fd(struct bpf_map *map) in bpf_map_new_fd() 138 struct bpf_map *map; in map_create() local 187 struct bpf_map *bpf_map_inc(struct bpf_map *map, bool uref) in bpf_map_inc() [all …]
|
D | hashtab.c | 18 struct bpf_map map; member 141 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 166 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key() 224 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem() 299 static int htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem() 349 static void htab_map_free(struct bpf_map *map) in htab_map_free()
|
D | helpers.c | 35 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_lookup_elem() local 59 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_update_elem() local 80 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_map_delete_elem() local
|
/linux-4.4.14/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.4.14/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.4.14/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_util.c | 41 struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd_addr() 67 map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd() 130 unsigned long cfi_merge_status(map_word val, struct map_info *map, in cfi_merge_status() 198 struct map_info *map, struct cfi_private *cfi, in cfi_send_gen_cmd() 214 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() 242 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, in cfi_qry_mode_on() 280 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, in cfi_qry_mode_off() 293 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name) in cfi_read_pri() 338 struct map_info *map = mtd->priv; in cfi_fixup() local 355 struct map_info *map = mtd->priv; in cfi_varsize_frob() local
|
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 | 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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/netfilter/ipset/ |
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 80 struct mtype *map = set->data; in mtype_flush() local 90 const struct mtype *map = set->data; in mtype_head() local 114 struct mtype *map = set->data; in mtype_test() local 135 struct mtype *map = set->data; in mtype_add() local 176 struct mtype *map = set->data; in mtype_del() local 203 struct mtype *map = set->data; in mtype_list() local [all …]
|
D | ip_set_bitmap_port.c | 62 const struct bitmap_port *map, size_t dsize) in bitmap_port_do_test() 68 bitmap_port_gc_test(u16 id, const struct bitmap_port *map, size_t dsize) in bitmap_port_gc_test() 75 struct bitmap_port *map, u32 flags, size_t dsize) in bitmap_port_do_add() 82 struct bitmap_port *map) in bitmap_port_do_del() 88 bitmap_port_do_list(struct sk_buff *skb, const struct bitmap_port *map, u32 id, in bitmap_port_do_list() 96 bitmap_port_do_head(struct sk_buff *skb, const struct bitmap_port *map) in bitmap_port_do_head() 107 struct bitmap_port *map = set->data; in bitmap_port_kadt() local 132 struct bitmap_port *map = set->data; in bitmap_port_uadt() local 207 init_map_port(struct ip_set *set, struct bitmap_port *map, in init_map_port() 227 struct bitmap_port *map; in bitmap_port_create() local
|
D | ip_set_list_set.c | 55 struct list_set *map = set->data; in list_set_ktest() local 89 struct list_set *map = set->data; in list_set_kadd() local 109 struct list_set *map = set->data; in list_set_kdel() local 156 struct list_set *map = set->data; in __list_set_del() local 183 struct list_set *map = set->data; in set_cleanup_entries() local 195 struct list_set *map = set->data; in list_set_utest() local 242 struct list_set *map = set->data; in list_set_uadd() local 322 struct list_set *map = set->data; in list_set_udel() local 354 struct list_set *map = set->data; in list_set_uadt() local 419 struct list_set *map = set->data; in list_set_flush() local [all …]
|
D | ip_set_bitmap_ip.c | 70 struct bitmap_ip *map, size_t dsize) in bitmap_ip_do_test() 76 bitmap_ip_gc_test(u16 id, const struct bitmap_ip *map, size_t dsize) in bitmap_ip_gc_test() 82 bitmap_ip_do_add(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map, in bitmap_ip_do_add() 89 bitmap_ip_do_del(const struct bitmap_ip_adt_elem *e, struct bitmap_ip *map) in bitmap_ip_do_del() 95 bitmap_ip_do_list(struct sk_buff *skb, const struct bitmap_ip *map, u32 id, in bitmap_ip_do_list() 103 bitmap_ip_do_head(struct sk_buff *skb, const struct bitmap_ip *map) in bitmap_ip_do_head() 116 struct bitmap_ip *map = set->data; in bitmap_ip_kadt() local 135 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() 245 struct bitmap_ip *map; in bitmap_ip_create() local
|
D | ip_set_bitmap_ipmac.c | 87 const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_do_test() 101 bitmap_ipmac_gc_test(u16 id, const struct bitmap_ipmac *map, size_t dsize) in bitmap_ipmac_gc_test() 122 struct bitmap_ipmac *map, int mode) in bitmap_ipmac_add_timeout() 147 struct bitmap_ipmac *map, u32 flags, size_t dsize) in bitmap_ipmac_do_add() 185 struct bitmap_ipmac *map) in bitmap_ipmac_do_del() 191 bitmap_ipmac_do_list(struct sk_buff *skb, const struct bitmap_ipmac *map, in bitmap_ipmac_do_list() 204 bitmap_ipmac_do_head(struct sk_buff *skb, const struct bitmap_ipmac *map) in bitmap_ipmac_do_head() 215 struct bitmap_ipmac *map = set->data; in bitmap_ipmac_kadt() local 244 const struct bitmap_ipmac *map = set->data; in bitmap_ipmac_uadt() local 297 init_map_ipmac(struct ip_set *set, struct bitmap_ipmac *map, in init_map_ipmac() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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 | 33 struct berlin2_pll_map map; member 56 struct berlin2_pll_map *map = &pll->map; in berlin2_pll_recalc_rate() local 88 berlin2_pll_register(const struct berlin2_pll_map *map, in berlin2_pll_register()
|
/linux-4.4.14/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 | 176 struct pccard_io_map *map) in au1x00_pcmcia_set_io_map() 187 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.4.14/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.4.14/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.4.14/drivers/media/pci/cobalt/ |
D | cobalt-flash.c | 37 static map_word flash_read16(struct map_info *map, unsigned long offset) in flash_read16() 50 static void flash_write16(struct map_info *map, const map_word datum, in flash_write16() 58 static void flash_copy_from(struct map_info *map, void *to, in flash_copy_from() 76 static void flash_copy_to(struct map_info *map, unsigned long to, in flash_copy_to() 99 struct map_info *map = &cobalt_flash_map; in cobalt_flash_probe() local
|
/linux-4.4.14/drivers/power/ |
D | max17042_battery.c | 103 struct regmap *map = chip->regmap; in max17042_get_temperature() local 183 struct regmap *map = chip->regmap; in max17042_get_property() local 346 struct regmap *map = chip->regmap; in max17042_set_property() local 404 static int max17042_write_verify_reg(struct regmap *map, u8 reg, u32 value) in max17042_write_verify_reg() 425 static inline void max17042_override_por(struct regmap *map, in max17042_override_por() 434 struct regmap *map = chip->regmap; in max10742_unlock_model() local 442 struct regmap *map = chip->regmap; in max10742_lock_model() local 451 struct regmap *map = chip->regmap; in max17042_write_model_data() local 462 struct regmap *map = chip->regmap; in max17042_read_model_data() local 537 struct regmap *map = chip->regmap; in max17042_write_config_regs() local [all …]
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 81 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument 126 struct MR_LD_RAID *MR_LdRaidGet(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdRaidGet() 132 struct MR_DRV_RAID_MAP_ALL in MR_LdSpanInfoGet() 138 static u8 MR_LdDataArmGet(u32 ld, u32 armIdx, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdDataArmGet() 143 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() 148 u16 MR_LdSpanArrayGet(u32 ld, u32 span, struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanArrayGet() 153 __le16 MR_PdDevHandleGet(u32 pd, struct MR_DRV_RAID_MAP_ALL *map) in MR_PdDevHandleGet() 158 u16 MR_GetLDTgtId(u32 ld, struct MR_DRV_RAID_MAP_ALL *map) in MR_GetLDTgtId() 163 u8 MR_TargetIdToLdGet(u32 ldTgtId, struct MR_DRV_RAID_MAP_ALL *map) in MR_TargetIdToLdGet() 169 struct MR_DRV_RAID_MAP_ALL *map) in MR_LdSpanPtrGet() [all …]
|
/linux-4.4.14/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.4.14/include/linux/ |
D | regmap.h | 868 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write() 875 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async() 882 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write() 889 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async() 896 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write() 903 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read() 910 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read() 917 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read() 924 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits() 931 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits() [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.4.14/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.4.14/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.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 284 static int lock_check(char *map) in lock_check() 322 static int unlock_lock_check(char *map) in unlock_lock_check() 352 char *map; in test_mlock_lock() local 389 static int onfault_check(char *map) in onfault_check() 437 static int unlock_onfault_check(char *map) in unlock_onfault_check() 461 char *map; in test_mlock_onfault() local 503 char *map; in test_lock_onfault_of_present() local 551 char *map; in test_munlockall() local 630 void *map; in test_vma_management() local
|
D | compaction_test.c | 21 void *map; member 160 void *map = NULL; in main() local
|
D | on-fault-limit.c | 16 void *map; in test_limit() local
|
D | thuge-gen.c | 141 char *map; in test_mmap() local 176 char *map = shmat(id, NULL, 0600); in test_shmget() local
|
/linux-4.4.14/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.4.14/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() 110 struct pinctrl_map *map; in dt_to_map_one_config() local 155 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() 227 void pinconf_show_map(struct seq_file *s, struct pinctrl_map const *map) in pinconf_show_map() 410 const struct pinctrl_map *map; in pinconf_dbg_config_print() local 472 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 | 278 struct device_node *np, struct pinctrl_map **map, in pinconf_generic_dt_subnode_to_map() 363 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() 328 int pinmux_map_to_setting(struct pinctrl_map const *map, in pinmux_map_to_setting() 656 void pinmux_show_map(struct seq_file *s, struct pinctrl_map const *map) in pinmux_show_map()
|
/linux-4.4.14/fs/xfs/libxfs/ |
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_attr_remote.c | 353 struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; in xfs_attr_rmtval_get() local 420 struct xfs_bmbt_irec map; in xfs_attr_rmtval_set() local 576 struct xfs_bmbt_irec map; in xfs_attr_rmtval_remove() local
|
/linux-4.4.14/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() 985 struct udf_part_map *map; in udf_load_metadata_files() local 1061 struct udf_part_map *map = &UDF_SB(sb)->s_partmaps[partition]; in udf_compute_nr_groups() local 1092 struct udf_part_map *map; in udf_fill_partdesc_info() local 1192 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_find_vat_block() local 1217 struct udf_part_map *map = &sbi->s_partmaps[p_index]; in udf_load_vat() local 1273 struct udf_part_map *map; in udf_load_partdesc() local 1369 struct udf_part_map *map, in udf_load_sparable_map() 1450 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_load_logicalvol() local 2438 struct udf_part_map *map; in udf_count_free() local
|
/linux-4.4.14/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.4.14/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.4.14/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_handler() local
|
/linux-4.4.14/drivers/thermal/ |
D | imx_thermal.c | 111 struct regmap *map = data->tempmon; in imx_set_panic_temp() local 123 struct regmap *map = data->tempmon; in imx_set_alarm_temp() local 136 struct regmap *map = data->tempmon; in imx_get_temp() local 222 struct regmap *map = data->tempmon; in imx_set_mode() local 350 struct regmap *map; in imx_get_sensor_data() local 477 struct regmap *map; in imx_thermal_probe() local 612 struct regmap *map = data->tempmon; in imx_thermal_remove() local 629 struct regmap *map = data->tempmon; in imx_thermal_suspend() local 648 struct regmap *map = data->tempmon; in imx_thermal_resume() local
|
/linux-4.4.14/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.4.14/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.4.14/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 | 176 struct drm_local_map *map; in drm_legacy_getsareactx() local 224 struct drm_local_map *map = NULL; in drm_legacy_setsareactx() local
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/tools/perf/tests/ |
D | topology.c | 56 static int check_cpu_topology(char *path, struct cpu_map *map) in check_cpu_topology() 90 struct cpu_map *map; in test_session_topology() local
|
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
|
D | thread-map.c | 9 struct thread_map *map; in test__thread_map() local
|
/linux-4.4.14/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.4.14/drivers/crypto/qat/qat_common/ |
D | adf_dev_mgr.c | 113 struct vf_id_map *map; in adf_clean_vf_map() local 184 struct vf_id_map *map; in adf_devmgr_add_dev() local 212 struct vf_id_map *map; in adf_devmgr_add_dev() local 276 struct vf_id_map *map, *next; in adf_devmgr_rm_dev() local
|
/linux-4.4.14/scripts/basic/ |
D | fixdep.c | 219 static void parse_config_file(const char *map, size_t len) in parse_config_file() 269 void *map; in do_config_file() local 301 static void parse_dep_file(void *map, size_t len) in parse_dep_file() 385 void *map; in print_deps() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 59 struct kvmppc_sid_map *map; in find_sid_vsid() local 93 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local 230 struct kvmppc_sid_map *map; in create_sid_map() local 317 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
|
D | book3s_32_mmu_host.c | 93 struct kvmppc_sid_map *map; in find_sid_vsid() local 148 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local 277 struct kvmppc_sid_map *map; in create_sid_map() local 319 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
|
/linux-4.4.14/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.4.14/drivers/staging/rdma/ipath/ |
D | ipath_qp.c | 43 #define mk_qpn(qpt, map, off) (((map) - (qpt)->map) * BITS_PER_PAGE + \ argument 45 #define find_next_offset(map, off) find_next_zero_bit((map)->page, \ argument 86 static void get_map_page(struct ipath_qp_table *qpt, struct qpn_map *map) in get_map_page() 107 struct qpn_map *map; in alloc_qpn() local 191 struct qpn_map *map; in free_qpn() local
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wil6210/ |
D | wil_crash_dump.c | 24 const struct fw_map *map; in wil_fw_get_crash_dump_bounds() local 58 const struct fw_map *map; in wil_fw_copy_crash_dump() local
|
/linux-4.4.14/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() 91 unsigned int *map; in blk_mq_make_queue_map() local
|
/linux-4.4.14/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.4.14/tools/build/ |
D | fixdep.c | 46 static void parse_dep_file(void *map, size_t len) in parse_dep_file() 123 void *map; in print_deps() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | mxm.c | 81 u16 map = nvbios_rd16(bios, mxm + 4); in mxm_sor_map() local 118 u16 map = nvbios_rd16(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.4.14/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.4.14/drivers/dma/ |
D | ti-dma-crossbar.c | 60 struct ti_am335x_xbar_map *map = route_data; in ti_am335x_xbar_free() local 74 struct ti_am335x_xbar_map *map; in ti_am335x_xbar_route_allocate() local 222 struct ti_dra7_xbar_map *map = route_data; in ti_dra7_xbar_free() local 237 struct ti_dra7_xbar_map *map; in ti_dra7_xbar_route_allocate() local
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/drivers/leds/ |
D | leds-syscon.c | 43 struct regmap *map; member 75 struct regmap *map; in syscon_led_probe() local
|
/linux-4.4.14/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 | 154 static u32 map_id_range_down(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_down() 180 static u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 203 static u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up() 494 struct uid_gid_map *map) in m_start() 597 struct uid_gid_map *map, in map_write()
|
/linux-4.4.14/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.4.14/tools/perf/ui/browsers/ |
D | map.c | 16 struct map *map; member 100 int map__browse(struct map *map) in map__browse()
|
/linux-4.4.14/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() 505 unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size, in gen_pool_first_fit() 522 unsigned long gen_pool_first_fit_order_align(unsigned long *map, in gen_pool_first_fit_order_align() 544 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.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_dmm_tiler.c | 805 static void fill_map(char **map, int xdiv, int ydiv, struct tcm_area *a, in fill_map() 815 static void fill_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p, in fill_map_pt() 821 static char read_map_pt(char **map, int xdiv, int ydiv, struct tcm_pt *p) in read_map_pt() 831 static void text_map(char **map, int xdiv, char *nice, int yd, int x0, int x1) in text_map() 842 static void map_1d_info(char **map, int xdiv, int ydiv, char *nice, in map_1d_info() 861 static void map_2d_info(char **map, int xdiv, int ydiv, char *nice, in map_2d_info() 873 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.4.14/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.4.14/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.4.14/fs/nfs/blocklayout/ |
D | dev.c | 125 struct pnfs_block_dev_map *map) in bl_map_simple() 135 struct pnfs_block_dev_map *map) in bl_map_concat() 155 struct pnfs_block_dev_map *map) in bl_map_stripe()
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 40 int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size) in crush_find_rule() 375 static int is_out(const struct crush_map *map, in is_out() 410 static int crush_choose_firstn(const struct crush_map *map, in crush_choose_firstn() 592 static void crush_choose_indep(const struct crush_map *map, in crush_choose_indep() 785 int crush_do_rule(const struct crush_map *map, in crush_do_rule()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/fs/ext4/ |
D | file.c | 144 struct ext4_map_blocks map; in ext4_file_write_iter() local 438 struct ext4_map_blocks *map, in ext4_find_unwritten_pgoff() 571 struct ext4_map_blocks map; in ext4_seek_data() local 644 struct ext4_map_blocks map; in ext4_seek_hole() local
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 510 struct ttm_bo_kmap_obj *map) in ttm_bo_ioremap() 532 struct ttm_bo_kmap_obj *map) in ttm_bo_kmap_ttm() 570 struct ttm_bo_kmap_obj *map) in ttm_bo_kmap() 603 void ttm_bo_kunmap(struct ttm_bo_kmap_obj *map) in ttm_bo_kunmap()
|
/linux-4.4.14/fs/xfs/ |
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() 437 struct xfs_buf_map *map, in _xfs_buf_find() 565 struct xfs_buf_map *map, in xfs_buf_get_map() 640 struct xfs_buf_map *map, in xfs_buf_read_map() 680 struct xfs_buf_map *map, in xfs_buf_readahead_map() 1131 int map, in xfs_buf_ioapply_map()
|
/linux-4.4.14/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.4.14/tools/perf/ |
D | builtin-stat.c | 994 static int perf_stat__get_socket(struct cpu_map *map, int cpu) in perf_stat__get_socket() 999 static int perf_stat__get_core(struct cpu_map *map, int cpu) in perf_stat__get_core() 1004 static int cpu_map__get_max(struct cpu_map *map) in cpu_map__get_max() 1018 static int perf_stat__get_aggr(aggr_get_id_t get_id, struct cpu_map *map, int idx) in perf_stat__get_aggr() 1033 static int perf_stat__get_socket_cached(struct cpu_map *map, int idx) in perf_stat__get_socket_cached() 1038 static int perf_stat__get_core_cached(struct cpu_map *map, int idx) in perf_stat__get_core_cached()
|
/linux-4.4.14/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.4.14/drivers/acpi/ |
D | osl.c | 283 struct acpi_ioremap *map; in acpi_map_lookup() local 297 struct acpi_ioremap *map; in acpi_map_vaddr_lookup() local 308 struct acpi_ioremap *map; in acpi_os_get_iomem() local 326 struct acpi_ioremap *map; in acpi_map_lookup_virt() local 370 struct acpi_ioremap *map; in acpi_os_map_iomem() local 427 static void acpi_os_drop_map_ref(struct acpi_ioremap *map) in acpi_os_drop_map_ref() 433 static void acpi_os_map_cleanup(struct acpi_ioremap *map) in acpi_os_map_cleanup() 444 struct acpi_ioremap *map; in acpi_os_unmap_iomem() local 501 struct acpi_ioremap *map; in acpi_os_unmap_generic_address() local
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.h | 13 unsigned int map[BFIN_TDM_DAI_MAX_SLOTS]; member
|
/linux-4.4.14/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.4.14/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.4.14/mm/ |
D | swap_cgroup.c | 9 struct page **map; member 185 struct page **map; in swap_cgroup_swapoff() local
|
/linux-4.4.14/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
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 79 struct qpn_map *map, unsigned off) in mk_qpn() 121 static void get_map_page(struct hfi1_qpn_table *qpt, struct qpn_map *map) in get_map_page() 145 struct qpn_map *map; in alloc_qpn() local 221 struct qpn_map *map; in free_qpn() local 1299 struct qpn_map *map; in init_qpn_table() local
|
/linux-4.4.14/kernel/trace/ |
D | bpf_trace.c | 191 struct bpf_map *map = (struct bpf_map *) (unsigned long) r1; in bpf_perf_event_read() local 226 struct bpf_map *map = (struct bpf_map *) (long) r2; in bpf_perf_event_output() local
|
/linux-4.4.14/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.4.14/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 330 static void ipu_dc_map_config(struct ipu_dc_priv *priv, enum ipu_dc_map map, in ipu_dc_map_config() 347 static void ipu_dc_map_clear(struct ipu_dc_priv *priv, int map) in ipu_dc_map_clear()
|
/linux-4.4.14/drivers/md/ |
D | dm.c | 153 struct dm_table __rcu *map; member 563 struct dm_table *map; in dm_get_live_table_for_ioctl() local 1508 struct dm_table *map; member 1715 struct dm_table *map, struct bio *bio) in __split_and_process_bio() 1765 struct dm_table *map; in dm_make_request() local 2082 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_request_fn() local 2145 struct dm_table *map; in dm_any_congested() local 2525 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind() local 2654 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_mq_queue_rq() local 2872 struct dm_table *map; in __dm_destroy() local [all …]
|
/linux-4.4.14/arch/x86/platform/atom/ |
D | pmc_atom.c | 43 const struct pmc_reg_map *map; member 288 const struct pmc_bit_map *map = pmc->map->pss; in pmc_pss_state_show() local 388 const struct pmc_reg_map *map = (struct pmc_reg_map *)ent->driver_data; in pmc_setup_dev() local
|
/linux-4.4.14/drivers/power/reset/ |
D | syscon-poweroff.c | 29 static struct regmap *map; variable
|
/linux-4.4.14/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.4.14/tools/perf/arch/x86/tests/ |
D | dwarf-unwind.c | 16 struct map *map; in sample_ustack() local
|
/linux-4.4.14/tools/perf/arch/arm64/tests/ |
D | dwarf-unwind.c | 15 struct map *map; in sample_ustack() local
|
/linux-4.4.14/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 15 struct map *map; in sample_ustack() local
|
/linux-4.4.14/include/xen/ |
D | grant_table.h | 147 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op() 193 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 82 static int sh_pfc_map_add_config(struct pinctrl_map *map, in sh_pfc_map_add_config() 105 struct pinctrl_map **map, in sh_pfc_dt_subnode_to_map() 243 struct pinctrl_map *map, unsigned num_maps) in sh_pfc_dt_free_map() 261 struct pinctrl_map **map, unsigned *num_maps) in sh_pfc_dt_node_to_map()
|
/linux-4.4.14/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.4.14/arch/sparc/include/asm/ |
D | bitext.h | 14 unsigned long *map; member
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | sym-handling.c | 71 struct probe_trace_event *tev, struct map *map) in arch__fix_tev_from_maps()
|
/linux-4.4.14/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.4.14/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.4.14/security/selinux/ss/ |
D | ebitmap.c | 347 u64 map; in ebitmap_read() local 450 u64 map; in ebitmap_write() local
|
/linux-4.4.14/scripts/selinux/mdp/ |
D | mdp.c | 84 struct security_class_mapping *map = &secclass_map[i]; in main() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | of_device_common.h | 31 int (*map)(u32 *addr, const u32 *range, member
|