/include/linux/mtd/ |
D | map.h | 18 #define map_bankwidth(map) 1 argument 19 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1) argument 20 #define map_bankwidth_is_large(map) (0) argument 21 #define map_words(map) (1) argument 24 #define map_bankwidth_is_1(map) (0) argument 30 # define map_bankwidth(map) ((map)->bankwidth) argument 32 # define map_bankwidth(map) 2 argument 33 # define map_bankwidth_is_large(map) (0) argument 34 # define map_words(map) (1) argument 36 #define map_bankwidth_is_2(map) (map_bankwidth(map) == 2) argument [all …]
|
D | cfi.h | 286 struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd_addr() 311 static inline map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd() 375 static inline unsigned long cfi_merge_status(map_word val, struct map_info *map, in cfi_merge_status() 445 struct map_info *map, struct cfi_private *cfi, in cfi_send_gen_cmd() 460 static inline uint8_t cfi_read_query(struct map_info *map, uint32_t addr) in cfi_read_query() 476 static inline uint16_t cfi_read_query16(struct map_info *map, uint32_t addr) in cfi_read_query16()
|
D | pfow.h | 99 static inline void send_pfow_command(struct map_info *map, in send_pfow_command()
|
D | qinfo.h | 78 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd()
|
/include/net/sctp/ |
D | tsnmap.h | 126 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn() 132 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen() 138 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups() 144 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups() 158 static inline int sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) in sctp_tsnmap_has_gap() 166 static inline void sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_mark_dup()
|
/include/asm-m32r/ |
D | smp.h | 21 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 23 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 24 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument 28 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument 30 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument 32 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument 35 #define physids_coerce(map) ((map).mask[0]) argument
|
/include/drm/ |
D | drm_os_linux.h | 14 #define DRM_READ8(map, offset) readb(((void __iomem *)(map)->handle) + (offset)) argument 16 #define DRM_READ16(map, offset) readw(((void __iomem *)(map)->handle) + (offset)) argument 18 #define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset)) argument 20 #define DRM_WRITE8(map, offset, val) writeb(val, ((void __iomem *)(map)->handle) + (offset)) argument 22 #define DRM_WRITE16(map, offset, val) writew(val, ((void __iomem *)(map)->handle) + (offset)) argument 24 #define DRM_WRITE32(map, offset, val) writel(val, ((void __iomem *)(map)->handle) + (offset)) argument
|
D | drmP.h | 531 struct drm_map *map; /**< mapping */ member 1413 static __inline__ void drm_core_dropmap(struct drm_map *map) in drm_core_dropmap()
|
/include/xen/ |
D | grant_table.h | 115 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
|
/include/linux/ |
D | map_to_7segment.h | 78 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7()
|
D | iommu.h | 36 int (*map)(struct iommu_domain *domain, unsigned long iova, member
|
D | pipe_fs_i.h | 95 void * (*map)(struct pipe_inode_info *, struct pipe_buffer *, int); member
|
D | uio_driver.h | 36 struct uio_map *map; member
|
D | mISDNif.h | 322 test_channelmap(u_int nr, u_char *map) in test_channelmap() 331 set_channelmap(u_int nr, u_char *map) in set_channelmap() 337 clear_channelmap(u_int nr, u_char *map) in clear_channelmap()
|
D | gpio_event.h | 158 uint16_t (*map)(struct gpio_event_axis_info *info, uint16_t in); member
|
D | device-mapper.h | 128 dm_map_fn map; member
|
D | efi.h | 239 void *map; member
|
D | mmzone.h | 1007 unsigned long map = section->section_mem_map; in __section_mem_map_addr() local
|
/include/pcmcia/ |
D | ss.h | 90 u_char map; member 97 u_char map; member
|
D | ds.h | 306 memreq_t map; member
|
/include/net/ |
D | cipso_ipv4.h | 84 } map; member
|
D | ieee80211.h | 708 u8 map; member 757 u8 map; member
|
/include/media/ |
D | videobuf-core.h | 104 struct videobuf_mapping *map; member
|
/include/linux/raid/ |
D | bitmap.h | 183 char *map; member
|
/include/linux/mlx4/ |
D | device.h | 244 dma_addr_t map; member
|