Searched refs:res_copy (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/can/ |
D | can_handlers.c | 13 struct can_timing res_copy; in z_vrfy_can_calc_timing() local 17 Z_OOPS(z_user_from_copy(&res_copy, res, sizeof(res_copy))); in z_vrfy_can_calc_timing() 19 err = z_impl_can_calc_timing(dev, &res_copy, bitrate, sample_pnt); in z_vrfy_can_calc_timing() 20 Z_OOPS(z_user_to_copy(res, &res_copy, sizeof(*res))); in z_vrfy_can_calc_timing() 80 struct can_timing res_copy; in z_vrfy_can_calc_timing_data() local 84 Z_OOPS(z_user_from_copy(&res_copy, res, sizeof(res_copy))); in z_vrfy_can_calc_timing_data() 86 err = z_impl_can_calc_timing_data(dev, &res_copy, bitrate, sample_pnt); in z_vrfy_can_calc_timing_data() 87 Z_OOPS(z_user_to_copy(res, &res_copy, sizeof(*res))); in z_vrfy_can_calc_timing_data()
|