| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_probe.c | 544 struct probe_arg *parg, unsigned int flags, int offset) in traceprobe_parse_probe_arg_body() argument 559 parg->comm = kstrdup(arg, GFP_KERNEL); in traceprobe_parse_probe_arg_body() 560 if (!parg->comm) in traceprobe_parse_probe_arg_body() 581 if (kstrtouint(t2, 0, &parg->count) || !parg->count) { in traceprobe_parse_probe_arg_body() 586 if (parg->count > MAX_ARRAY_LEN) { in traceprobe_parse_probe_arg_body() 601 if (parg->count || (t && strcmp(t, "string"))) in traceprobe_parse_probe_arg_body() 603 parg->type = find_fetch_type("string"); in traceprobe_parse_probe_arg_body() 605 parg->type = find_fetch_type(t); in traceprobe_parse_probe_arg_body() 606 if (!parg->type) { in traceprobe_parse_probe_arg_body() 610 parg->offset = *size; in traceprobe_parse_probe_arg_body() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H A D | cec-api.c | 76 struct cec_caps __user *parg) in cec_adap_g_caps() argument 86 if (copy_to_user(parg, &caps, sizeof(caps))) in cec_adap_g_caps() 92 __u16 __user *parg) in cec_adap_g_phys_addr() argument 99 if (copy_to_user(parg, &phys_addr, sizeof(phys_addr))) in cec_adap_g_phys_addr() 122 bool block, __u16 __user *parg) in cec_adap_s_phys_addr() argument 129 if (copy_from_user(&phys_addr, parg, sizeof(phys_addr))) in cec_adap_s_phys_addr() 145 struct cec_log_addrs __user *parg) in cec_adap_g_log_addrs() argument 162 if (copy_to_user(parg, &log_addrs, sizeof(log_addrs))) in cec_adap_g_log_addrs() 168 bool block, struct cec_log_addrs __user *parg) in cec_adap_s_log_addrs() argument 175 if (copy_from_user(&log_addrs, parg, sizeof(log_addrs))) in cec_adap_s_log_addrs() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/dfu/ |
| H A D | dfu_ram.c | 60 const char **parg = argv; in dfu_fill_entity_ram() local 62 for (; parg < argv + sizeof(argv) / sizeof(*argv); ++parg) { in dfu_fill_entity_ram() 63 *parg = strsep(&s, " "); in dfu_fill_entity_ram() 64 if (*parg == NULL) { in dfu_fill_entity_ram()
|
| H A D | dfu_mmc.c | 308 const char **parg = argv; in dfu_fill_entity_mmc() local 312 for (; parg < argv + sizeof(argv) / sizeof(*argv); ++parg) { in dfu_fill_entity_mmc() 313 *parg = strsep(&s, " "); in dfu_fill_entity_mmc() 314 if (*parg == NULL) { in dfu_fill_entity_mmc()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dmxdev.c | 1040 unsigned int cmd, void *parg) in dvb_demux_do_ioctl() argument 1044 unsigned long arg = (unsigned long)parg; in dvb_demux_do_ioctl() 1077 ret = dvb_dmxdev_filter_set(dmxdev, dmxdevfilter, parg); in dvb_demux_do_ioctl() 1086 ret = dvb_dmxdev_pes_filter_set(dmxdev, dmxdevfilter, parg); in dvb_demux_do_ioctl() 1104 dmxdev->demux->get_pes_pids(dmxdev->demux, parg); in dvb_demux_do_ioctl() 1113 ((struct dmx_stc *)parg)->num, in dvb_demux_do_ioctl() 1114 &((struct dmx_stc *)parg)->stc, in dvb_demux_do_ioctl() 1115 &((struct dmx_stc *)parg)->base); in dvb_demux_do_ioctl() 1123 ret = dvb_dmxdev_add_pid(dmxdev, dmxdevfilter, *(u16 *)parg); in dvb_demux_do_ioctl() 1132 ret = dvb_dmxdev_remove_pid(dmxdev, dmxdevfilter, *(u16 *)parg); in dvb_demux_do_ioctl() [all …]
|
| H A D | dvb_frontend.c | 1336 unsigned int cmd, void *parg); 1988 void *parg) in dvb_frontend_do_ioctl() argument 2025 err = dvb_frontend_handle_ioctl(file, cmd, parg); in dvb_frontend_do_ioctl() 2390 unsigned int cmd, void *parg) in dvb_frontend_handle_ioctl() argument 2402 struct dtv_properties *tvps = parg; in dvb_frontend_handle_ioctl() 2435 err = dvb_get_property(fe, file, parg); in dvb_frontend_handle_ioctl() 2439 struct dvb_frontend_info *info = parg; in dvb_frontend_handle_ioctl() 2493 enum fe_status *status = parg; in dvb_frontend_handle_ioctl() 2519 struct dvb_diseqc_master_cmd *cmd = parg; in dvb_frontend_handle_ioctl() 2534 (enum fe_sec_mini_cmd)parg); in dvb_frontend_handle_ioctl() [all …]
|
| H A D | dvbdev.c | 913 void *parg = NULL; in dvb_usercopy() local 923 parg = (void *) arg; in dvb_usercopy() 929 parg = sbuf; in dvb_usercopy() 935 parg = mbuf; in dvb_usercopy() 939 if (copy_from_user(parg, (void __user *)arg, _IOC_SIZE(cmd))) in dvb_usercopy() 945 if ((err = func(file, cmd, parg)) == -ENOIOCTLCMD) in dvb_usercopy() 956 if (copy_to_user((void __user *)arg, parg, _IOC_SIZE(cmd))) in dvb_usercopy()
|
| H A D | dvb_net.c | 1424 unsigned int cmd, void *parg) argument 1439 struct dvb_net_if *dvbnetif = parg; 1465 struct dvb_net_if *dvbnetif = parg; 1492 if ((unsigned long) parg >= DVB_NET_DEVICES_MAX) { 1496 ret = dvb_net_remove_if(dvbnet, (unsigned long) parg); 1505 struct __dvb_net_if_old *dvbnetif = parg; 1531 struct __dvb_net_if_old *dvbnetif = parg;
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_ca.c | 234 static int dvb_ca_ioctl(struct file *file, unsigned int cmd, void *parg) in dvb_ca_ioctl() argument 238 unsigned long arg = (unsigned long) parg; in dvb_ca_ioctl() 260 memcpy(parg, &cap, sizeof(cap)); in dvb_ca_ioctl() 266 struct ca_slot_info *info=(struct ca_slot_info *)parg; in dvb_ca_ioctl() 291 memcpy(parg, &info, sizeof (info)); in dvb_ca_ioctl() 297 struct ca_descr *descr = (struct ca_descr*) parg; in dvb_ca_ioctl()
|
| H A D | av7110_av.c | 1121 unsigned int cmd, void *parg) in dvb_video_ioctl() argument 1125 unsigned long arg = (unsigned long) parg; in dvb_video_ioctl() 1205 memcpy(parg, &av7110->videostate, sizeof(struct video_status)); in dvb_video_ioctl() 1210 ret = dvb_compat_video_get_event(av7110, parg, file->f_flags); in dvb_video_ioctl() 1215 ret = dvb_video_get_event(av7110, parg, file->f_flags); in dvb_video_ioctl() 1219 memcpy(parg, &av7110->video_size, sizeof(video_size_t)); in dvb_video_ioctl() 1260 (struct compat_video_still_picture *) parg; in dvb_video_ioctl() 1272 (struct video_still_picture *) parg; in dvb_video_ioctl() 1313 *(int *)parg = VIDEO_CAP_MPEG1 | VIDEO_CAP_MPEG2 | in dvb_video_ioctl() 1352 unsigned int cmd, void *parg) in dvb_audio_ioctl() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 281 + size_t parg = 0; 282 + fmt = consume_argn(fmt+1, &parg); 283 + if (parg == 0) 284 + parg = ++i; 285 + if (parg > last) 286 + last = parg; 287 + if (parg <= n && types[parg-1] == NONE) 288 + types[parg-1] = INT;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
| H A D | 0002-musl-does-not-provide-printf-h.patch | 302 + size_t parg = 0; 303 + fmt = consume_argn(fmt+1, &parg); 304 + if (parg == 0) 305 + parg = ++i; 306 + if (parg > last) 307 + last = parg; 308 + if (parg <= n && types[parg-1] == NONE) 309 + types[parg-1] = INT;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0004-add-fallback-parse_printf_format-implementation.patch | 288 + size_t parg = 0; 289 + fmt = consume_argn(fmt+1, &parg); 290 + if (parg == 0) 291 + parg = ++i; 292 + if (parg > last) 293 + last = parg; 294 + if (parg <= n && types[parg-1] == NONE) 295 + types[parg-1] = INT;
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | parse-filter.c | 333 enum tep_event_type type, struct tep_filter_arg **parg, char *error_str) in create_arg_item() argument 389 *parg = arg; in create_arg_item() 938 process_filter(struct tep_event *event, struct tep_filter_arg **parg, in process_filter() argument 953 *parg = NULL; in process_filter() 978 *parg = current_exp; in process_filter() 1022 *parg = arg; in process_filter() 1045 *parg = current_op; in process_filter() 1047 *parg = current_exp; in process_filter() 1153 ret = collapse_tree(current_op, parg, error_str); in process_filter() 1179 struct tep_filter_arg **parg, char *error_str) in process_event() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/ |
| H A D | scan_manager.c | 76 static void scan_mgr_jtag_io(const u32 flags, const u8 iarg, const u32 parg) in scan_mgr_jtag_io() argument 78 u32 data = parg; in scan_mgr_jtag_io()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | dso.h | 171 long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg); 246 long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-cec.c | 324 static long cec_standby(struct cec_adapter *adap, __u8 __user *parg) in cec_standby() argument 331 if (copy_from_user(&en, parg, sizeof(en))) { in cec_standby() 343 static long cec_func_en(struct dw_hdmi_cec *cec, int __user *parg) in cec_func_en() argument 347 if (copy_from_user(&en_mask, parg, sizeof(en_mask))) in cec_func_en()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 3063 static int check_array_args(unsigned int cmd, void *parg, size_t *array_size, in check_array_args() argument 3073 struct v4l2_buffer *buf = parg; in check_array_args() 3090 struct v4l2_edid *edid = parg; in check_array_args() 3108 struct v4l2_ext_controls *ctrls = parg; in check_array_args() 3148 static int video_get_user(void __user *arg, void *parg, unsigned int cmd, in video_get_user() argument 3155 memset(parg, 0, n); in video_get_user() 3166 struct v4l2_buffer *vb = parg; in video_get_user() 3213 if (copy_from_user(parg, (void __user *)arg, n)) in video_get_user() 3218 memset((u8 *)parg + n, 0, _IOC_SIZE(cmd) - n); in video_get_user() 3225 static int video_put_user(void __user *arg, void *parg, unsigned int cmd) in video_put_user() argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | bio.h | 144 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 246 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | bio.h | 140 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 238 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | bio.h | 144 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 246 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | bio.h | 140 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 238 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bio.h | 144 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 246 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | bio.h | 144 OPENSSL_EXPORT long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg); 246 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd,
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | core.c | 274 phys_addr_t parg; in optee_release() local 292 if (tee_shm_va2pa(shm, arg, &parg)) in optee_release() 303 optee_do_call_with_arg(ctx, parg); in optee_release()
|