Home
last modified time | relevance | path

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

1234

/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.c134 struct card_info *card; in display_menu() local
143 for (card = video_cards; card < video_cards_end; card++) in display_menu()
144 nmodes += card->nmodes; in display_menu()
156 for (card = video_cards; card < video_cards_end; card++) { in display_menu()
157 mi = card->modes; in display_menu()
158 for (i = 0; i < card->nmodes; i++, mi++) { in display_menu()
173 ch, mode_id, mi->x, resbuf, card->card_name); in display_menu()
/arch/arm/lib/
Decard.S21 @ Purpose: call an expansion card loader to read bytes.
34 @ Purpose: call an expansion card loader to reset the card
/arch/powerpc/platforms/iseries/
Dpci.c135 HvAgentId agent, u8 *phb, char card[4]) in iseries_parse_slot_area()
149 memcpy(card, &map->card_location, 3); in iseries_parse_slot_area()
150 card[3] = 0; in iseries_parse_slot_area()
164 HvAgentId agent, u8 *phb, u8 *frame, char card[4]) in iseries_parse_mfg_area()
189 agent, phb, card); in iseries_parse_mfg_area()
225 HvAgentId agent, u8 *frame, char card[4]) in iseries_parse_vpd()
242 agent, &phb, frame, card); in iseries_parse_vpd()
250 u8 *frame, char card[4]) in iseries_get_location_code()
272 iseries_parse_vpd(bus_vpd, bus_vpd_len, agent, frame, card); in iseries_get_location_code()
292 char card[4]; in iseries_device_information() local
[all …]
/arch/arm/plat-s3c/include/plat/
Dsdhci.h47 struct mmc_card *card);
79 struct mmc_card *card);
/arch/arm/mach-s3c6410/
DKconfig35 # At least some of the SMDK6410s were shipped with the card detect
50 resistors fitted so that the card detects for
59 resistors fitted so that the card detects for
Dsetup-sdhci.c58 struct mmc_card *card) in s3c6410_setup_sdhci0_cfg_card() argument
/arch/cris/arch-v32/drivers/
DKconfig736 string "MMC/SD card detect pin for SPI on sser0"
740 The pin to use for SD/MMC card detect. This pin should be pulled up
741 and grounded when a card is present. If defined as " " (space), no
742 pin is selected. A card must then always be inserted for proper
746 string "MMC/SD card write-protect pin for SPI on sser0"
751 card. If defined as " " (space), the card is considered writable.
775 string "MMC/SD card detect pin for SPI on sser1"
779 The pin to use for SD/MMC card detect. This pin should be pulled up
780 and grounded when a card is present. If defined as " " (space), no
781 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/plat-omap/include/mach/
Deac.h77 struct snd_card *card);
Domap-alsa.h78 struct snd_card *card; member
/arch/arm/mach-footbridge/
DKconfig42 Say Y here if you intend to run this kernel on the EBSA285 card
55 Say Y here if you intend to run this kernel on the EBSA285 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/m68k/
DKconfig96 computer. These are credit-card size devices such as network cards,
507 If you want to use a Multiface III card's serial port in Linux,
516 If you want to use a GVP IO-Extender serial card in Linux, say Y.
524 GVP IO-Extender card, N otherwise.
531 IO-Extender card, N otherwise.
607 If you don't have a VGA card installed and you say Y here, the
/arch/arm/mach-ixp4xx/
DKconfig160 miniPCI slot 0 does not have a card connector soldered to the board
161 miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
/arch/ia64/include/asm/
Dsal.h455 card : 1, member
474 u16 card; member
/arch/xtensa/
DKconfig195 One well known example of this is PCMCIA- or PC-cards, credit-card
/arch/xtensa/configs/
Diss_defconfig87 # PC-card bridges
Dcommon_defconfig96 # PC-card bridges
/arch/arm/mach-at91/
DKconfig320 Enable support for the DataFlash card.
/arch/m32r/configs/
Dmappi.nommu_defconfig158 # PC-card bridges
Dusrv_defconfig164 # PC-card bridges
/arch/arm/configs/
Debsa110_defconfig112 # PC-card bridges
Dlubbock_defconfig124 # PC-card bridges
/arch/sparc/
DKconfig426 If you don't have a graphics card installed and you say Y here, the

1234