Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 78) sorted by relevance

1234

/include/linux/mtd/
Dmap.h22 #define map_bankwidth(map) 1 argument
23 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1) argument
24 #define map_bankwidth_is_large(map) (0) argument
25 #define map_words(map) (1) argument
28 #define map_bankwidth_is_1(map) (0) argument
34 # define map_bankwidth(map) ((map)->bankwidth) argument
36 # define map_bankwidth(map) 2 argument
37 # define map_bankwidth_is_large(map) (0) argument
38 # define map_words(map) (1) argument
40 #define map_bankwidth_is_2(map) (map_bankwidth(map) == 2) argument
[all …]
Dcfi_endian.h27 #define cpu_to_cfi8(map, x) (x) argument
28 #define cfi8_to_cpu(map, x) (x) argument
29 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x)) argument
30 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x)) argument
31 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x)) argument
32 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)->swap, (x)) argument
33 #define cfi32_to_cpu(map, x) _cfi_to_cpu(32, (map)->swap, (x)) argument
34 #define cfi64_to_cpu(map, x) _cfi_to_cpu(64, (map)->swap, (x)) argument
/include/net/sctp/
Dtsnmap.h105 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn()
111 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen()
117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups()
123 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups()
137 static inline int sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) in sctp_tsnmap_has_gap()
145 static inline void sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_mark_dup()
/include/linux/
Dregmap.h122 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
152 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
1246 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1252 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1258 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1267 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1275 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1318 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1325 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1696 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
[all …]
Diosys-map.h183 static inline void iosys_map_set_vaddr(struct iosys_map *map, void *vaddr) in iosys_map_set_vaddr()
196 static inline void iosys_map_set_vaddr_iomem(struct iosys_map *map, in iosys_map_set_vaddr_iomem()
235 static inline bool iosys_map_is_null(const struct iosys_map *map) in iosys_map_is_null()
252 static inline bool iosys_map_is_set(const struct iosys_map *map) in iosys_map_is_set()
265 static inline void iosys_map_clear(struct iosys_map *map) in iosys_map_clear()
323 static inline void iosys_map_incr(struct iosys_map *map, size_t incr) in iosys_map_incr()
Dcompletion.h38 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument
70 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument
74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
Dsrcu.h114 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire()
120 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release()
126 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync()
Dbitmap.h193 bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
465 static __always_inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set()
481 static __always_inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
591 static inline unsigned long bitmap_get_value8(const unsigned long *map, in bitmap_get_value8()
606 static inline void bitmap_set_value8(unsigned long *map, unsigned long value, in bitmap_set_value8()
Di8254.h16 struct regmap *map; member
Dbpf.h436 static inline void check_and_init_map_value(struct bpf_map *map, void *dst) in check_and_init_map_value()
483 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value()
488 static inline void copy_map_value_long(struct bpf_map *map, void *dst, void *src) in copy_map_value_long()
513 static inline void zero_map_value(struct bpf_map *map, void *dst) in zero_map_value()
545 struct bpf_map map; member
552 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap()
557 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral()
562 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show()
1376 struct bpf_map *map; member
1529 struct bpf_map *map; member
[all …]
Dlogic_iomem.h49 long (*map)(unsigned long offset, size_t size, member
Dbpf-cgroup.h90 struct bpf_cgroup_storage_map *map; member
153 struct bpf_map *map) in cgroup_storage_type()
466 struct bpf_map *map) { return 0; } in bpf_cgroup_storage_assign()
471 static inline int bpf_percpu_cgroup_storage_copy(struct bpf_map *map, void *key, in bpf_percpu_cgroup_storage_copy()
475 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update()
/include/linux/pinctrl/
Dpinconf-generic.h205 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_group()
213 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_pin()
221 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_all()
/include/linux/crush/
Dmapper.h26 static inline size_t crush_work_size(const struct crush_map *map, in crush_work_size()
/include/drm/
Ddrm_gem_shmem_helper.h222 struct iosys_map *map) in drm_gem_shmem_object_vmap()
238 struct iosys_map *map) in drm_gem_shmem_object_vunmap()
Ddrm_gem_atomic_helper.h60 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; member
Ddrm_gem_vram_helper.h54 struct iosys_map map; member
/include/linux/mfd/
Docelot.h56 struct regmap *map; in ocelot_regmap_from_resource() local
Dstw481x.h48 struct regmap *map; member
/include/net/
Ddcbnl.h33 u16 map[IEEE_8021QAZ_MAX_TCS]; member
40 u64 map[IEEE_8021QAZ_MAX_TCS]; member
49 u8 map[64]; member
/include/linux/ceph/
Dosdmap.h201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
213 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
/include/soc/tegra/
Divc.h20 struct iosys_map map; member
/include/clocksource/
Dtimer-xilinx.h42 struct regmap *map; member
/include/xen/
Dgrant_table.h162 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op()
212 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
/include/rdma/
Drw.h32 } map; member

1234