Searched refs:bridge (Results 101 - 125 of 136) sorted by relevance

123456

/drivers/media/usb/gspca/
H A Dtopro.c136 u8 bridge; member in struct:sd
1036 if (sd->bridge == BRIDGE_TP6800)
1065 if (sd->bridge == BRIDGE_TP6800)
1416 if (sd->bridge == BRIDGE_TP6800)
1420 if (sd->bridge == BRIDGE_TP6800)
1425 if (sd->bridge == BRIDGE_TP6800)
1429 if (sd->bridge == BRIDGE_TP6800)
1435 sd->bridge == BRIDGE_TP6800 ? 0x80 : 0x81);
1477 if (q == 15 && sd->bridge == BRIDGE_TP6810) {
3823 if (sd->bridge
[all...]
H A Dvc032x.c43 u8 bridge; member in struct:sd
3023 sd->bridge == BRIDGE_VC0321 ? 1 : 3, gspca_dev->usb_buf[0]);
3024 if (sd->bridge == BRIDGE_VC0321) {
3137 sd->bridge = id->driver_info >> 8;
3181 sd->bridge = BRIDGE_VC0323;
3211 if (sd->bridge == BRIDGE_VC0321) {
3243 if (sd->bridge == BRIDGE_VC0321) {
3446 if (sd->bridge == BRIDGE_VC0321) {
3642 if (sd->bridge == BRIDGE_VC0321) {
3802 #define BF(bridge, flag
[all...]
H A Dsonixj.c77 u8 bridge; member in struct:sd
1528 sd->bridge = id->driver_info >> 16;
1558 /* setup a selector by bridge */
1569 switch (sd->bridge) {
1597 switch (sd->bridge) {
2211 /* initialize the bridge */
2901 #define BS(bridge, sensor) \
2902 .driver_info = (BRIDGE_ ## bridge << 16) \
2904 #define BSF(bridge, sensor, flags) \
2905 .driver_info = (BRIDGE_ ## bridge << 1
[all...]
/drivers/macintosh/
H A Dmacio_asic.c34 #include <asm/pci-bridge.h>
/drivers/media/pci/cx23885/
H A Dcx23885.h2 * Driver for the Conexant CX23885 PCIe bridge
199 /* Vendors can and do run the PCIe bridge at different
382 } bridge; member in struct:cx23885_dev
/drivers/net/ethernet/broadcom/
H A Dtg3.c16175 struct pci_dev *bridge = NULL; local
16178 bridge = pci_get_device(pci_id->vendor, pci_id->device,
16179 bridge);
16180 if (!bridge) {
16185 if (bridge->revision > pci_id->rev)
16188 if (bridge->subordinate &&
16189 (bridge->subordinate->number ==
16192 pci_dev_put(bridge);
16208 struct pci_dev *bridge = NULL; local
16211 bridge
16240 struct pci_dev *bridge = NULL; local
[all...]
/drivers/scsi/
H A Dmac53c94.c25 #include <asm/pci-bridge.h>
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h53 #include <asm/pci-bridge.h>
/drivers/mfd/
H A DKconfig257 The LPC bridge function of the Intel ICH provides support for
267 LPC bridge function of the Intel SCH provides support for
307 carrier board. This device is a PCI to MODULbus bridge which may
1191 tristate "VIA VX855/VX875 integrated south bridge"
1196 VIA VX855/VX875 south bridge. You will need to enable the vx855_spi
/drivers/pci/
H A Dquirks.c33 * conflict. But doing so may cause problems on host bridge and perhaps other
63 ISA bridge, so we have to go out and find it. */
338 dev_info(&dev->dev, "CS5536 ISA bridge bug detected (incorrect header); workaround applied\n");
793 * is needed. It shows up as an ISA bridge, and does not
822 /* See what bridge we have and find the device ranges */
863 * We only do this on systems where a VIA south bridge was detected,
969 * i82380FB mobile docking controller: its PCI-to-PCI bridge
1105 * The i82375 PCI/EISA bridge appears as non-classified. Fix that.
1122 * bridge. Unfortunately, this device has no subvendor/subdevice ID. So it
1124 * is either the Host bridge (preferre
3029 acpi_handle bridge, SXIO, SXFP, SXLV; local
[all...]
H A Dxen-pcifront.c424 * We omit handling of PCI bridge attachment because pciback prevents
572 device_unregister(bus_entry->bus->bridge);
/drivers/media/platform/omap3isp/
H A Disp.c410 * Configure the bridge and lane shifter. Valid inputs are
417 * The bridge and lane shifter are configured according to the selected input
423 unsigned int shift, unsigned int bridge)
432 ispctrl_val |= bridge;
420 omap3isp_configure_bridge(struct isp_device *isp, enum ccdc_input_entity input, const struct isp_parallel_platform_data *pdata, unsigned int shift, unsigned int bridge) argument
/drivers/pci/hotplug/
H A Dibmphp_res.c977 int ibmphp_check_resource (struct resource_node *res, u8 bridge) argument
992 if (bridge) {
1982 /* We assume here that only 1 bus behind the bridge
/drivers/platform/x86/
H A DKconfig692 IPC is used to bridge the communications between kernel and SCU on
/drivers/ata/
H A Dpata_macio.c33 #include <asm/pci-bridge.h>
/drivers/iommu/
H A Dfsl_pamu_domain.c37 #include <asm/pci-bridge.h>
H A Darm-smmu.c447 return bus->bridge->parent->of_node;
/drivers/misc/cxl/
H A Dpci.c22 #include <asm/pci-bridge.h> /* for struct pci_controller */
/drivers/video/fbdev/
H A Doffb.c32 #include <asm/pci-bridge.h>
/drivers/gpio/
H A DKconfig733 The AMD 8111 south bridge contains 32 GPIO pins which can be used.
/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c660 return ttm_agp_tt_create(bdev, rdev->ddev->agp->bridge,
/drivers/ide/
H A Dpmac.c43 #include <asm/pci-bridge.h>
/drivers/video/fbdev/core/
H A Dfbmon.c38 #include <asm/pci-bridge.h>
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c478 return ttm_agp_tt_create(bdev, dev->agp->bridge, size,
/drivers/media/usb/usbvision/
H A Dusbvision-video.c281 static DEVICE_ATTR(bridge, S_IRUGO, show_device_bridge, NULL);

Completed in 731 milliseconds

123456