Lines Matching defs:res
202 static void devm_mux_chip_release(struct device *dev, void *res)
204 struct mux_chip *mux_chip = *(struct mux_chip **)res;
242 static void devm_mux_chip_reg_release(struct device *dev, void *res)
244 struct mux_chip *mux_chip = *(struct mux_chip **)res;
262 int res;
268 res = mux_chip_register(mux_chip);
269 if (res) {
271 return res;
277 return res;
493 static void devm_mux_control_release(struct device *dev, void *res)
495 struct mux_control *mux = *(struct mux_control **)res;