Searched refs:psz_path_name (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbdcd.h323 * psz_path_name: Path to the object's COFF file.
335 char *psz_path_name);
H A Ddspapi-ioctl.h47 char *psz_path_name; member in struct:trapped_args::__anon15908
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c813 * If psz_path_name == NULL, unregister the specified DCD object.
817 char *psz_path_name)
837 __func__, uuid_obj, obj_type, psz_path_name);
879 * If psz_path_name != NULL, perform registration, otherwise,
883 if (psz_path_name) {
884 dw_path_size = strlen(psz_path_name) + 1;
917 strncpy(dcd_key->path, psz_path_name ,
924 if (strncmp(dcd_key->path, psz_path_name,
937 memcpy(dcd_key->path, psz_path_name, dw_path_size);
939 dev_dbg(bridge, "%s: psz_path_name
815 dcd_register_object(struct dsp_uuid *uuid_obj, enum dsp_dcdobjtype obj_type, char *psz_path_name) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c485 char *psz_path_name = NULL; local
493 args->args_mgr_registerobject.psz_path_name) +
495 psz_path_name = kmalloc(path_size, GFP_KERNEL);
496 if (!psz_path_name)
498 ret = strncpy_from_user(psz_path_name,
500 psz_path_name, path_size);
511 (char *)psz_path_name);
513 kfree(psz_path_name);

Completed in 131 milliseconds