Lines Matching defs:id
268 #define EXT_CONTROL_REG_BITS(id, regs_offs, bits) (((regs_offs) << 8) | (bits)) argument
313 static int tps65910_get_ctrl_register(int id) in tps65910_get_ctrl_register()
347 static int tps65911_get_ctrl_register(int id) in tps65911_get_ctrl_register()
385 int reg, value, id = rdev_get_id(dev); in tps65910_set_mode() local
409 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_mode() local
430 int ret, id = rdev_get_id(dev); in tps65910_get_voltage_dcdc_sel() local
508 int ret, reg, value, id = rdev_get_id(dev); in tps65910_get_voltage_sel() local
546 int ret, id = rdev_get_id(dev); in tps65911_get_voltage_sel() local
585 int id = rdev_get_id(dev), vsel; in tps65910_set_voltage_dcdc_sel() local
623 int reg, id = rdev_get_id(dev); in tps65910_set_voltage_sel() local
650 int reg, id = rdev_get_id(dev); in tps65911_set_voltage_sel() local
681 int volt, mult = 1, id = rdev_get_id(dev); in tps65910_list_voltage_dcdc() local
704 int step_mv = 0, id = rdev_get_id(dev); in tps65911_list_voltage() local
790 int id, int ext_sleep_config) in tps65910_set_ext_sleep_config()