Lines Matching refs:result
19 int result; in mon_install() local
30 : "=&r" (result) in mon_install()
33 return result; in mon_install()
38 int result; in mon_power_on() local
48 : "=&r" (result) in mon_power_on()
51 return result; in mon_power_on()
56 int result; in mon_power_off() local
65 : "=&r" (result) in mon_power_off()
68 return result; in mon_power_off()
90 int result; in k2_hs_bm_auth() local
99 : "=&r" (result) in k2_hs_bm_auth()
103 return result; in k2_hs_bm_auth()
108 int result = 0; in board_fit_image_post_process() local
116 result = k2_hs_bm_auth(KS2_AUTH_CMD, image); in board_fit_image_post_process()
117 if (result == 0) { in board_fit_image_post_process()