Home
last modified time | relevance | path

Searched refs:companion (Results 1 – 25 of 40) sorted by relevance

12

/linux-2.6.39/drivers/usb/core/
Dhcd-pci.c59 struct pci_dev *companion; in companion_common() local
67 companion = NULL; in companion_common()
68 for_each_pci_dev(companion) { in companion_common()
69 if (companion->bus != pdev->bus || in companion_common()
70 PCI_SLOT(companion->devfn) != slot) in companion_common()
73 companion_hcd = pci_get_drvdata(companion); in companion_common()
86 companion->class == CL_EHCI) { in companion_common()
88 dev_dbg(&companion->dev, "HS companion for %s\n", in companion_common()
93 (companion->class == CL_OHCI || in companion_common()
94 companion->class == CL_UHCI)) { in companion_common()
[all …]
/linux-2.6.39/arch/sh/cchips/
DKconfig12 bool "Hitachi HD64461 companion chip support"
42 via the HD64461 companion chip.
/linux-2.6.39/drivers/mfd/
D88pm860x-core.c280 i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_irq()
309 i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_irq_sync_unlock()
369 : chip->companion; in device_gpadc_init()
416 : chip->companion; in device_irq_init()
790 if (chip->companion) { in pm860x_device_init()
793 device_bk_init(chip, chip->companion, pdata); in pm860x_device_init()
794 device_led_init(chip, chip->companion, pdata); in pm860x_device_init()
797 device_8607_init(chip, chip->companion, pdata); in pm860x_device_init()
D88pm860x-i2c.c291 chip->companion = i2c_new_dummy(chip->client->adapter, in pm860x_probe()
293 i2c_set_clientdata(chip->companion, chip); in pm860x_probe()
305 i2c_unregister_device(chip->companion); in pm860x_remove()
/linux-2.6.39/drivers/staging/cs5535_gpio/
DKconfig9 CS5536 Geode companion devices.
/linux-2.6.39/fs/fuse/
DKconfig7 There's also companion library: libfuse. This library along with
/linux-2.6.39/arch/sh/tools/
Dmach-types15 # List of companion chips / MFDs.
/linux-2.6.39/Documentation/i2c/busses/
Dscx200_acb21 SC1100 processors and the CS5535 and CS5536 Geode companion devices.
/linux-2.6.39/drivers/input/misc/
D88pm860x_onkey.c75 info->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_onkey_probe()
/linux-2.6.39/Documentation/usb/
Dehci.txt15 into an EHCI controller, they are given to a USB 1.1 "companion"
72 The EHCI root hub code hands off USB 1.1 devices to its companion
97 You should also have a driver for a "companion controller", such as
99 remove its module and then the driver for that companion controller will
/linux-2.6.39/include/linux/mfd/
D88pm860x.h303 struct i2c_client *companion; /* companion chip client */ member
/linux-2.6.39/drivers/leds/
Dleds-88pm860x.c199 data->i2c = (chip->id == CHIP_PM8606) ? chip->client : chip->companion; in pm860x_led_probe()
/linux-2.6.39/Documentation/sh/
Dnew-machine.txt19 companion chip type, and CPU type. Looking at a tree view of this directory
44 Next, for companion chips:
53 ... and so on. Headers for the companion chips are treated the same way as
/linux-2.6.39/drivers/video/backlight/
D88pm860x_bl.c200 : chip->companion; in pm860x_backlight_probe()
/linux-2.6.39/drivers/input/touchscreen/
D88pm860x-ts.c161 touch->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_touch_probe()
/linux-2.6.39/Documentation/
DSM501.txt6 The Silicon Motion SM501 multimedia companion chip is a multifunction device
/linux-2.6.39/drivers/ata/
DKconfig369 companion chip used with the MediaGX/Geode processor family.
378 companion chip used with the MediaGX/Geode processor family.
387 companion chip used with the Geode processor family.
396 companion chip used with the Geode LX processor family.
614 companion chip used with the Geode processor family.
/linux-2.6.39/drivers/regulator/
D88pm8607.c424 info->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm8607_regulator_probe()
DKconfig133 this family of companion chips.
/linux-2.6.39/drivers/misc/
DKconfig241 CS5536 companion chips that are found in AMD Geode and several
263 timer(s) in the CS5535 and CS5536 companion chips.
472 ML7213 is companion chip for Intel Atom E6xx series.
/linux-2.6.39/drivers/usb/host/
DKconfig49 EHCI controllers are packaged with "companion" host controllers (OHCI
52 connect to a companion controller. If you configure EHCI, you should
67 transaction translators, so that no OHCI or UHCI companion
/linux-2.6.39/Documentation/frv/
Dbooting.txt179 This option configures the MB93493 companion chip visual display
/linux-2.6.39/drivers/dma/
DKconfig211 ML7213 is companion chip for Intel Atom E6xx series.
/linux-2.6.39/drivers/mtd/nand/
DKconfig336 tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
339 The CS553x companion chips for the AMD Geode processor
/linux-2.6.39/drivers/edac/
DKconfig282 a companion chip to the PowerPC 970 family of

12