tmpret            113 drivers/i2c/busses/i2c-diolan-u2c.c 			int tmpret;
tmpret            115 drivers/i2c/busses/i2c-diolan-u2c.c 			tmpret = usb_bulk_msg(dev->usb_dev,
tmpret            128 drivers/i2c/busses/i2c-diolan-u2c.c 			ret = tmpret;
tmpret            572 drivers/power/supply/bd70528-charger.c 	int ret = 0, tmpret;
tmpret            605 drivers/power/supply/bd70528-charger.c 	tmpret = regmap_update_bits(bdpsy->regmap,
tmpret            608 drivers/power/supply/bd70528-charger.c 	if (tmpret)
tmpret            610 drivers/power/supply/bd70528-charger.c 			"Charge current write failure (%d)\n", tmpret);
tmpret            615 drivers/power/supply/bd70528-charger.c 	if (!tmpret)
tmpret            616 drivers/power/supply/bd70528-charger.c 		tmpret = regmap_update_bits(bdpsy->regmap,
tmpret            621 drivers/power/supply/bd70528-charger.c 		ret = tmpret;
tmpret            632 drivers/power/supply/bd70528-charger.c 	int ret = 0, tmpret;
tmpret            665 drivers/power/supply/bd70528-charger.c 	tmpret = regmap_update_bits(bdpsy->regmap,
tmpret            670 drivers/power/supply/bd70528-charger.c 		ret = tmpret;
tmpret            290 drivers/rtc/rtc-bd70528.c 	int ret, tmpret, old_states;
tmpret            299 drivers/rtc/rtc-bd70528.c 	tmpret = regmap_bulk_read(bd70528->regmap,
tmpret            302 drivers/rtc/rtc-bd70528.c 	if (tmpret) {
tmpret            308 drivers/rtc/rtc-bd70528.c 	tmpret = regmap_bulk_write(bd70528->regmap,
tmpret            311 drivers/rtc/rtc-bd70528.c 	if (tmpret) {
tmpret            318 drivers/rtc/rtc-bd70528.c 	if (tmpret)
tmpret            319 drivers/rtc/rtc-bd70528.c 		ret = tmpret;
tmpret           1201 fs/ocfs2/aops.c 		int tmpret;
tmpret           1209 fs/ocfs2/aops.c 		tmpret = ocfs2_prepare_page_for_write(inode, &p_blkno, wc,
tmpret           1213 fs/ocfs2/aops.c 		if (tmpret) {
tmpret           1214 fs/ocfs2/aops.c 			mlog_errno(tmpret);
tmpret           1216 fs/ocfs2/aops.c 				ret = tmpret;
tmpret            360 fs/ocfs2/dlm/dlmconvert.c 	int tmpret;
tmpret            386 fs/ocfs2/dlm/dlmconvert.c 	tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key,
tmpret            388 fs/ocfs2/dlm/dlmconvert.c 	if (tmpret >= 0) {
tmpret            404 fs/ocfs2/dlm/dlmconvert.c 		     "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key,
tmpret            406 fs/ocfs2/dlm/dlmconvert.c 		if (dlm_is_host_down(tmpret)) {
tmpret            416 fs/ocfs2/dlm/dlmconvert.c 			ret = dlm_err_to_dlm_status(tmpret);
tmpret            290 fs/ocfs2/dlm/dlmlock.c 	int tmpret, status = 0;
tmpret            301 fs/ocfs2/dlm/dlmlock.c 	tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,
tmpret            303 fs/ocfs2/dlm/dlmlock.c 	if (tmpret >= 0) {
tmpret            316 fs/ocfs2/dlm/dlmlock.c 		     tmpret, res->owner);
tmpret            317 fs/ocfs2/dlm/dlmlock.c 		if (dlm_is_host_down(tmpret))
tmpret            320 fs/ocfs2/dlm/dlmlock.c 			ret = dlm_err_to_dlm_status(tmpret);
tmpret           1657 fs/ocfs2/dlm/dlmmaster.c 	int to, tmpret;
tmpret           1687 fs/ocfs2/dlm/dlmmaster.c 		tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key,
tmpret           1689 fs/ocfs2/dlm/dlmmaster.c 		if (tmpret < 0) {
tmpret           1691 fs/ocfs2/dlm/dlmmaster.c 			     "0x%x) to node %u\n", tmpret,
tmpret           1693 fs/ocfs2/dlm/dlmmaster.c 			if (!dlm_is_host_down(tmpret)) {
tmpret           1694 fs/ocfs2/dlm/dlmmaster.c 				mlog(ML_ERROR, "unhandled error=%d!\n", tmpret);
tmpret           1700 fs/ocfs2/dlm/dlmmaster.c 			ret = tmpret;
tmpret            953 fs/ocfs2/dlm/dlmrecovery.c 	int ret, tmpret;
tmpret            964 fs/ocfs2/dlm/dlmrecovery.c 				 sizeof(done_msg), send_to, &tmpret);
tmpret            973 fs/ocfs2/dlm/dlmrecovery.c 		ret = tmpret;
tmpret            317 fs/ocfs2/dlm/dlmunlock.c 	int tmpret;
tmpret            352 fs/ocfs2/dlm/dlmunlock.c 	tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key,
tmpret            354 fs/ocfs2/dlm/dlmunlock.c 	if (tmpret >= 0) {
tmpret            361 fs/ocfs2/dlm/dlmunlock.c 		     "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner);
tmpret            362 fs/ocfs2/dlm/dlmunlock.c 		if (dlm_is_host_down(tmpret)) {
tmpret            376 fs/ocfs2/dlm/dlmunlock.c 			ret = dlm_err_to_dlm_status(tmpret);