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

/drivers/staging/tidspbridge/include/dspbridge/
H A Dnode.h37 * attr_in: Optional pointer to node attributes (priority,
45 * -EDOM: attr_in != NULL and attr_in->prio out of
61 *attr_in,
H A Dproc.h36 * attr_in : Ptr to the dsp_processorattrin structure.
52 * When attr_in is NULL, the default timeout value is 10 seconds.
56 *attr_in, void **ph_processor,
H A Ddspapi-ioctl.h65 struct dsp_processorattrin __user *attr_in; member in struct:trapped_args::__anon5483
173 struct dsp_nodeattrin __user *attr_in; member in struct:trapped_args::__anon5499
303 struct strm_attr __user *attr_in; member in struct:trapped_args::__anon5521
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c521 struct dsp_processorattrin proc_attr_in, *attr_in = NULL; local
524 if (args->args_proc_attach.attr_in) {
525 CP_FM_USR(&proc_attr_in, args->args_proc_attach.attr_in, status,
528 attr_in = &proc_attr_in;
533 status = proc_attach(args->args_proc_attach.processor_id, attr_in,
1018 struct dsp_nodeattrin proc_attr_in, *attr_in = NULL; local
1042 if (args->args_node_allocate.attr_in) {
1043 CP_FM_USR(&proc_attr_in, args->args_node_allocate.attr_in,
1046 attr_in = &proc_attr_in;
1054 attr_in,
[all...]
/drivers/staging/tidspbridge/rmgr/
H A Dnode.c289 const struct dsp_nodeattrin *attr_in,
362 /* Validate attr_in fields, if non-NULL */
363 if (attr_in) {
364 /* Check if attr_in->prio is within range */
365 if (attr_in->prio < hnode_mgr->min_pri ||
366 attr_in->prio > hnode_mgr->max_pri)
401 if (!attr_in)
405 if (!(attr_in->pgpp_virt_addr))
409 if (((attr_in->heap_size) & (PG_SIZE4K - 1))) {
411 __func__, attr_in
286 node_allocate(struct proc_object *hprocessor, const struct dsp_uuid *node_uuid, const struct dsp_cbdata *pargs, const struct dsp_nodeattrin *attr_in, struct node_res_object **noderes, struct process_context *pr_ctxt) argument
[all...]
H A Dproc.c268 const struct dsp_processorattrin *attr_in,
318 if (attr_in)
319 p_proc_object->timeout = attr_in->timeout;
267 proc_attach(u32 processor_id, const struct dsp_processorattrin *attr_in, void **ph_processor, struct process_context *pr_ctxt) argument

Completed in 112 milliseconds