Lines Matching defs:map
26 struct regmap *map;
34 ret = regmap_read(gpio->map, LP87565_REG_GPIO_IN, &val);
46 regmap_update_bits(gpio->map, LP87565_REG_GPIO_OUT,
56 ret = regmap_read(gpio->map, LP87565_REG_GPIO_CONFIG, &val);
71 return regmap_update_bits(gpio->map,
83 return regmap_update_bits(gpio->map,
102 ret = regmap_update_bits(gpio->map,
123 return regmap_update_bits(gpio->map,
130 return regmap_update_bits(gpio->map,
167 gpio->map = lp87565->regmap;