| /include/linux/mtd/ |
| D | map.h | 22 #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 …]
|
| D | cfi_endian.h | 27 #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
|
| /include/net/sctp/ |
| D | tsnmap.h | 105 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/ |
| D | regmap.h | 122 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 152 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument 1253 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits() 1259 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async() 1265 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() 1274 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async() 1282 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits() 1325 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits() 1332 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits() 1707 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write() [all …]
|
| D | iosys-map.h | 183 static inline void iosys_map_set_vaddr(struct iosys_map *map, void *vaddr) in iosys_map_set_vaddr() 196 static inline void iosys_map_set_vaddr_iomem(struct iosys_map *map, in iosys_map_set_vaddr_iomem() 235 static inline bool iosys_map_is_null(const struct iosys_map *map) in iosys_map_is_null() 252 static inline bool iosys_map_is_set(const struct iosys_map *map) in iosys_map_is_set() 265 static inline void iosys_map_clear(struct iosys_map *map) in iosys_map_clear() 318 static inline void iosys_map_incr(struct iosys_map *map, size_t incr) in iosys_map_incr()
|
| D | completion.h | 38 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ argument 70 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ argument 74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) argument
|
| D | bitmap.h | 207 unsigned long bitmap_find_next_zero_area(unsigned long *map, in bitmap_find_next_zero_area() 468 void bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) in bitmap_set() 484 void bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) in bitmap_clear() 765 unsigned long bitmap_read(const unsigned long *map, unsigned long start, unsigned long nbits) in bitmap_read() 799 void bitmap_write(unsigned long *map, unsigned long value, in bitmap_write() 827 #define bitmap_get_value8(map, start) \ argument 829 #define bitmap_set_value8(map, value, start) \ argument
|
| D | srcu.h | 149 static inline void srcu_lock_acquire(struct lockdep_map *map) in srcu_lock_acquire() 155 static inline void srcu_lock_release(struct lockdep_map *map) in srcu_lock_release() 161 static inline void srcu_lock_sync(struct lockdep_map *map) in srcu_lock_sync()
|
| D | dma-direct.h | 84 static inline dma_addr_t dma_range_map_min(const struct bus_dma_region *map) in dma_range_map_min() 93 static inline dma_addr_t dma_range_map_max(const struct bus_dma_region *map) in dma_range_map_max()
|
| D | i8254.h | 16 struct regmap *map; member
|
| D | logic_iomem.h | 49 long (*map)(unsigned long offset, size_t size, member
|
| D | bpf.h | 457 static inline void check_and_init_map_value(struct bpf_map *map, void *dst) in check_and_init_map_value() 504 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value() 509 static inline void copy_map_value_long(struct bpf_map *map, void *dst, void *src) in copy_map_value_long() 534 static inline void zero_map_value(struct bpf_map *map, void *dst) in zero_map_value() 567 struct bpf_map map; member 574 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap() 579 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral() 584 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show() 1454 struct bpf_map *map; member 1621 struct bpf_map *map; member [all …]
|
| D | uidgid.h | 184 static inline u32 map_id_down(struct uid_gid_map *map, u32 id) in map_id_down() 189 static inline u32 map_id_up(struct uid_gid_map *map, u32 id) in map_id_up()
|
| /include/linux/pinctrl/ |
| D | pinconf-generic.h | 208 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_group() 216 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_pin() 224 struct device_node *np_config, struct pinctrl_map **map, in pinconf_generic_dt_node_to_map_all()
|
| /include/linux/crush/ |
| D | mapper.h | 26 static inline size_t crush_work_size(const struct crush_map *map, in crush_work_size()
|
| /include/drm/ |
| D | drm_gem_shmem_helper.h | 225 struct iosys_map *map) in drm_gem_shmem_object_vmap() 241 struct iosys_map *map) in drm_gem_shmem_object_vunmap()
|
| D | drm_gem_atomic_helper.h | 70 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; member
|
| /include/linux/mfd/ |
| D | ocelot.h | 56 struct regmap *map; in ocelot_regmap_from_resource() local
|
| D | stw481x.h | 48 struct regmap *map; member
|
| /include/net/ |
| D | dcbnl.h | 33 u16 map[IEEE_8021QAZ_MAX_TCS]; member 40 u64 map[IEEE_8021QAZ_MAX_TCS]; member 49 u8 map[64]; member
|
| /include/linux/ceph/ |
| D | osdmap.h | 201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() 207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() 213 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() 221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
|
| /include/soc/tegra/ |
| D | ivc.h | 20 struct iosys_map map; member
|
| /include/linux/soc/cirrus/ |
| D | ep93xx.h | 26 struct regmap *map; member
|
| /include/clocksource/ |
| D | timer-xilinx.h | 42 struct regmap *map; member
|
| /include/xen/ |
| D | grant_table.h | 162 gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr, in gnttab_set_map_op() 212 #define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) argument
|