Searched refs:node_tab (Results 1 - 12 of 12) 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/include/dspbridge/
H A Dnode.h283 * node_tab: Array to copy node handles into.
284 * node_tab_size: Number of handles that can be written to node_tab.
286 * node_tab will be written.
290 * -EINVAL: node_tab is too small to hold all node handles.
293 * node_tab != NULL || node_tab_size == 0.
302 void **node_tab,
H A Dproc.h128 * node_tab : The first Location of an array allocated for node
131 * to the memory the client has allocated for node_tab
133 * the number of valid handles written to node_tab
139 * -EINVAL : The amount of memory allocated for node_tab is
148 * node_tab is not NULL.
154 void **node_tab,
H A Ddspapi-ioctl.h81 void *__user *node_tab; member in struct:trapped_args::__anon31456
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dnode.h283 * node_tab: Array to copy node handles into.
284 * node_tab_size: Number of handles that can be written to node_tab.
286 * node_tab will be written.
290 * -EINVAL: node_tab is too small to hold all node handles.
293 * node_tab != NULL || node_tab_size == 0.
302 void **node_tab,
H A Dproc.h128 * node_tab : The first Location of an array allocated for node
131 * to the memory the client has allocated for node_tab
133 * the number of valid handles written to node_tab
139 * -EINVAL : The amount of memory allocated for node_tab is
148 * node_tab is not NULL.
154 void **node_tab,
H A Ddspapi-ioctl.h81 void *__user *node_tab; member in struct:trapped_args::__anon19763
/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 Dproc.c584 int proc_enum_nodes(void *hprocessor, void **node_tab, argument
593 DBC_REQUIRE(node_tab != NULL || node_tab_size == 0);
601 status = node_enum_nodes(hnode_mgr, node_tab,
H A Dnode.c1619 int node_enum_nodes(struct node_mgr *hnode_mgr, void **node_tab, argument
1627 DBC_REQUIRE(node_tab != NULL || node_tab_size == 0);
1647 node_tab[i] = hnode;
/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 Dproc.c584 int proc_enum_nodes(void *hprocessor, void **node_tab, argument
593 DBC_REQUIRE(node_tab != NULL || node_tab_size == 0);
601 status = node_enum_nodes(hnode_mgr, node_tab,
H A Dnode.c1619 int node_enum_nodes(struct node_mgr *hnode_mgr, void **node_tab, argument
1627 DBC_REQUIRE(node_tab != NULL || node_tab_size == 0);
1647 node_tab[i] = hnode;
/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 Ddspapi.c664 void *node_tab[MAX_NODES]; local
673 node_tab,
676 CP_TO_USR(args->args_proc_enumnode_info.node_tab, node_tab, status,
/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 Ddspapi.c664 void *node_tab[MAX_NODES]; local
673 node_tab,
676 CP_TO_USR(args->args_proc_enumnode_info.node_tab, node_tab, status,

Completed in 98 milliseconds