Searched refs:platform (Results 1 - 25 of 91) sorted by relevance

1234

/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig12 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 DKconfig9 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 DKconfig13 /sys/devices/platform/lis3lv02d.
30 /sys/devices/platform/lis3lv02d.
/drivers/of/
H A DMakefile6 obj-$(CONFIG_OF_DEVICE) += device.o platform.o
/drivers/media/dvb/frontends/
H A Ddib9000.c96 } 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 if (DibAcquireLock(&state->platform.risc.mem_lock) < 0) {
455 DibReleaseLock(&state->platform
[all...]
/drivers/media/video/davinci/
H A Dvpss.c18 * 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/base/
H A DMakefile4 driver.o class.o platform.o \
/drivers/xen/
H A DMakefile17 obj-$(CONFIG_XEN_PVHVM) += platform-pci.o
/drivers/mmc/host/
H A DKconfig13 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 DKconfig37 GPIO. To be useful you must also register a platform device
/drivers/i2c/busses/
H A DMakefile36 obj-$(CONFIG_I2C_DESIGNWARE_PLATFORM) += i2c-designware-platform.o
37 i2c-designware-platform-objs := i2c-designware-platdrv.o i2c-designware-core.o
56 obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
/drivers/platform/x86/
H A Dintel_scu_ipc.c79 static int platform; /* Platform type */ variable
582 platform = mrst_identify_cpu();
583 if (platform == 0)
/drivers/net/can/sja1000/
H A Dsja1000.h50 #include <linux/can/platform/sja1000.h>
H A Dsja1000_platform.c28 #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/pcmcia/
H A Dpxa2xx_viper.c182 MODULE_DEVICE_TABLE(platform, viper_pcmcia_id_table);
/drivers/dma/
H A Dcoh901318.c57 struct coh901318_platform *platform; member in struct:coh901318_base
125 for (i = 0; i < debugfs_dma_base->platform->max_channels; i++)
196 return cohc->base->platform->chan_conf[cohc->id].dev_addr;
202 return &cohc->base->platform->chan_conf[cohc->id].param;
208 return &cohc->base->platform->chan_conf[cohc->id];
222 cohc->base->platform->access_memory_state(cohc->base->dev,
237 cohc->base->platform->access_memory_state(cohc->base->dev,
599 p = &cohc->base->platform->chan_conf[channel].param;
753 * so check your platform config for lli chain ctrl.
1053 * cleared in the default config from the platform
[all...]
/drivers/mtd/nand/
H A Ds3c2410.c81 * @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 Dbf5xx_nand.c149 /* 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;
737 dev_err(&pdev->dev, "no platform specific information\n");
759 info->platform = plat;
894 MODULE_ALIAS("platform:" DRV_NAME);
/drivers/video/backlight/
H A DKconfig21 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 Dahb.c84 dev_err(&pdev->dev, "no platform data specified\n");
189 MODULE_DEVICE_TABLE(platform, ath9k_platform_id_table);
/drivers/staging/iio/adc/
H A Dad7606_par.c163 MODULE_DEVICE_TABLE(platform, ad7606_driver_ids);
/drivers/usb/host/
H A Dehci-platform.c2 * Generic platform ehci driver
176 { "ehci-platform", 0 },
179 MODULE_DEVICE_TABLE(platform, ehci_platform_table);
193 .name = "ehci-platform",
H A Dohci-platform.c2 * Generic platform ohci driver
174 { "ohci-platform", 0 },
177 MODULE_DEVICE_TABLE(platform, ohci_platform_table);
191 .name = "ohci-platform",
/drivers/watchdog/
H A Dmax63xx_wdt.c227 MODULE_DEVICE_TABLE(platform, max63xx_id_table);
/drivers/
H A DMakefile122 obj-y += platform/

Completed in 3218 milliseconds

1234