Searched refs:bridge (Results 51 - 75 of 136) sorted by relevance

123456

/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.h100 u8 bridge; member in struct:sd
/drivers/media/usb/gspca/
H A Dsunplus.c41 u8 bridge; member in struct:sd
455 switch (sd->bridge) {
530 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f0 : 0x21a7;
539 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f1 : 0x21a8;
548 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f6 : 0x21ae;
557 switch (sd->bridge) {
588 sd->bridge = id->driver_info >> 8;
598 break; /* (right bridge/subtype) */
600 sd->bridge = BRIDGE_SPCA504B;
608 switch (sd->bridge) {
[all...]
H A Dsonixb.c43 use a clock generated by the bridge. Some sensors have their own clock.
75 __u8 bridge; /* Type of bridge */ member in struct:sd
118 #define SENS(bridge, sensor, _flags, _sensor_addr) \
120 .bridge_init = bridge, \
380 to set it lower, but for some reason the bridge starts missing
674 if (sd->bridge == BRIDGE_103) {
751 unstable (the bridge goes into a higher compression mode
936 sd->bridge = id->driver_info & 0xff;
1042 if (sd->bridge
[all...]
H A Dov519.c82 char bridge; member in struct:sd
2045 switch (sd->bridge) {
2094 switch (sd->bridge) {
2409 switch (sd->bridge) {
2444 switch (sd->bridge) {
2498 switch (sd->bridge) {
2533 switch (sd->bridge) {
2603 switch (sd->bridge) {
2648 if (sd->bridge != BRIDGE_OVFX2) {
2850 switch (sd->bridge) {
[all...]
/drivers/video/fbdev/nvidia/
H A Dnv_of.c23 #include <asm/pci-bridge.h>
/drivers/ata/
H A Dpata_pdc202xx_old.c353 struct pci_dev *bridge = dev->bus->self; local
355 if (bridge && bridge->vendor == PCI_VENDOR_ID_INTEL) {
356 if (bridge->device == PCI_DEVICE_ID_INTEL_I960)
358 if (bridge->device == PCI_DEVICE_ID_INTEL_I960RM)
/drivers/ide/
H A Dpdc202xx_old.c311 struct pci_dev *bridge = dev->bus->self; local
313 if (bridge &&
314 bridge->vendor == PCI_VENDOR_ID_INTEL &&
315 (bridge->device == PCI_DEVICE_ID_INTEL_I960 ||
316 bridge->device == PCI_DEVICE_ID_INTEL_I960RM)) {
/drivers/misc/
H A Dvexpress-syscfg.c283 struct device *bridge; local
301 bridge = vexpress_config_bridge_register(pdev->dev.parent,
303 if (IS_ERR(bridge))
304 return PTR_ERR(bridge);
308 vexpress_syscfg_bridge = bridge;
/drivers/pci/
H A Dpci-acpi.c331 * @dev: PCI root bridge ACPI device.
457 if (bus->bridge)
458 acpi_pm_device_sleep_wake(bus->bridge, enable);
473 struct pci_dev *bridge = bus->self; local
475 if (bridge->pme_interrupt)
477 if (!acpi_pm_device_run_wake(&bridge->dev, enable))
483 if (bus->bridge)
484 acpi_pm_device_run_wake(bus->bridge, enable);
515 if (acpi_pci_disabled || !bus->bridge)
524 if (acpi_pci_disabled || !bus->bridge)
[all...]
H A Dpci.c26 #include <asm-generic/pci-bridge.h>
429 * If we're below a transparent bridge, there may
729 * devices powered on/off by corresponding bridge,
730 * because have already delayed for the bridge.
735 * When powering on a bridge from D3cold, the
783 /* Power off the bridge may power off the whole hierarchy */
816 * If the device or the parent bridge do not support PCI PM,
1199 struct pci_dev *bridge; local
1207 bridge = pci_upstream_bridge(dev);
1208 if (bridge)
1247 struct pci_dev *bridge; local
1269 struct pci_dev *bridge; local
1669 struct pci_dev *bridge; local
1989 struct pci_dev *bridge = bus->self; local
2199 struct pci_dev *bridge; local
2435 pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge) argument
4221 struct pci_dev *bridge; local
[all...]
H A DMakefile5 obj-y += access.o bus.o probe.o host-bridge.o remove.o pci.o \
/drivers/pci/host/
H A Dpci-keystone.c51 struct pci_dev *bridge = bus->self; local
65 /* look for the host bridge */
67 bridge = bus->self;
71 if (bridge) {
78 if (pci_match_id(rc_pci_devids, bridge)) {
/drivers/pci/hotplug/
H A Drpaphp_pci.c28 #include <asm/pci-bridge.h>
H A Dacpiphp.h62 * struct acpiphp_bridge - PCI bridge information
64 * for each bridge device in ACPI namespace
75 /* This bus (host bridge) or Secondary bus (PCI-to-PCI bridge) */
78 /* PCI-to-PCI bridge device */
121 struct acpiphp_bridge *bridge; member in struct:acpiphp_context
/drivers/char/agp/
H A Dalpha-agp.c73 static void alpha_core_agp_enable(struct agp_bridge_data *bridge, u32 mode) argument
75 alpha_agp_info *agp = bridge->dev_private_data;
77 agp->mode.lw = agp_collect_device_status(bridge, mode,
H A Dintel-gtt.c137 static void intel_fake_agp_enable(struct agp_bridge_data *bridge, u32 mode) argument
806 static int intel_fake_agp_create_gatt_table(struct agp_bridge_data *bridge) argument
815 static int intel_fake_agp_free_gatt_table(struct agp_bridge_data *bridge) argument
1349 struct agp_bridge_data *bridge)
1386 if (bridge) {
1387 bridge->driver = &intel_fake_agp_driver;
1388 bridge->dev_private_data = &intel_private;
1389 bridge->dev = bridge_pdev;
1348 intel_gmch_probe(struct pci_dev *bridge_pdev, struct pci_dev *gpu_pdev, struct agp_bridge_data *bridge) argument
/drivers/gpu/drm/exynos/
H A Dexynos_dp_core.c31 #include <drm/bridge/ptn3460.h>
991 static bool find_bridge(const char *compat, struct bridge_init *bridge) argument
993 bridge->client = NULL;
994 bridge->node = of_find_compatible_node(NULL, NULL, compat);
995 if (!bridge->node)
998 bridge->client = of_find_i2c_device_by_node(bridge->node);
999 if (!bridge->client)
1009 struct bridge_init bridge; local
1012 if (find_bridge("nxp,ptn3460", &bridge)) {
[all...]
/drivers/xen/
H A Dpci.c70 if (!handle && pci_dev->bus->bridge)
71 handle = ACPI_HANDLE(pci_dev->bus->bridge);
74 handle = ACPI_HANDLE(physfn->bus->bridge);
/drivers/zorro/
H A Dzorro.c113 struct platform_device *bridge, struct zorro_dev *z)
117 for (i = 0; i < bridge->num_resources; i++) {
118 struct resource *r = &bridge->resource[i];
112 zorro_find_parent_resource( struct platform_device *bridge, struct zorro_dev *z) argument
/drivers/gpu/vga/
H A Dvgaarb.c252 /* If we can't control legacy resources via the bridge, we
455 /* Rules for using a bridge to control a VGA descendant decoding:
456 if a bridge has only one VGA descendant then it can be used
458 It should always use the bridge closest to the device to control it.
459 If a bridge has a direct VGA descendant, but also have a sub-bridge
460 VGA descendant then we cannot use that bridge to control the direct VGA descendant.
468 struct pci_dev *new_bridge, *bridge; local
475 /* okay iterate the new devices bridge hierarachy */
483 bridge
520 struct pci_dev *bridge; local
[all...]
/drivers/gpu/drm/
H A DMakefile67 obj-y += bridge/
/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.h65 struct drm_bridge *bridge; member in struct:hdmi
162 * hdmi bridge:
/drivers/pcmcia/
H A Dyenta_socket.c8 * Dynamically adjust the size of the bridge resource
42 "or 'default' (uses recommended behaviour for the detected bridge)");
330 u16 bridge; local
337 bridge = config_readw(socket, CB_BRIDGE_CONTROL) & ~(CB_BRIDGE_CRST | CB_BRIDGE_INTR);
340 bridge |= (state->flags & SS_RESET) ? CB_BRIDGE_CRST : 0;
347 bridge |= CB_BRIDGE_INTR;
358 bridge |= CB_BRIDGE_INTR;
391 config_writew(socket, CB_BRIDGE_CONTROL, bridge);
749 * Allocate the bridge mappings for the device..
768 * Free the bridge mapping
1032 u16 bridge; local
[all...]
/drivers/eisa/
H A DKconfig16 bool "Generic PCI/EISA bridge"
21 bridge. If your system have both PCI and EISA slots, you
/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c510 struct agp_bridge_data *bridge; local
645 if (!(bridge = agp_backend_acquire(pdev))) {
652 if (agp_copy_info(bridge, &gtt_info)) {
654 agp_backend_release(bridge);
683 agp_backend_release(bridge);
693 agp_backend_release(bridge);
700 agp_allocate_memory(bridge, dinfo->ring.size >> 12,
703 agp_backend_release(bridge);
710 agp_backend_release(bridge);
724 agp_allocate_memory(bridge, dinf
[all...]

Completed in 515 milliseconds

123456