Home
last modified time | relevance | path

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

123

/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
Dhyperbus.h26 struct map_info map; member
Dpfow.h100 static inline void send_pfow_command(struct map_info *map, in send_pfow_command()
Dqinfo.h79 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd()
/include/drm/
Ddrm_os_linux.h16 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument
18 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument
20 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument
22 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument
24 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument
26 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
29 #define DRM_READ64(map, offset) readq(((void __iomem *)(map)->handle) + (offset)) argument
31 #define DRM_WRITE64(map, offset, val) writeq(val, ((void __iomem *)(map)->handle) + (offset)) 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.h74 #define regmap_update_bits(map, reg, mask, val) \ argument
76 #define regmap_update_bits_async(map, reg, mask, val)\ argument
78 #define regmap_update_bits_check(map, reg, mask, val, change)\ argument
80 #define regmap_update_bits_check_async(map, reg, mask, val, change)\ argument
83 #define regmap_write_bits(map, reg, mask, val) \ argument
123 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
1290 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
1297 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
1304 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1311 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
[all …]
Dcompletion.h39 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument
71 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument
75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
Dbpf.h108 static inline bool map_value_has_spin_lock(const struct bpf_map *map) in map_value_has_spin_lock()
113 static inline void check_and_init_map_lock(struct bpf_map *map, void *dst) in check_and_init_map_lock()
122 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value()
152 struct bpf_map map; member
159 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap()
164 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral()
169 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show()
427 struct bpf_map map; member
455 static inline u32 bpf_map_flags_to_cap(struct bpf_map *map) in bpf_map_flags_to_cap()
802 static inline struct net_device *__dev_map_lookup_elem(struct bpf_map *map, in __dev_map_lookup_elem()
[all …]
Dfrontswap.h54 unsigned long *map) in frontswap_map_set()
77 unsigned long *map) in frontswap_map_set()
115 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
Dbpf-cgroup.h47 struct bpf_cgroup_storage_map *map; member
136 struct bpf_map *map) in cgroup_storage_type()
364 struct bpf_map *map) { return 0; } in bpf_cgroup_storage_assign()
366 struct bpf_map *map) {} in bpf_cgroup_storage_release()
371 static inline int bpf_percpu_cgroup_storage_copy(struct bpf_map *map, void *key, in bpf_percpu_cgroup_storage_copy()
375 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update()
Dbitmap.h169 bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
389 static __always_inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set()
403 static __always_inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
Dzpool.h103 void *(*map)(void *pool, unsigned long handle, member
/include/trace/events/
Dxdp.h177 #define devmap_ifindex(fwd, map) \ argument
182 #define _trace_xdp_redirect_map(dev, xdp, fwd, map, idx) \ argument
186 #define _trace_xdp_redirect_map_err(dev, xdp, fwd, map, idx, err) \ argument
/include/linux/pinctrl/
Dpinconf-generic.h196 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_group()
204 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_pin()
212 struct pinctrl_map **map, unsigned *num_maps) 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/linux/ceph/
Dosdmap.h188 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
194 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
200 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
208 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
/include/xen/
Dgrant_table.h147 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op()
196 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
/include/linux/mfd/
Dstw481x.h48 struct regmap *map; member
Dmax14577-private.h442 static inline int max14577_read_reg(struct regmap *map, u8 reg, u8 *dest) in max14577_read_reg()
453 static inline int max14577_bulk_read(struct regmap *map, u8 reg, u8 *buf, in max14577_bulk_read()
459 static inline int max14577_write_reg(struct regmap *map, u8 reg, u8 value) in max14577_write_reg()
464 static inline int max14577_bulk_write(struct regmap *map, u8 reg, u8 *buf, in max14577_bulk_write()
470 static inline int max14577_update_reg(struct regmap *map, u8 reg, u8 mask, in max14577_update_reg()
/include/rdma/
Drw.h32 } map; member
/include/net/
Ddcbnl.h27 u64 map[IEEE_8021QAZ_MAX_TCS]; member
33 u8 map[64]; member
/include/uapi/linux/
Dmap_to_7segment.h79 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7()
/include/linux/irqchip/
Darm-gic-v4.h87 struct its_vlpi_map *map; member

123