Home
last modified time | relevance | path

Searched refs:use (Results 1 – 7 of 7) sorted by relevance

/scripts/dtc/
A DREADME19 The library provides an Fdt class which you can use like this:
35 You will find tests in tests/pylibfdt_tests.py showing how to use each
60 first. Generally, using --user or --prefix is not necessary and pip will use the
66 To install both libfdt and pylibfdt you can use:
71 use:
/scripts/
A Dof_allowlist.txt1 # List of boards which are permitted to use OF_HAS_PRIOR_STAGE without OF_BOARD
A Dcheckpatch.pl54 my @use = ();
307 'types=s' => \@use,
427 hash_save_array_words(\%use_type, \@use);
6904 my $use = "";
6906 $use = " - use %pS instead";
6907 $use =~ s/pS/ps/ if ($bad_specifier =~ /pf/);
6911 "$ext_type vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");
A DKbuild.include35 # Escape single quote for use in echo statements
/scripts/kconfig/lxdialog/
A DBIG.FAT.WARNING2 significantly modified from the original. It is for use by the Linux
/scripts/kconfig/
A Dmenu.c233 char *use; in sym_check_prop() local
265 use = prop->type == P_SELECT ? "select" : "imply"; in sym_check_prop()
270 "not bool or tristate", sym->name, use); in sym_check_prop()
277 "tristate type", sym2->name, use); in sym_check_prop()
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped135 Here are the three classes and when you should use them:
503 """Create an empty device tree ready for use
752 # Now we can use it as a real device tree
765 size_hint: A hint as to the initial size to use
857 finish it. You can also use the context manager as shown in the FdtSw
952 use the context manager as shown in the FdtSw class comment.
1001 * so use the same type here.
1009 /* Most functions don't change the device tree, so use a const void * */
1020 /* Some functions do change the device tree, so use void * */

Completed in 15 milliseconds