/arch/x86/boot/ |
D | video-mode.c | 35 struct card_info *card; in probe_cards() local 43 for (card = video_cards; card < video_cards_end; card++) { in probe_cards() 44 if (card->unsafe == unsafe) { in probe_cards() 45 if (card->probe) in probe_cards() 46 card->nmodes = card->probe(); in probe_cards() 48 card->nmodes = 0; in probe_cards() 56 struct card_info *card; in mode_defined() local 60 for (card = video_cards; card < video_cards_end; card++) { in mode_defined() 61 mi = card->modes; in mode_defined() 62 for (i = 0; i < card->nmodes; i++, mi++) { in mode_defined() [all …]
|
D | video.c | 137 struct card_info *card; in display_menu() local 146 for (card = video_cards; card < video_cards_end; card++) in display_menu() 147 nmodes += card->nmodes; in display_menu() 159 for (card = video_cards; card < video_cards_end; card++) { in display_menu() 160 mi = card->modes; in display_menu() 161 for (i = 0; i < card->nmodes; i++, mi++) { in display_menu() 176 ch, mode_id, mi->x, resbuf, card->card_name); in display_menu()
|
/arch/arm/boot/dts/ |
D | kirkwood-openrd-client.dts | 35 compatible = "simple-audio-card"; 36 simple-audio-card,format = "i2s"; 37 simple-audio-card,mclk-fs = <256>; 39 simple-audio-card,cpu { 43 simple-audio-card,codec {
|
D | da850-evm.dts | 148 compatible = "simple-audio-card"; 149 simple-audio-card,name = "DA850/OMAP-L138 EVM"; 150 simple-audio-card,widgets = 153 simple-audio-card,routing = 158 simple-audio-card,format = "dsp_b"; 159 simple-audio-card,bitclock-master = <&link0_codec>; 160 simple-audio-card,frame-master = <&link0_codec>; 161 simple-audio-card,bitclock-inversion; 163 simple-audio-card,cpu { 168 link0_codec: simple-audio-card,codec {
|
D | kirkwood-t5325.dts | 191 compatible = "simple-audio-card"; 192 simple-audio-card,format = "i2s"; 193 simple-audio-card,routing = 200 simple-audio-card,widgets = 205 simple-audio-card,mclk-fs = <256>; 207 simple-audio-card,cpu { 211 simple-audio-card,codec {
|
D | vf610-twr.dts | 63 compatible = "simple-audio-card"; 64 simple-audio-card,format = "i2s"; 65 simple-audio-card,widgets = 70 simple-audio-card,routing = 77 simple-audio-card,cpu { 83 simple-audio-card,codec {
|
D | exynos5410-smdk5410.dts | 45 card-detect-delay = <200>; 56 card-detect-delay = <200>;
|
D | dove-cubox-es.dts | 9 /* sdio0 card detect is connected to wrong pin on CuBox ES */
|
D | exynos5260-xyref5260.dts | 74 card-detect-delay = <200>; 87 card-detect-delay = <200>;
|
D | r8a7740-armadillo800eva.dts | 151 compatible = "simple-audio-card"; 153 simple-audio-card,format = "i2s"; 155 simple-audio-card,cpu { 160 simple-audio-card,codec {
|
D | qcom-msm8960-cdp.dts | 24 /* External micro SD card */
|
D | qcom-apq8064-ifc6410.dts | 49 /* External micro SD card */
|
D | qcom-apq8064-cm-qs600.dts | 49 /* External micro SD card */
|
D | sh73a0-kzm9g-reference.dts | 162 compatible = "simple-audio-card"; 163 simple-audio-card,format = "left_j"; 164 simple-audio-card,cpu { 167 simple-audio-card,codec {
|
D | qcom-msm8660-surf.dts | 24 /* External micro SD card */
|
D | omap3-cm-t3530.dts | 47 cap-power-off-card;
|
/arch/arm/lib/ |
D | ecard.S | 20 @ Purpose: call an expansion card loader to read bytes. 33 @ Purpose: call an expansion card loader to reset the card
|
/arch/arm/mach-omap2/ |
D | board-omap3pandora.c | 251 static void pandora_wl1251_init_card(struct mmc_card *card) in pandora_wl1251_init_card() argument 257 card->quirks |= MMC_QUIRK_NONSTD_SDIO; in pandora_wl1251_init_card() 258 card->cccr.wide_bus = 1; in pandora_wl1251_init_card() 259 card->cis.vendor = 0x104c; in pandora_wl1251_init_card() 260 card->cis.device = 0x9066; in pandora_wl1251_init_card() 261 card->cis.blksize = 512; in pandora_wl1251_init_card() 262 card->cis.max_dtr = 20000000; in pandora_wl1251_init_card()
|
D | hsmmc.h | 35 void (*init_card)(struct mmc_card *card);
|
/arch/arm/mach-davinci/ |
D | Kconfig | 143 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is 146 menu has an effect only in case of a successful UI card detection. 172 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x 174 based GPIO expander on that card. This option selected in this 175 menu has an effect only in case of a successful UI card detection. 181 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card 187 EVM. This PHY is found on the UI daughter card that is supplied with 197 UI daughter card that is supplied with the EVM.
|
/arch/arm/mach-shmobile/ |
D | board-bockw.c | 467 .card = "SSI56-AK4643", 482 .card = "SSI3-AK4554(playback)", 496 .card = "SSI4-AK4554(capture)", 510 .card = "SSI7-AK4554(playback)", 524 .card = "SSI8-AK4554(capture)",
|
/arch/arm/mach-s3c64xx/ |
D | Kconfig | 160 # At least some of the SMDK6410s were shipped with the card detect 175 resistors fitted so that the card detects for 184 resistors fitted so that the card detects for 190 bool "Support Wolfson Microelectronics 1190-EV1 PMIC card" 204 bool "Support Wolfson Microelectronics 1192-EV1 PMIC card"
|
/arch/powerpc/platforms/powermac/ |
D | Kconfig | 28 of powermacs that have a socket for an upgradeable cpu card,
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 44 Say Y here if you intend to run this kernel on the EBSA285 card 58 Say Y here if you intend to run this kernel on the EBSA285 card
|
/arch/avr32/boards/atstk1000/ |
D | Kconfig | 31 You will normally leave the jumpers on the CPU card at their 57 To use the camera interface you'll need a custom card (on the
|