Home
last modified time | relevance | path

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

12

/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.h99 static inline void send_pfow_command(struct map_info *map, in send_pfow_command()
Dqinfo.h78 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd()
/include/drm/
Ddrm_os_linux.h26 #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
/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.h69 #define regmap_update_bits(map, reg, mask, val) \ argument
71 #define regmap_update_bits_async(map, reg, mask, val)\ argument
73 #define regmap_update_bits_check(map, reg, mask, val, change)\ argument
75 #define regmap_update_bits_check_async(map, reg, mask, val, change)\ argument
78 #define regmap_write_bits(map, reg, mask, val) \ argument
117 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
959 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
966 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
973 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
980 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
[all …]
Dfrontswap.h46 unsigned long *map) in frontswap_map_set()
69 unsigned long *map) in frontswap_map_set()
107 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
Dzpool.h99 void *(*map)(void *pool, unsigned long handle, member
Diommu-common.h31 unsigned long *map; member
Dsbitmap.h66 struct sbitmap_word *map; member
Duio_driver.h41 struct uio_map *map; member
Dbitmap.h139 bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area()
Drcupdate.h491 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
496 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
/include/linux/pinctrl/
Dpinconf-generic.h183 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_group()
191 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_pin()
199 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_all()
Dmachine.h160 static inline int pinctrl_register_mappings(struct pinctrl_map const *map, in pinctrl_register_mappings()
/include/linux/ceph/
Dosdmap.h180 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
186 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
192 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
200 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.h78 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7()
/include/rdma/
Drw.h40 } map; member
Drdmavt_mr.h87 struct rvt_segarray *map[0]; /* the segments */ member
/include/pcmcia/
Dss.h88 u_char map; member
95 u_char map; member
/include/drm/ttm/
Dttm_bo_api.h602 static inline void *ttm_kmap_obj_virtual(struct ttm_bo_kmap_obj *map, in ttm_kmap_obj_virtual()

12