Searched refs:psz_file_name (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c1409 char *psz_file_name = NULL; local
1434 psz_file_name = kzalloc(dw_data_size, GFP_KERNEL);
1435 if (psz_file_name == NULL) {
1439 status = dcd_get_library_name(hdcd_mgr, uuid_obj, psz_file_name,
1445 status = cod_open(dcd_mgr_obj->cod_mgr, psz_file_name,
1507 kfree(psz_file_name);
H A Dnldr.c1246 char *psz_file_name = NULL; local
1259 psz_file_name = kzalloc(DBLL_MAXPATHLENGTH, GFP_KERNEL);
1260 if (psz_file_name == NULL)
1268 hdcd_mgr, &uuid, psz_file_name,
1275 hdcd_mgr, &uuid, psz_file_name,
1283 nldr_obj->ldr_fxns.open_fxn(nldr_obj->dbll, psz_file_name,
1287 kfree(psz_file_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c1409 char *psz_file_name = NULL; local
1434 psz_file_name = kzalloc(dw_data_size, GFP_KERNEL);
1435 if (psz_file_name == NULL) {
1439 status = dcd_get_library_name(hdcd_mgr, uuid_obj, psz_file_name,
1445 status = cod_open(dcd_mgr_obj->cod_mgr, psz_file_name,
1507 kfree(psz_file_name);
H A Dnldr.c1246 char *psz_file_name = NULL; local
1259 psz_file_name = kzalloc(DBLL_MAXPATHLENGTH, GFP_KERNEL);
1260 if (psz_file_name == NULL)
1268 hdcd_mgr, &uuid, psz_file_name,
1275 hdcd_mgr, &uuid, psz_file_name,
1283 nldr_obj->ldr_fxns.open_fxn(nldr_obj->dbll, psz_file_name,
1287 kfree(psz_file_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcod.c106 static struct file *cod_f_open(const char *psz_file_name, const char *sz_mode) argument
115 filp = filp_open(psz_file_name, O_RDONLY, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Dcod.c106 static struct file *cod_f_open(const char *psz_file_name, const char *sz_mode) argument
115 filp = filp_open(psz_file_name, O_RDONLY, 0);

Completed in 224 milliseconds