Home
last modified time | relevance | path

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

1234

/include/linux/mtd/
A Dmap.h22 #define map_bankwidth(map) 1 argument
25 #define map_words(map) (1) argument
28 #define map_bankwidth_is_1(map) (0) argument
36 # define map_bankwidth(map) 2 argument
38 # define map_words(map) (1) argument
44 #define map_bankwidth_is_2(map) (0) argument
52 # define map_bankwidth(map) 4 argument
54 # define map_words(map) (1) argument
79 # define map_bankwidth(map) 8 argument
99 # define map_bankwidth(map) 16 argument
[all …]
A 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/
A 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/
A Dregmap.h1384 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1391 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1863 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1870 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1884 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits()
2026 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
2038 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
2044 static inline bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep()
2056 static inline int regcache_sync(struct regmap *map) in regcache_sync()
2086 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
[all …]
A 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()
A 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
A Dbitmap.h207 unsigned long bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
468 void bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) in bitmap_set()
484 void bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) in bitmap_clear()
767 unsigned long bitmap_read(const unsigned long *map, unsigned long start, unsigned long nbits) in bitmap_read()
801 void bitmap_write(unsigned long *map, unsigned long value, in bitmap_write()
829 #define bitmap_get_value8(map, start) \ argument
831 #define bitmap_set_value8(map, value, start) \ argument
A Dsrcu.h159 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire()
165 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release()
171 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync()
A Duidgid.h185 static inline u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down()
190 static inline u32 map_id_range_up(struct uid_gid_map *map, u32 id, u32 count) in map_id_range_up()
195 static inline u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
A Ddma-direct.h57 static inline dma_addr_t dma_range_map_min(const struct bus_dma_region *map) in dma_range_map_min()
66 static inline dma_addr_t dma_range_map_max(const struct bus_dma_region *map) in dma_range_map_max()
A Di8254.h16 struct regmap *map; member
A Dlogic_iomem.h49 long (*map)(unsigned long offset, size_t size, member
A Dbpf.h620 struct bpf_map map; member
1524 struct bpf_map *map; member
1731 struct bpf_map *map; member
2065 struct bpf_map map; member
2126 static inline void bpf_map_owner_free(struct bpf_map *map) in bpf_map_owner_free()
2496 bpf_map_init_elem_count(struct bpf_map *map) in bpf_map_init_elem_count()
2509 bpf_map_free_elem_count(struct bpf_map *map) in bpf_map_free_elem_count()
2618 struct bpf_map *map; member
3007 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
3024 struct bpf_map *map, bool exclude_ingress) in dev_map_redirect_multi()
[all …]
/include/linux/pinctrl/
A Dpinconf-generic.h208 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_group()
216 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_pin()
224 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_all()
A Dmachine.h166 static inline int pinctrl_register_mappings(const struct pinctrl_map *map, in pinctrl_register_mappings()
173 const struct pinctrl_map *map, in devm_pinctrl_register_mappings()
179 static inline void pinctrl_unregister_mappings(const struct pinctrl_map *map) in pinctrl_unregister_mappings()
/include/linux/crush/
A Dmapper.h26 static inline size_t crush_work_size(const struct crush_map *map, in crush_work_size()
/include/drm/
A Ddrm_gem_shmem_helper.h239 struct iosys_map *map) in drm_gem_shmem_object_vmap()
255 struct iosys_map *map) in drm_gem_shmem_object_vunmap()
A Ddrm_gem_atomic_helper.h70 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; member
/include/linux/mfd/
A Docelot.h56 struct regmap *map; in ocelot_regmap_from_resource() local
/include/net/
A 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/
A 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/
A Divc.h20 struct iosys_map map; member
/include/linux/soc/cirrus/
A Dep93xx.h26 struct regmap *map; member
/include/clocksource/
A Dtimer-xilinx.h42 struct regmap *map; member
/include/xen/
A 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

Completed in 58 milliseconds

1234