Lines Matching defs:map
18 struct regmap *map;
26 ret = regmap_read(gpio->map, LP87565_REG_GPIO_IN, &val);
38 regmap_update_bits(gpio->map, LP87565_REG_GPIO_OUT,
48 ret = regmap_read(gpio->map, LP87565_REG_GPIO_CONFIG, &val);
63 return regmap_update_bits(gpio->map,
75 return regmap_update_bits(gpio->map,
94 ret = regmap_update_bits(gpio->map,
115 return regmap_update_bits(gpio->map,
122 return regmap_update_bits(gpio->map,
159 gpio->map = lp87565->regmap;