Home
last modified time | relevance | path

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

/scripts/
Dmake_fit.py150 for model, compat, files in entries:
154 fsw.property_string('description', model)
231 model = fdt.getprop(0, 'model').as_str()
250 return (model, compat, files)
282 (model, compat, files) = process_dtb(fname, args)
293 entries.append([model, compat, files_seq])
/scripts/coccinelle/null/
Dkmerr.cocci65 cocci.print_secs("possible model",p2)
72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/scripts/coccinelle/free/
Ddevm_free.cocci6 /// See Documentation/driver-api/driver-model/devres.rst for more information.
/scripts/kconfig/
Dqconf.h182 void setModelData(QWidget *editor, QAbstractItemModel *model,
Dgconf.c946 GtkTreeModel *model = gtk_tree_view_get_model(treeview); in on_treeview2_cursor_changed() local
952 if (gtk_tree_selection_get_selected(selection, &model, &iter)) { in on_treeview2_cursor_changed()
953 gtk_tree_model_get(model, &iter, COL_MENU, &menu, -1); in on_treeview2_cursor_changed()
Dqconf.cc266 QAbstractItemModel *model, in setModelData() argument
299 QStyledItemDelegate::setModelData(editor, model, index); in setModelData()
/scripts/mod/
Ddevicetable-offsets.c195 DEVID_FIELD(x86_cpu_id, model); in main()
Dfile2alias.c1203 DEF_FIELD(symval, x86_cpu_id, model); in do_x86cpu_entry()
1209 ADD(alias, "mod", model != X86_MODEL_ANY, model); in do_x86cpu_entry()