Searched refs:bus_type (Results 51 - 75 of 176) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.h47 unsigned char bus_type; member in struct:ether1_priv
H A Dether3.c789 int bus_type, ret; local
824 bus_type = BUS_UNKNOWN;
832 bus_type = BUS_8;
834 if (bus_type == BUS_UNKNOWN &&
837 bus_type = BUS_16;
839 switch (bus_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/
H A Dvme.h89 extern struct bus_type vme_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.h98 extern struct bus_type usb_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dbus.c158 struct bus_type usb_serial_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/superhyway/
H A Dsuperhyway.c208 struct bus_type superhyway_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Diio.h335 extern struct bus_type iio_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Disa.c86 static struct bus_type isa_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/
H A Dcore.c153 static struct bus_type soundbus_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzorro.h144 extern struct bus_type zorro_bus_type;
H A Dplatform_device.h37 extern struct bus_type platform_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/iucv/
H A Diucv.h82 extern struct bus_type iucv_bus;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Decard.h198 extern struct bus_type ecard_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dlocomo.h161 extern struct bus_type locomo_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c1083 char *bus_type, dma_name[16]; local
1150 bus_type = "PCI";
1155 bus_type = "PCI";
1160 bus_type = "EISA";
1163 bus_type = "ISA";
1166 bus_type = "PCI";
1170 bus_type = "ISA";
1177 name, port_base, bus_type, info.haaval, info.ata);
1184 bus_type);
1191 name, bus_type);
[all...]
H A Dadvansys.c544 ushort bus_type; member in struct:asc_dvc_var
2040 * The second parameter 'bus_type' is currently unused.
2042 #define AdvGetChipVersion(iop_base, bus_type) \
2402 printk(" bus_type %d, init_sdtr 0x%x,\n", h->bus_type,
2783 if (asc_dvc_varp->bus_type & ASC_IS_ISA) {
2784 if ((asc_dvc_varp->bus_type & ASC_IS_ISAPNP) ==
2797 if (asc_dvc_varp->bus_type & ASC_IS_VL) {
2799 } else if (asc_dvc_varp->bus_type & ASC_IS_EISA) {
2801 } else if (asc_dvc_varp->bus_type
9488 AscGetChipBiosAddress(PortAddr iop_base, unsigned short bus_type) argument
9544 AscGetChipVersion(PortAddr iop_base, unsigned short bus_type) argument
9588 AscGetMaxDmaCount(ushort bus_type) argument
9772 AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) argument
9886 AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) argument
9982 AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type) argument
11832 advansys_board_found(struct Scsi_Host *shost, unsigned int iop, int bus_type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dacpi_bus.h297 extern struct bus_type acpi_bus_type;
360 struct bus_type *bus;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c260 unsigned int bus_type; /* expansion bus type (ISA,EISA,PCI) */ member in struct:mgsl_struct
3475 if (info->bus_type == MGSL_BUS_TYPE_PCI) {
3612 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) {
3708 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) {
3790 if (info->buffer_list && info->bus_type != MGSL_BUS_TYPE_PCI)
3823 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) {
3863 if ( info->bus_type != MGSL_BUS_TYPE_PCI )
4088 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) {
4249 if ( info->bus_type == MGSL_BUS_TYPE_PCI ) {
4400 info->bus_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c512 struct bus_type *bus = dss_get_bus();
542 struct bus_type *bus = dss_get_bus();
559 struct bus_type *bus = dss_get_bus();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.c268 if (ioc->bus_type == SAS)
307 if (ioc->bus_type == SAS)
353 (ioc->bus_type == FC))
367 switch (ioc->bus_type) {
487 if (ioc->bus_type == SAS) {
1302 if (ioc->bus_type == SAS)
1304 else if (ioc->bus_type == FC)
2555 if ((ioc->bus_type == SAS) || (ioc->bus_type == FC))
2705 if ((ioc->bus_type
[all...]
H A Dmptbase.c359 } else if (ioc->bus_type == SAS && ioc->sas_discovery_quiesce_io) {
486 if (ioc->bus_type == FC)
488 else if (ioc->bus_type == SPI)
490 else if (ioc->bus_type == SAS)
1830 ioc->bus_type = FC;
1848 ioc->bus_type = FC;
1858 ioc->bus_type = FC;
1872 ioc->bus_type = SPI;
1878 ioc->bus_type = SAS;
1884 ioc->bus_type
7950 u32 bus_type:4; member in struct:loginfo_type::__anon12315
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Ddriver.c210 struct bus_type pnp_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Ddriver.c62 struct bus_type i2o_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dmcp-core.c77 static struct bus_type mcp_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dbus.c145 static struct bus_type mmc_bus_type = {

Completed in 396 milliseconds

12345678