Searched refs:get_user_cast (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.c | 30 #define get_user_cast(__x, __ptr) \ macro 45 get_user_cast(__assign_tmp, from) || put_user(__assign_tmp, to);\ 538 get_user_cast(data, &up->data) || in get_atomisp_acc_fw_load32() 737 if (get_user_cast(tmp, src) || put_user_force(compat_ptr(tmp), dst)) in get_atomisp_parameters32()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-compat-ioctl32.c | 46 * get_user_cast() - Stores at a kernelspace local var the contents from a 58 #define get_user_cast(__x, __ptr) \ macro 87 * to have a macro that will do both get_user_cast() and put_user() at once. 90 * variable was not declared as __user. See get_user_cast() for more details. 99 get_user_cast(__assign_tmp, from) || put_user(__assign_tmp, to);\ 1240 if (get_user_cast(id, &kcontrols->id) || in put_v4l2_ext_controls32()
|
Completed in 5 milliseconds