Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c43 struct pci_dev *companion, struct usb_hcd *companion_hcd);
49 struct pci_dev *companion; in for_each_companion() local
58 companion = NULL; in for_each_companion()
59 for_each_pci_dev(companion) { in for_each_companion()
60 if (companion->bus != pdev->bus || in for_each_companion()
61 PCI_SLOT(companion->devfn) != slot) in for_each_companion()
68 if (companion->class != CL_UHCI && companion->class != CL_OHCI && in for_each_companion()
69 companion->class != CL_EHCI) in for_each_companion()
72 companion_hcd = pci_get_drvdata(companion); in for_each_companion()
75 fn(pdev, hcd, companion, companion_hcd); in for_each_companion()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
2 /sys/bus/usb/devices/usbN/../companion
9 "companion" full/low-speed USB-1.1 controllers. When a
12 is plugged in, the connection is routed to the companion
17 connection to be routed to the companion controller.
20 companion controller, and writing the negative of a port
26 echo 4 >/sys/bus/usb/devices/usb2/../companion
30 echo -4 >/sys/bus/usb/devices/usb2/../companion
33 to the companion controller.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_lvds.c76 struct drm_bridge *companion; member
466 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in __rcar_lvds_atomic_enable()
467 __rcar_lvds_atomic_enable(lvds->companion, state, crtc, in __rcar_lvds_atomic_enable()
513 | (lvds->companion && swap_pixels ? in __rcar_lvds_atomic_enable()
523 if (lvds->link_type == RCAR_LVDS_SINGLE_LINK || lvds->companion) { in __rcar_lvds_atomic_enable()
622 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in rcar_lvds_atomic_disable()
623 lvds->companion->funcs->atomic_disable(lvds->companion, in rcar_lvds_atomic_disable()
713 struct device_node *companion; in rcar_lvds_parse_dt_companion() local
721 companion = of_parse_phandle(dev->of_node, "renesas,companion", 0); in rcar_lvds_parse_dt_companion()
722 if (!companion) in rcar_lvds_parse_dt_companion()
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A D88pm80x.c110 chip->companion = g_pm80x_chip->client; in pm80x_init()
111 g_pm80x_chip->companion = chip->client; in pm80x_init()
124 if (g_pm80x_chip->companion) in pm80x_deinit()
125 g_pm80x_chip->companion = NULL; in pm80x_deinit()
H A D88pm860x-core.c470 i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_irq()
499 i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_irq_sync_unlock()
571 chip->client : chip->companion; in device_irq_init()
656 chip->client : chip->companion; in pm8606_osc_enable()
697 chip->client : chip->companion; in pm8606_osc_disable()
1068 if (chip->companion) { in pm860x_device_init()
1071 device_8606_init(chip, chip->companion, pdata); in pm860x_device_init()
1074 device_8607_init(chip, chip->companion, pdata); in pm860x_device_init()
1181 chip->companion = i2c_new_dummy_device(chip->client->adapter, in pm860x_probe()
1183 if (IS_ERR(chip->companion)) { in pm860x_probe()
[all …]
/OK3568_Linux_fs/u-boot/drivers/firmware/scmi/
H A DKconfig13 located in another sub-system, as a companion micro controller
14 or a companion host in the CPU system.
/OK3568_Linux_fs/kernel/arch/sh/cchips/
H A DKconfig13 bool "Hitachi HD64461 companion chip support"
43 via the HD64461 companion chip.
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dacpi.c352 .companion = root->device in pci_acpi_scan_root()
367 info->sd.companion = root->device; in pci_acpi_scan_root()
395 ACPI_COMPANION_SET(&bridge->dev, sd->companion); in pcibios_root_bridge_prepare()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpci.h47 struct acpi_device *companion; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libdazzle/
H A Dlibdazzle_3.44.0.bb1 SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+."
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpci.h19 struct acpi_device *companion; /* ACPI companion device */ member
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/
H A Dtegra194-p2972-0000.dts95 nvidia,usb2-companion = <1>;
100 nvidia,usb2-companion = <3>;
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A D88pm860x-ts.c122 : chip->companion; in pm860x_touch_dt_init()
184 : chip->companion; in pm860x_touch_probe()
/OK3568_Linux_fs/kernel/arch/sh/tools/
H A Dmach-types15 # List of companion chips / MFDs.
/OK3568_Linux_fs/buildroot/package/mbedtls/
H A DConfig.in18 mbed TLS companion programs.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzop/
H A Dlzop_1.04.bb2 DESCRIPTION = "lzop is a compression utility which is designed to be a companion to gzip. \n\
/OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig23 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dpci-quirks.c1043 struct pci_dev *companion = NULL; in usb_enable_intel_xhci_ports() local
1053 for_each_pci_dev(companion) { in usb_enable_intel_xhci_ports()
1054 if (companion->class == PCI_CLASS_SERIAL_USB_EHCI && in usb_enable_intel_xhci_ports()
1055 companion->vendor == PCI_VENDOR_ID_INTEL) { in usb_enable_intel_xhci_ports()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dcpcap-charger.txt15 - mode-gpios: Optionally CPCAP charger can have a companion wireless
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-sunxi.c47 bus_priv->companion = true; in ohci_usb_probe()
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Dscx200_acb.rst23 SC1100 processors and the CS5535 and CS5536 Geode companion devices.
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dehci.rst19 into an EHCI controller, they are given to a USB 1.1 "companion"
79 The EHCI root hub code hands off USB 1.1 devices to its companion
105 You should also have a driver for a "companion controller", such as
107 remove its module and then the driver for that companion controller will
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/
H A Ddaemontools_0.76.bb4 service if it dies. The companion svc program stops, pauses, or restarts \
/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dpci.c304 info->controller.companion = device; in pci_acpi_scan_root()
321 ACPI_COMPANION_SET(&bridge->dev, controller->companion); in pcibios_root_bridge_prepare()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-meson.txt12 uses https://ninja-build.org[Ninja] as a companion tool to perform the actual
129 +ninja+, meson companion tool in charge of the build operations. By default,

123456