Home
last modified time | relevance | path

Searched refs:pstrm_def (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Dnode.c250 struct node_strmdef *pstrm_def,
846 struct node_strmdef *pstrm_def; in node_connect() local
1053 pstrm_def = output; in node_connect()
1059 pstrm_def = input; in node_connect()
1065 pstrm_def->sz_device = kzalloc(dw_length + 1 + in node_connect()
1069 pstrm_def->sz_device = kzalloc(dw_length + 1, in node_connect()
1071 if (!pstrm_def->sz_device) { in node_connect()
1076 strncpy(pstrm_def->sz_device, in node_connect()
1079 strncat(pstrm_def->sz_device, in node_connect()
2686 struct node_strmdef *pstrm_def, in fill_stream_def() argument
[all …]