Searched refs:bus_type (Results 26 - 50 of 176) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Ddma-mapping.h16 extern struct bus_type pci_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dio/
H A Ddio-driver.c126 struct bus_type dio_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsuperhyway.h48 extern struct bus_type superhyway_bus_type;
H A Dtc.h122 extern struct bus_type tc_bus_type;
H A Dmaple.h7 extern struct bus_type maple_bus_type;
H A Dvlynq.h99 extern struct bus_type vlynq_bus_type;
H A Dmca.h126 extern struct bus_type mca_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/uwb/
H A Dumc.h100 extern struct bus_type umc_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dlm.c43 static struct bus_type lm_bustype = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio-driver.c199 struct bus_type rio_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice.h136 extern struct bus_type ccw_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmacio.h7 extern struct bus_type macio_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_priv.h135 extern struct bus_type scsi_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/zorro/
H A Dzorro-driver.c164 struct bus_type zorro_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_core.h168 extern struct bus_type ieee1394_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dad193x.c326 static int ad193x_bus_probe(struct device *dev, void *ctrl_data, int bus_type) argument
362 if (bus_type == SND_SOC_I2C)
363 ret = snd_soc_codec_set_cache_io(codec, 8, 8, bus_type);
365 ret = snd_soc_codec_set_cache_io(codec, 16, 8, bus_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcmd640.c721 const char *bus_type, *port2; local
726 bus_type = "VLB";
732 bus_type = "PCI (type1)";
734 bus_type = "PCI (type2)";
782 "\n", 'a' + cmd640_chip_version - 1, bus_type, cfr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dap_bus.c119 static struct bus_type ap_bus_type;
718 static struct bus_type ap_bus_type = {
813 static ssize_t ap_domain_show(struct bus_type *bus, char *buf)
820 static ssize_t ap_config_time_show(struct bus_type *bus, char *buf)
825 static ssize_t ap_interrupts_show(struct bus_type *bus, char *buf)
833 static ssize_t ap_config_time_store(struct bus_type *bus,
851 static ssize_t ap_poll_thread_show(struct bus_type *bus, char *buf)
856 static ssize_t ap_poll_thread_store(struct bus_type *bus,
875 static ssize_t poll_timeout_show(struct bus_type *bus, char *buf)
880 static ssize_t poll_timeout_store(struct bus_type *bu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dop_model_cell.c284 u32 bus_word, bus_type, count_cycles, polarity, input_control; local
301 bus_type = GET_BUS_TYPE(unit_mask);
336 if ((bus_type == 0) && p->signal_group >= 60)
337 bus_type = 2;
338 if ((bus_type == 1) && p->signal_group >= 50)
339 bus_type = 0;
350 (bus_type << (30 - (2 * i)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Ddevice-init.c136 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB);
207 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB);
912 static int __init ps3_start_probe_thread(enum ps3_bus_type bus_type) argument
922 repo.bus_type = bus_type;
924 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index);
940 "ps3-probe-%u", bus_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c398 if (ioc->bus_type != SAS)
632 if (ioc->bus_type == SAS) {
720 if (ioc->bus_type != FC)
741 if ( ioc->bus_type == SAS ) {
773 } else if (ioc->bus_type == FC) {
797 if (ioc->bus_type == FC)
829 if (ioc->bus_type == SPI) {
899 if ((ioc->bus_type == SPI) &&
1747 switch (ioc->bus_type) {
2160 if (ioc->bus_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mca/
H A Dmca-bus.c72 struct bus_type mca_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-common.h72 flexcop_bus_t bus_type; member in struct:flexcop_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-gpio.c69 struct bus_type bttv_sub_bus_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dcs_internal.h147 extern struct bus_type pcmcia_bus_type;

Completed in 513 milliseconds

12345678