Home
last modified time | relevance | path

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

123

/include/linux/mtd/
Dmap.h36 #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 …]
Dcfi_endian.h41 #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
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.h120 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()
/include/linux/
Dregmap.h72 #define regmap_update_bits(map, reg, mask, val) \ argument
74 #define regmap_update_bits_async(map, reg, mask, val)\ argument
76 #define regmap_update_bits_check(map, reg, mask, val, change)\ argument
78 #define regmap_update_bits_check_async(map, reg, mask, val, change)\ argument
81 #define regmap_write_bits(map, reg, mask, val) \ argument
121 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
1014 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
1021 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
1028 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1035 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
[all …]
Dfrontswap.h47 unsigned long *map) in frontswap_map_set()
70 unsigned long *map) in frontswap_map_set()
108 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
Dbpf.h213 struct bpf_map map; member
406 static inline struct net_device *__dev_map_lookup_elem(struct bpf_map *map, in __dev_map_lookup_elem()
412 static inline void __dev_map_insert_ctx(struct bpf_map *map, u32 index) in __dev_map_insert_ctx()
416 static inline void __dev_map_flush(struct bpf_map *map) in __dev_map_flush()
425 static inline struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
430 static inline int sock_map_prog(struct bpf_map *map, in sock_map_prog()
Dbitmap.h147 bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
337 static __always_inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set()
351 static __always_inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
Dzpool.h100 void *(*map)(void *pool, unsigned long handle, member
Diommu-common.h32 unsigned long *map; member
Dcompletion.h33 struct lockdep_map_cross map; member
Drcupdate.h240 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
245 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
/include/trace/events/
Dxdp.h141 #define _trace_xdp_redirect_map(dev, xdp, fwd, map, idx) \ argument
145 #define _trace_xdp_redirect_map_err(dev, xdp, fwd, map, idx, err) \ argument
/include/linux/pinctrl/
Dpinconf-generic.h192 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_group()
200 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_pin()
208 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.h190 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
196 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
202 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
210 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()
193 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
/include/linux/mfd/
Dstw481x.h49 struct regmap *map; member
Dmax14577-private.h451 static inline int max14577_read_reg(struct regmap *map, u8 reg, u8 *dest) in max14577_read_reg()
462 static inline int max14577_bulk_read(struct regmap *map, u8 reg, u8 *buf, in max14577_bulk_read()
468 static inline int max14577_write_reg(struct regmap *map, u8 reg, u8 value) in max14577_write_reg()
473 static inline int max14577_bulk_write(struct regmap *map, u8 reg, u8 *buf, in max14577_bulk_write()
479 static inline int max14577_update_reg(struct regmap *map, u8 reg, u8 mask, in max14577_update_reg()
/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/rdma/
Drw.h40 } map; member
/include/linux/irqchip/
Darm-gic-v4.h89 struct its_vlpi_map *map; member
/include/pcmcia/
Dss.h88 u_char map; member
95 u_char map; member

123