/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | Kconfig | 12 EG20T PCH is the platform controller hub that is used in Intel's 13 general embedded platform. EG20T PCH has Gigabit Ethernet interface.
|
/drivers/sfi/ |
H A D | Kconfig | 9 for platform firmware to pass information to the operating system 12 based on the 2nd generation Intel Atom processor platform,
|
/drivers/misc/lis3lv02d/ |
H A D | Kconfig | 13 /sys/devices/platform/lis3lv02d. 30 /sys/devices/platform/lis3lv02d.
|
/drivers/of/ |
H A D | Makefile | 6 obj-$(CONFIG_OF_DEVICE) += device.o platform.o
|
/drivers/media/video/davinci/ |
H A D | vpss.c | 18 * common vpss system module platform driver for all video drivers. 86 * vpss operations. Depends on platform. Not all functions are available 104 enum vpss_platform_type platform; member in struct:vpss_oper_config 367 dev_err(&pdev->dev, "no platform data\n"); 373 oper_cfg.platform = DM355; 375 oper_cfg.platform = DM365; 377 oper_cfg.platform = DM644X; 380 " this platform\n"); 399 if (oper_cfg.platform == DM355 || oper_cfg.platform [all...] |
/drivers/media/dvb/frontends/ |
H A D | dib9000.c | 96 } platform; member in struct:dib9000_state 241 if (state->platform.risc.fw_is_running && (reg < 1024)) 325 if (state->platform.risc.fw_is_running && (reg < 1024)) { 430 state->platform.risc.memcmd = -1; /* if it was called directly reset it - to force a future setup-call to set it */ 435 struct dib9000_fe_memory_map *m = &state->platform.risc.fe_mm[cmd & 0x7f]; 437 if (state->platform.risc.memcmd == cmd && /* same command */ 441 state->platform.risc.memcmd = cmd; 446 if (!state->platform.risc.fw_is_running) 449 DibAcquireLock(&state->platform.risc.mem_lock); 452 DibReleaseLock(&state->platform [all...] |
/drivers/base/ |
H A D | Makefile | 4 driver.o class.o platform.o \
|
/drivers/xen/ |
H A D | Makefile | 17 obj-$(CONFIG_XEN_PVHVM) += platform-pci.o
|
/drivers/mmc/host/ |
H A D | Kconfig | 13 platform with a Multimedia Card slot, say Y or M here. 22 If you have a PXA(R) platform with a Multimedia Card slot, 85 tristate "SDHCI platform and OF driver helper" 89 Host Controller Interface based platform and OF drivers. 159 tristate "SDHCI platform support for the Tegra SD/MMC Controller" 165 platform with SD or MMC devices, say Y or M here. 192 If you have a MMP2 platform with SD Host Controller 205 If you have a PXA9XX platform with SD Host Controller 211 tristate "SDHCI support on ST SPEAr platform" 269 If you have a Alchemy platform wit [all...] |
/drivers/pps/clients/ |
H A D | Kconfig | 37 GPIO. To be useful you must also register a platform device
|
/drivers/i2c/busses/ |
H A D | Makefile | 36 obj-$(CONFIG_I2C_DESIGNWARE_PLATFORM) += i2c-designware-platform.o 37 i2c-designware-platform-objs := i2c-designware-platdrv.o i2c-designware-core.o 55 obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
|
/drivers/platform/x86/ |
H A D | intel_scu_ipc.c | 79 static int platform; /* Platform type */ variable 177 if (platform != MRST_CPU_CHIP_PENWELL) { 219 if (platform != MRST_CPU_CHIP_PENWELL) { 746 platform = mrst_identify_cpu(); 747 if (platform == 0)
|
/drivers/net/can/sja1000/ |
H A D | sja1000.h | 50 #include <linux/can/platform/sja1000.h>
|
H A D | sja1000_platform.c | 28 #include <linux/can/platform/sja1000.h> 36 MODULE_DESCRIPTION("Socket-CAN driver for SJA1000 on the platform bus"); 80 dev_err(&pdev->dev, "No platform data provided!\n");
|
/drivers/dma/ |
H A D | coh901318.c | 56 struct coh901318_platform *platform; member in struct:coh901318_base 132 for (i = 0; i < debugfs_dma_base->platform->max_channels; i++) 203 return cohc->base->platform->chan_conf[cohc->id].dev_addr; 209 return &cohc->base->platform->chan_conf[cohc->id].param; 215 return &cohc->base->platform->chan_conf[cohc->id]; 229 cohc->base->platform->access_memory_state(cohc->base->dev, 244 cohc->base->platform->access_memory_state(cohc->base->dev, 620 p = &cohc->base->platform->chan_conf[channel].param; 774 * so check your platform config for lli chain ctrl. 1074 * cleared in the default config from the platform [all...] |
H A D | Kconfig | 206 Select if your platform has one or more PL330 DMACs. 207 You need to provide platform specific settings via 277 memcpy, memset, xor, and raid6 p+q operations. If your platform has
|
/drivers/mtd/nand/ |
H A D | s3c2410.c | 81 * @set: The platform information supplied for this set of NAND chips. 110 * @platform: The platform data for this board. 111 * @device: The platform device we bound to. 127 struct s3c2410_platform_nand *platform; member in struct:s3c2410_nand_info 236 * Given the information supplied by the platform, calculate and set 242 struct s3c2410_platform_nand *plat = info->platform; 353 * platform specific selection code is called to route nFCE to the specific 379 if (info->platform != NULL) { 380 if (info->platform [all...] |
H A D | bf5xx_nand.c | 149 /* platform info */ 150 struct bf5xx_nand_platform *platform; member in struct:bf5xx_nand_info 625 struct bf5xx_nand_platform *plat = info->platform; 662 struct mtd_partition *parts = info->platform->partitions; 663 int nr = info->platform->nr_partitions; 735 dev_err(&pdev->dev, "no platform specific information\n"); 757 info->platform = plat; 892 MODULE_ALIAS("platform:" DRV_NAME);
|
/drivers/video/backlight/ |
H A D | Kconfig | 21 Some framebuffer devices connect to platform-specific LCD modules 22 in order to have a platform-specific way to control the flat panel 86 This driver provides a platform-device registered LCD power 163 AVR32 devices. This driver will need additional platform data to know 183 Say y to enable the generic platform backlight driver previously
|
/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 84 dev_err(&pdev->dev, "no platform data specified\n"); 189 MODULE_DEVICE_TABLE(platform, ath9k_platform_id_table);
|
/drivers/pcmcia/ |
H A D | pxa2xx_viper.c | 220 MODULE_DEVICE_TABLE(platform, viper_pcmcia_id_table);
|
/drivers/staging/iio/adc/ |
H A D | ad7606_par.c | 163 MODULE_DEVICE_TABLE(platform, ad7606_driver_ids);
|
/drivers/usb/host/ |
H A D | ehci-ath79.c | 44 MODULE_DEVICE_TABLE(platform, ehci_ath79_id_table);
|
/drivers/ |
H A D | Makefile | 122 obj-y += platform/
|
/drivers/net/phy/ |
H A D | Kconfig | 99 Adds the platform "fixed" MDIO Bus to cover the boards that use
|