Lines Matching +full:sd +full:- +full:modulator
1 /* SPDX-License-Identifier: GPL-2.0+ */
12 /* TODO(sjg@chromium.org): this could be compile-time generated */
29 /* U-Boot uclasses start here - in alphabetical order */
30 UCLASS_ADC, /* Analog-to-digital converter */
46 UCLASS_GPIO, /* Bank of general-purpose I/O pins */
56 UCLASS_LED, /* Light-emitting diode (LED) */
62 UCLASS_MMC, /* SD / MMC card or chip */
65 UCLASS_NOP, /* No-op devices */
78 UCLASS_PWM, /* Pulse-width modulator */
107 UCLASS_VIDEO_OSD, /* On-screen display */
109 UCLASS_W1, /* Dallas 1-Wire bus */
110 UCLASS_W1_EEPROM, /* one-wire EEPROMs */
114 UCLASS_INVALID = -1,