Symbol: int_map
drivers/iio/accel/adxl345_core.c
741
unsigned int int_map = 0x00;
drivers/iio/accel/adxl345_core.c
778
int_map |= adxl345_tap_int_reg[type];
drivers/iio/accel/adxl345_core.c
781
adxl345_tap_int_reg[type], int_map);
drivers/iio/accel/adxl380.c
1086
st->int_map[0],
drivers/iio/accel/adxl380.c
1130
st->int_map[0],
drivers/iio/accel/adxl380.c
1832
st->int_map[0] = ADXL380_INT0_MAP0_REG;
drivers/iio/accel/adxl380.c
1833
st->int_map[1] = ADXL380_INT0_MAP1_REG;
drivers/iio/accel/adxl380.c
1839
st->int_map[0] = ADXL380_INT1_MAP0_REG;
drivers/iio/accel/adxl380.c
1840
st->int_map[1] = ADXL380_INT1_MAP1_REG;
drivers/iio/accel/adxl380.c
222
int int_map[2];
drivers/iio/accel/adxl380.c
753
ret = regmap_read(st->regmap, st->int_map[0], &reg_val);
drivers/iio/accel/adxl380.c
770
return regmap_update_bits(st->regmap, st->int_map[0],
drivers/iio/accel/adxl380.c
774
return regmap_update_bits(st->regmap, st->int_map[0],
drivers/iio/accel/adxl380.c
824
ret = regmap_read(st->regmap, st->int_map[1], &reg_val);
drivers/iio/accel/adxl380.c
839
return regmap_update_bits(st->regmap, st->int_map[1],
drivers/iio/accel/adxl380.c
843
return regmap_update_bits(st->regmap, st->int_map[1],
drivers/md/dm-vdo/block-map.h
242
struct int_map *loading_pages;
drivers/md/dm-vdo/block-map.h
66
struct int_map *page_map;
drivers/md/dm-vdo/data-vio.c
1144
struct int_map *lock_map = lock->zone->lbn_operations;
drivers/md/dm-vdo/dedupe.h
43
struct int_map *hash_lock_map;
drivers/md/dm-vdo/int-map.c
157
static int allocate_buckets(struct int_map *map, size_t capacity)
drivers/md/dm-vdo/int-map.c
179
int vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr)
drivers/md/dm-vdo/int-map.c
181
struct int_map *map;
drivers/md/dm-vdo/int-map.c
185
result = vdo_allocate(1, struct int_map, "struct int_map", &map);
drivers/md/dm-vdo/int-map.c
215
void vdo_int_map_free(struct int_map *map)
drivers/md/dm-vdo/int-map.c
230
size_t vdo_int_map_size(const struct int_map *map)
drivers/md/dm-vdo/int-map.c
293
static struct bucket *select_bucket(const struct int_map *map, u64 key)
drivers/md/dm-vdo/int-map.c
355
void *vdo_int_map_get(struct int_map *map, u64 key)
drivers/md/dm-vdo/int-map.c
370
static int resize_buckets(struct int_map *map)
drivers/md/dm-vdo/int-map.c
376
struct int_map old_map = *map;
drivers/md/dm-vdo/int-map.c
423
find_empty_bucket(struct int_map *map, struct bucket *bucket, unsigned int max_probes)
drivers/md/dm-vdo/int-map.c
556
static struct bucket *find_or_make_vacancy(struct int_map *map,
drivers/md/dm-vdo/int-map.c
604
int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update,
drivers/md/dm-vdo/int-map.c
669
void *vdo_int_map_remove(struct int_map *map, u64 key)
drivers/md/dm-vdo/int-map.h
24
struct int_map;
drivers/md/dm-vdo/int-map.h
26
int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr);
drivers/md/dm-vdo/int-map.h
28
void vdo_int_map_free(struct int_map *map);
drivers/md/dm-vdo/int-map.h
30
size_t vdo_int_map_size(const struct int_map *map);
drivers/md/dm-vdo/int-map.h
32
void *vdo_int_map_get(struct int_map *map, u64 key);
drivers/md/dm-vdo/int-map.h
34
int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value,
drivers/md/dm-vdo/int-map.h
37
void *vdo_int_map_remove(struct int_map *map, u64 key);
drivers/md/dm-vdo/io-submitter.c
191
static struct vio *get_mergeable_locked(struct int_map *map, struct vio *vio,
drivers/md/dm-vdo/io-submitter.c
226
static int map_merged_vio(struct int_map *bio_map, struct vio *vio)
drivers/md/dm-vdo/io-submitter.c
240
static int merge_to_prev_tail(struct int_map *bio_map, struct vio *vio,
drivers/md/dm-vdo/io-submitter.c
248
static int merge_to_next_head(struct int_map *bio_map, struct vio *vio,
drivers/md/dm-vdo/io-submitter.c
37
struct int_map *map;
drivers/md/dm-vdo/logical-zone.h
27
struct int_map *lbn_operations;
drivers/md/dm-vdo/physical-zone.h
62
struct int_map *pbn_operations;
drivers/pci/of_property.c
219
u32 *int_map, *mapp;
drivers/pci/of_property.c
264
int_map = kcalloc(map_sz, sizeof(u32), GFP_KERNEL);
drivers/pci/of_property.c
265
if (!int_map)
drivers/pci/of_property.c
267
mapp = int_map;
drivers/pci/of_property.c
304
ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map,
drivers/pci/of_property.c
319
kfree(int_map);
drivers/pci/of_property.c
323
kfree(int_map);