Lines Matching refs:result
18 int result; in mon_install() local
29 : "=&r" (result) in mon_install()
32 return result; in mon_install()
37 int result; in mon_power_on() local
47 : "=&r" (result) in mon_power_on()
50 return result; in mon_power_on()
55 int result; in mon_power_off() local
64 : "=&r" (result) in mon_power_off()
67 return result; in mon_power_off()
89 int result; in k2_hs_bm_auth() local
98 : "=&r" (result) in k2_hs_bm_auth()
102 return result; in k2_hs_bm_auth()
107 int result = 0; in board_fit_image_post_process() local
115 result = k2_hs_bm_auth(KS2_AUTH_CMD, image); in board_fit_image_post_process()
116 if (result == 0) { in board_fit_image_post_process()