Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 38) 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
Dcfi.h303 struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd_addr()
328 static inline map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd()
392 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map, in cfi_merge_status()
462 struct map_info *map, struct cfi_private *cfi, in cfi_send_gen_cmd()
477 static inline uint8_t cfi_read_query(struct map_info *map, uint32_t addr) in cfi_read_query()
493 static inline uint16_t cfi_read_query16(struct map_info *map, uint32_t addr) in cfi_read_query16()
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.h576 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
583 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
590 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
597 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
604 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
611 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
618 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
625 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
632 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
639 static inline int regmap_update_bits_async(struct regmap *map, in regmap_update_bits_async()
[all …]
Dfrontswap.h41 unsigned long *map) in frontswap_map_set()
61 unsigned long *map) in frontswap_map_set()
101 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
Dzpool.h94 void *(*map)(void *pool, unsigned long handle, member
Dirqdomain.h62 int (*map)(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw); 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.h416 static inline void rcu_lock_acquire(struct lockdep_map *map) in rcu_lock_acquire()
421 static inline void rcu_lock_release(struct lockdep_map *map) in rcu_lock_release()
DmISDNif.h343 test_channelmap(u_int nr, u_char *map) in test_channelmap()
352 set_channelmap(u_int nr, u_char *map) in set_channelmap()
358 clear_channelmap(u_int nr, u_char *map) in clear_channelmap()
/include/xen/
Dgrant_table.h118 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op()
164 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
/include/linux/ceph/
Dosdmap.h140 static inline int ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists()
146 static inline int ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
152 static inline int ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()
157 static inline bool ceph_osdmap_flag(struct ceph_osdmap *map, int flag) in ceph_osdmap_flag()
165 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
/include/linux/pinctrl/
Dpinconf-generic.h163 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_group()
171 struct pinctrl_map **map, unsigned *num_maps) in pinconf_generic_dt_node_to_map_pin()
Dmachine.h160 static inline int pinctrl_register_mappings(struct pinctrl_map const *map, in pinctrl_register_mappings()
/include/linux/mfd/
Dstw481x.h53 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/pcmcia/
Dss.h88 u_char map; member
95 u_char map; member
/include/drm/ttm/
Dttm_bo_api.h622 static inline void *ttm_kmap_obj_virtual(struct ttm_bo_kmap_obj *map, in ttm_kmap_obj_virtual()
/include/media/
Dvideobuf-core.h98 struct videobuf_mapping *map; member

12