Searched refs:use (Results 1 – 7 of 7) sorted by relevance
19 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 each60 first. Generally, using --user or --prefix is not necessary and pip will use the66 To install both libfdt and pylibfdt you can use:71 use:
1 # List of boards which are permitted to use OF_HAS_PRIOR_STAGE without OF_BOARD
54 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");
35 # Escape single quote for use in echo statements
2 significantly modified from the original. It is for use by the Linux
233 char *use; in sym_check_prop() local265 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()
135 Here are the three classes and when you should use them:503 """Create an empty device tree ready for use752 # Now we can use it as a real device tree765 size_hint: A hint as to the initial size to use857 finish it. You can also use the context manager as shown in the FdtSw952 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 16 milliseconds