Home
last modified time | relevance | path

Searched defs:uarg (Results 1 – 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/accesstokenid/
Daccess_tokenid.c18 int access_tokenid_get_tokenid(struct file *file, void __user *uarg) in access_tokenid_get_tokenid()
45 int access_tokenid_set_tokenid(struct file *file, void __user *uarg) in access_tokenid_set_tokenid()
88 int access_tokenid_get_ftokenid(struct file *file, void __user *uarg) in access_tokenid_get_ftokenid()
97 int access_tokenid_set_ftokenid(struct file *file, void __user *uarg) in access_tokenid_set_ftokenid()
124 void __user *uarg = (void __user *)arg; in access_tokenid_ioctl() local
/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg_ctrl.c224 static long ctrl_set_enable(int abi, void __user *uarg) in ctrl_set_enable()
240 static long ctrl_get_enable(int abi, void __user *uarg) in ctrl_get_enable()
282 static long ctrl_set_config(int abi, void __user *uarg) in ctrl_set_config()
403 static long ctrl_set_rtg_attr(int abi, void __user *uarg) in ctrl_set_rtg_attr()
505 static long ctrl_frame_state(void __user *uarg, bool is_enter) in ctrl_frame_state()
520 static long ctrl_begin_frame(int abi, void __user *uarg) in ctrl_begin_frame()
525 static long ctrl_end_frame(int abi, void __user *uarg) in ctrl_end_frame()
544 static long ctrl_end_scene(int abi, void __user *uarg) in ctrl_end_scene()
572 static long ctrl_set_min_util(int abi, void __user *uarg) in ctrl_set_min_util()
600 static long ctrl_set_margin(int abi, void __user *uarg) in ctrl_set_margin()
[all …]
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptctl.c1226 struct mpt_ioctl_iocinfo __user *uarg = (void __user *) arg; in mptctl_getiocinfo() local
1363 struct mpt_ioctl_targetinfo __user *uarg = (void __user *) arg; in mptctl_gettargetinfo() local
1479 struct mpt_ioctl_test __user *uarg = (void __user *) arg; in mptctl_readtest() local
1531 struct mpt_ioctl_eventquery __user *uarg = (void __user *) arg; in mptctl_eventquery() local
1561 struct mpt_ioctl_eventenable __user *uarg = (void __user *) arg; in mptctl_eventenable() local
1600 struct mpt_ioctl_eventreport __user *uarg = (void __user *) arg; in mptctl_eventreport() local
1646 struct mpt_ioctl_replace_fw __user *uarg = (void __user *) arg; in mptctl_replace_fw() local
1705 struct mpt_ioctl_command __user *uarg = (void __user *) arg; in mptctl_mpt_command() local
2326 hp_host_info_t __user *uarg = (void __user *) arg; in mptctl_hp_hostinfo() local
2559 hp_target_info_t __user *uarg = (void __user *) arg; in mptctl_hp_targetinfo() local
[all …]
/kernel/linux/linux-5.10/drivers/tee/
Dtee_core.c475 struct tee_ioctl_open_session_arg __user *uarg; in tee_ioctl_open_session() local
554 struct tee_ioctl_invoke_arg __user *uarg; in tee_ioctl_invoke() local
610 struct tee_ioctl_cancel_arg __user *uarg) in tee_ioctl_cancel()
626 struct tee_ioctl_close_session_arg __user *uarg) in tee_ioctl_close_session()
688 struct tee_iocl_supp_recv_arg __user *uarg; in tee_ioctl_supp_recv() local
785 struct tee_iocl_supp_send_arg __user *uarg; in tee_ioctl_supp_send() local
826 void __user *uarg = (void __user *)arg; in tee_ioctl() local
/kernel/linux/linux-5.10/block/
Dbsg.c135 static int bsg_sg_io(struct request_queue *q, fmode_t mode, void __user *uarg) in bsg_sg_io()
329 static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg) in bsg_get_command_q()
334 static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg) in bsg_set_command_q()
352 void __user *uarg = (void __user *) arg; in bsg_ioctl() local
/kernel/linux/linux-5.10/drivers/misc/ocxl/
Dfile.c73 struct ocxl_ioctl_attach __user *uarg) in afu_ioctl_attach()
94 struct ocxl_ioctl_metadata __user *uarg) in afu_ioctl_get_metadata()
116 struct ocxl_ioctl_p9_wait __user *uarg) in afu_ioctl_enable_p9_wait()
160 struct ocxl_ioctl_features __user *uarg) in afu_ioctl_get_features()
/kernel/linux/linux-5.10/fs/crypto/
Dkeyring.c689 struct fscrypt_add_key_arg __user *uarg = _uarg; in fscrypt_ioctl_add_key() local
970 struct fscrypt_remove_key_arg __user *uarg = _uarg; in do_remove_key() local
1056 int fscrypt_ioctl_remove_key(struct file *filp, void __user *uarg) in fscrypt_ioctl_remove_key()
1062 int fscrypt_ioctl_remove_key_all_users(struct file *filp, void __user *uarg) in fscrypt_ioctl_remove_key_all_users()
1093 int fscrypt_ioctl_get_key_status(struct file *filp, void __user *uarg) in fscrypt_ioctl_get_key_status()
Dpolicy.c521 int fscrypt_ioctl_get_policy_ex(struct file *filp, void __user *uarg) in fscrypt_ioctl_get_policy_ex()
/kernel/linux/linux-5.10/net/bridge/
Dbr_ioctl.c299 static int old_deviceless(struct net *net, void __user *uarg) in old_deviceless()
353 int br_ioctl_deviceless_stub(struct net *net, unsigned int cmd, void __user *uarg) in br_ioctl_deviceless_stub()
/kernel/linux/linux-5.10/fs/verity/
Dmeasure.c26 struct fsverity_digest __user *uarg = _uarg; in fsverity_ioctl_measure() local
Denable.c340 int fsverity_ioctl_enable(struct file *filp, const void __user *uarg) in fsverity_ioctl_enable()
/kernel/linux/common_modules/qos_auth/auth_ctl/
Dqos_ctrl.c455 static long ctrl_qos_operation(int abi, void __user *uarg) in ctrl_qos_operation()
618 static long ctrl_qos_policy(int abi, void __user *uarg) in ctrl_qos_policy()
652 void __user *uarg = (void __user *)arg; in do_qos_ctrl_ioctl() local
Dauth_ctrl.c389 static long ctrl_auth_basic_operation(int abi, void __user *uarg) in ctrl_auth_basic_operation()
453 void __user *uarg = (void __user *)arg; in do_auth_ctrl_ioctl() local
/kernel/linux/linux-5.10/drivers/pps/
Dpps.c95 void __user *uarg = (void __user *) arg; in pps_cdev_ioctl() local
253 void __user *uarg = (void __user *) arg; in pps_cdev_compat_ioctl() local
/kernel/linux/linux-5.10/drivers/rtc/
Ddev.c211 void __user *uarg = (void __user *)arg; in rtc_dev_ioctl() local
411 void __user *uarg = compat_ptr(arg); in rtc_dev_compat_ioctl() local
/kernel/linux/linux-5.10/drivers/watchdog/
Dw83977f_wdt.c381 } uarg; in wdt_ioctl() local
Dwdt977.c357 } uarg; in wdt977_ioctl() local
Dpc87413_wdt.c386 } uarg; in pc87413_ioctl() local
Dsmsc37b787_wdt.c427 } uarg; in wb_smsc_wdt_ioctl() local
/kernel/linux/linux-5.10/drivers/media/mc/
Dmc-device.c387 static long copy_arg_from_user(void *karg, void __user *uarg, unsigned int cmd) in copy_arg_from_user()
396 static long copy_arg_to_user(void __user *uarg, void *karg, unsigned int cmd) in copy_arg_to_user()
/kernel/linux/linux-5.10/drivers/input/serio/
Dserport.c232 void __user *uarg = compat_ptr(arg); in serport_ldisc_compat_ioctl() local
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_fcs.c854 bfa_cb_lps_flogi_comp(void *bfad, void *uarg, bfa_status_t status) in bfa_cb_lps_flogi_comp()
1422 bfa_cb_lps_flogo_comp(void *bfad, void *uarg) in bfa_cb_lps_flogo_comp()
/kernel/linux/linux-5.10/drivers/char/
Dds1620.c243 } uarg; in ds1620_ioctl() local
/kernel/linux/linux-5.10/net/core/
Dskbuff.c1106 struct ubuf_info *uarg; in sock_zerocopy_alloc() local
1136 static inline struct sk_buff *skb_from_uarg(struct ubuf_info *uarg) in skb_from_uarg()
1142 struct ubuf_info *uarg) in sock_zerocopy_realloc()
1205 void sock_zerocopy_callback(struct ubuf_info *uarg, bool success) in sock_zerocopy_callback()
1254 void sock_zerocopy_put(struct ubuf_info *uarg) in sock_zerocopy_put()
1265 void sock_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in sock_zerocopy_put_abort()
1287 struct ubuf_info *uarg) in skb_zerocopy_iter_stream()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c1277 struct mpt3_ioctl_eventreport __user *uarg = arg; in _ctl_eventreport() local
2301 struct mpt3_diag_read_buffer __user *uarg = arg; in _ctl_diag_read_buffer() local
2486 struct mpt3_ioctl_command32 __user *uarg; in _ctl_compat_mpt_command() local
2579 struct mpt3_ioctl_command __user *uarg; in _ctl_ioctl_main() local

12