Lines Matching +full:per +full:- +full:string
1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * (C) Copyright 2000-2002
13 * print_size() - Print a size with a suffix
16 * xxx GiB, xxx.y GiB, etc as needed; allow for optional trailing string
20 * @suffix String to print after the size
25 * print_freq() - Print a frequency with a suffix
28 * optional trailing string (like "\n")
31 * @suffix String to print after the frequency
36 * print_buffer() - Print data buffer in hex and ascii form
45 * @linelen: Number of values to print per line; specify 0 for default length
51 * display_options() - display the version string / build tag
53 * This displays the U-Boot version string. If a build tag is available this
62 * display_options_get_banner() - Get the U-Boot banner as a string
64 * This returns the U-Boot banner string
67 * @buf: place to put string
68 * @size: Size of buf (string is truncated to fit)