lp8755_update_bits  118 drivers/regulator/lp8755.c 		ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x00);
lp8755_update_bits  124 drivers/regulator/lp8755.c 		ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x20);
lp8755_update_bits  128 drivers/regulator/lp8755.c 		ret = lp8755_update_bits(pchip, 0x10, 0x01, 0x01);
lp8755_update_bits  138 drivers/regulator/lp8755.c 	ret = lp8755_update_bits(pchip, 0x06, 0x01 << id, regbval);
lp8755_update_bits  217 drivers/regulator/lp8755.c 	ret = lp8755_update_bits(pchip, 0x07 + id, 0x07, regval);