Searched refs:int_map (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | int-map.h | 24 struct int_map; 26 int __must_check vdo_int_map_create(size_t initial_capacity, struct int_map **map_ptr); 28 void vdo_int_map_free(struct int_map *map); 30 size_t vdo_int_map_size(const struct int_map *map); 32 void *vdo_int_map_get(struct int_map *map, u64 key); 34 int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value, 37 void *vdo_int_map_remove(struct int_map *map, u64 key);
|
H A D | block-map.h | 66 struct int_map *page_map; 242 struct int_map *loading_pages;
|
H A D | logical-zone.h | 27 struct int_map *lbn_operations;
|
H A D | physical-zone.h | 62 struct int_map *pbn_operations;
|
H A D | dedupe.h | 43 struct int_map *hash_lock_map;
|
/linux/drivers/iio/accel/ |
H A D | adxl380.c | 255 int int_map[2]; member 764 ret = regmap_read(st->regmap, st->int_map[0], ®_val); in adxl380_read_act_inact_int() 781 return regmap_update_bits(st->regmap, st->int_map[0], in adxl380_write_act_inact_int() 785 return regmap_update_bits(st->regmap, st->int_map[0], in adxl380_write_act_inact_int() 835 ret = regmap_read(st->regmap, st->int_map[1], ®_val); in adxl380_read_tap_int() 850 return regmap_update_bits(st->regmap, st->int_map[1], in adxl380_write_tap_int() 854 return regmap_update_bits(st->regmap, st->int_map[1], in adxl380_write_tap_int() 1098 st->int_map[0], in adxl380_buffer_postenable() 1142 st->int_map[0], in adxl380_buffer_predisable() 1728 st->int_map[0] = ADXL380_INT0_MAP0_REG; in adxl380_config_irq() [all …]
|