Home
last modified time | relevance | path

Searched refs:card (Results 1 – 25 of 33) sorted by relevance

12

/arch/x86/boot/
Dvideo-mode.c35 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 …]
Dvideo.c137 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/lib/
Decard.S20 @ Purpose: call an expansion card loader to read bytes.
33 @ Purpose: call an expansion card loader to reset the card
/arch/arm/mach-davinci/
DKconfig144 The presence of UI card on the DA830/OMAP-L137/AM17x EVM is
147 menu has an effect only in case of a successful UI card detection.
173 The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x
175 based GPIO expander on that card. This option selected in this
176 menu has an effect only in case of a successful UI card detection.
182 to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card
188 EVM. This PHY is found on the UI daughter card that is supplied with
199 The wl1271 daughter card for AM18x EVMs is a combo wireless
200 connectivity add-on card, based on the LS Research TiWi module with
202 Say Y if you want to use a wl1271 expansion card connected to the
/arch/arm/mach-omap2/
Dboard-omap3pandora.c260 static void pandora_wl1251_init_card(struct mmc_card *card) in pandora_wl1251_init_card() argument
266 card->quirks |= MMC_QUIRK_NONSTD_SDIO; in pandora_wl1251_init_card()
267 card->cccr.wide_bus = 1; in pandora_wl1251_init_card()
268 card->cis.vendor = 0x104c; in pandora_wl1251_init_card()
269 card->cis.device = 0x9066; in pandora_wl1251_init_card()
270 card->cis.blksize = 512; in pandora_wl1251_init_card()
271 card->cis.max_dtr = 20000000; in pandora_wl1251_init_card()
Dhsmmc.h35 void (*init_card)(struct mmc_card *card);
/arch/arm/mach-msm/include/mach/
Dmmc.h27 void (*init_card)(struct mmc_card *card);
/arch/cris/arch-v32/drivers/
DKconfig721 string "MMC/SD card detect pin for SPI on sser0"
725 The pin to use for SD/MMC card detect. This pin should be pulled up
726 and grounded when a card is present. If defined as " " (space), no
727 pin is selected. A card must then always be inserted for proper
731 string "MMC/SD card write-protect pin for SPI on sser0"
736 card. If defined as " " (space), the card is considered writable.
760 string "MMC/SD card detect pin for SPI on sser1"
764 The pin to use for SD/MMC card detect. This pin should be pulled up
765 and grounded when a card is present. If defined as " " (space), no
766 pin is selected. A card must then always be inserted for proper
[all …]
/arch/arm/mach-ixp2000/
DKconfig16 ENP2611 PCI network processing card. For more information on
17 this card, see <file:Documentation/arm/IXP2000>.
/arch/arm/mach-s3c64xx/
DKconfig169 # At least some of the SMDK6410s were shipped with the card detect
184 resistors fitted so that the card detects for
193 resistors fitted so that the card detects for
199 bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
217 bool "Support Wolfson Microelectronics 1192-EV1 PMIC card"
/arch/arm/boot/dts/
Dimx53-smd.dts38 fsl,card-wired;
79 fsl,card-wired;
Dimx6q-arm2.dts44 fsl,card-wired;
/arch/arm/mach-footbridge/
DKconfig44 Say Y here if you intend to run this kernel on the EBSA285 card
57 Say Y here if you intend to run this kernel on the EBSA285 card
/arch/powerpc/platforms/powermac/
DKconfig28 of powermacs that have a socket for an upgradeable cpu card,
/arch/avr32/boards/atstk1000/
DKconfig31 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
/arch/arm/plat-omap/include/plat/
Dmmc.h148 void (*init_card)(struct mmc_card *card);
/arch/unicore32/configs/
Dunicore32_defconfig142 # Sound card support
/arch/powerpc/boot/dts/
Dxpedite5200.dts88 /* On-card I2C */
144 /* Off-card I2C */
Dxpedite5200_xmon.dts92 /* On-card I2C */
148 /* Off-card I2C */
/arch/ia64/include/asm/
Dsal.h454 card : 1, member
473 u16 card; member
/arch/arm/mach-ixp4xx/
DKconfig174 miniPCI slot 0 does not have a card connector soldered to the board
175 miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
/arch/x86/platform/ce4100/
Dfalconfalls.dts276 smard-card@b,3 {
/arch/xtensa/
DKconfig181 One well known example of this is PCMCIA- or PC-cards, credit-card
/arch/sh/boards/mach-se/7724/
Dsetup.c309 .card = "FSIA-AK4642",
/arch/xtensa/configs/
Dcommon_defconfig96 # PC-card bridges

12