Searched refs:w_name (Results 1 – 3 of 3) sorted by relevance
82 char *w_name; /* canonical hwgraph name */ member
99 peer_widget_info->w_name = kmalloc(strlen(peer_path) + 1, GFP_KERNEL); in pic_bus1_widget_info_dup()100 strcpy(peer_widget_info->w_name, peer_path); in pic_bus1_widget_info_dup()
798 return(xwidget_info->w_name); in xwidget_info_name_get()886 widget_info->w_name = kmalloc(strlen(s) + 1, GFP_KERNEL); in xwidget_register()887 strcpy(widget_info->w_name,s); in xwidget_register()923 (void)kfree(widget_info->w_name); in xwidget_unregister()