Lines Matching +full:pixel +full:- +full:clock +full:- +full:frequency
1 /* SPDX-License-Identifier: GPL-2.0+ */
10 * bcm2835_power_on_module() - power on an SoC module
13 * @return 0 if OK, -EIO on error
18 * bcm2835_get_mmc_clock() - get the frequency of the MMC clock
20 * @clock_id: ID of clock to get frequency for
21 * @return clock frequency, or -ve on error
26 * bcm2835_get_video_size() - get the current display size
30 * @return 0 if OK, -ve on error
35 * bcm2835_set_video_params() - set the video parameters
40 * @pixel_order: Pixel order to use (BCM2835_MBOX_PIXEL_ORDER_...)
45 * @return 0 if OK, -ve on error