Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/sti/bdisp/
Dbdisp-hw.c754 struct bdisp_node **copy_node = ctx->bdisp_dev->dbg.copy_node; in bdisp_hw_save_request() local
769 if (!copy_node[i]) { in bdisp_hw_save_request()
770 copy_node[i] = devm_kzalloc(ctx->bdisp_dev->dev, in bdisp_hw_save_request()
771 sizeof(*copy_node[i]), in bdisp_hw_save_request()
773 if (!copy_node[i]) in bdisp_hw_save_request()
776 *copy_node[i] = *node[i]; in bdisp_hw_save_request()
Dbdisp-debug.c325 if (!bdisp->dbg.copy_node[0]) { in bdisp_dbg_last_nodes()
331 node = bdisp->dbg.copy_node[i]; in bdisp_dbg_last_nodes()
398 if (!bdisp->dbg.copy_node[0]) { in bdisp_dbg_last_nodes_raw()
404 node = bdisp->dbg.copy_node[i]; in bdisp_dbg_last_nodes_raw()
Dbdisp.h157 struct bdisp_node *copy_node[MAX_NB_NODE]; member
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c379 struct string_list *copy_node(struct string_list *node) in copy_node() function
397 n = res = copy_node(start); in copy_list_range()
399 n->next = copy_node(start); in copy_list_range()
457 return copy_node(&node); in read_node()
463 return copy_node(&node); in read_node()
Dgenksyms.h71 struct string_list *copy_node(struct string_list *);
Dparse.y68 r = copy_node(i); r->tag = type; in record_compound()
Dparse.tab.c_shipped110 r = copy_node(i); r->tag = type;
/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c168 newtbl->copy_node = oldtbl->copy_node; in mesh_table_grow()
175 if (oldtbl->copy_node(p, newtbl) < 0) in mesh_table_grow()
1078 tbl_path->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
1094 tbl_mpp->copy_node = &mesh_path_node_copy; in mesh_pathtbl_init()
Dmesh.h155 int (*copy_node) (struct hlist_node *p, struct mesh_table *newtbl); member