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 | physical-zone.h | 62 struct int_map *pbn_operations;
|
| H A D | dedupe.h | 43 struct int_map *hash_lock_map;
|
| /linux/drivers/pci/ |
| H A D | of_property.c | 219 u32 *int_map, *mapp; in of_pci_prop_intr_map() local 264 int_map = kcalloc(map_sz, sizeof(u32), GFP_KERNEL); in of_pci_prop_intr_map() 265 if (!int_map) in of_pci_prop_intr_map() 267 mapp = int_map; in of_pci_prop_intr_map() 304 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map, in of_pci_prop_intr_map() 319 kfree(int_map); in of_pci_prop_intr_map() 323 kfree(int_map); in of_pci_prop_intr_map()
|
| /linux/drivers/iio/accel/ |
| H A D | adxl380.c | 222 int int_map[2]; member 753 ret = regmap_read(st->regmap, st->int_map[0], ®_val); in adxl380_read_act_inact_int() 770 return regmap_update_bits(st->regmap, st->int_map[0], in adxl380_write_act_inact_int() 774 return regmap_update_bits(st->regmap, st->int_map[0], in adxl380_write_act_inact_int() 824 ret = regmap_read(st->regmap, st->int_map[1], ®_val); in adxl380_read_tap_int() 839 return regmap_update_bits(st->regmap, st->int_map[1], in adxl380_write_tap_int() 843 return regmap_update_bits(st->regmap, st->int_map[1], in adxl380_write_tap_int() 1086 st->int_map[0], in adxl380_buffer_postenable() 1130 st->int_map[0], in adxl380_buffer_predisable() 1832 st->int_map[0] = ADXL380_INT0_MAP0_REG; in adxl380_config_irq() [all …]
|
| H A D | adxl345_core.c | 750 unsigned int int_map = 0x00; in _adxl345_set_tap_int() local 787 int_map |= adxl345_tap_int_reg[type]; in _adxl345_set_tap_int() 790 adxl345_tap_int_reg[type], int_map); in _adxl345_set_tap_int()
|