Home
last modified time | relevance | path

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

12345

/Linux-v6.1/drivers/gpu/drm/bridge/imx/
Dimx8qxp-ldb-drv.c49 struct drm_bridge *companion; member
73 phy_cfg->is_slave = !imx8qxp_ldb->companion; in imx8qxp_ldb_set_phy_cfg()
91 struct drm_bridge *companion = imx8qxp_ldb->companion; in imx8qxp_ldb_bridge_atomic_check() local
112 if (is_split && companion) { in imx8qxp_ldb_bridge_atomic_check()
113 ret = companion->funcs->atomic_check(companion, in imx8qxp_ldb_bridge_atomic_check()
133 struct drm_bridge *companion = imx8qxp_ldb->companion; in imx8qxp_ldb_bridge_mode_set() local
154 if (is_split && companion) { in imx8qxp_ldb_bridge_mode_set()
155 companion_ldb_ch = bridge_to_ldb_ch(companion); in imx8qxp_ldb_bridge_mode_set()
201 if (is_split && companion) in imx8qxp_ldb_bridge_mode_set()
202 companion->funcs->mode_set(companion, mode, adjusted_mode); in imx8qxp_ldb_bridge_mode_set()
[all …]
Dimx8qxp-pxl2dpi.c39 struct drm_bridge *companion; member
119 if (p2d->companion) { in imx8qxp_pxl2dpi_bridge_mode_set()
120 companion_p2d = bridge_to_p2d(p2d->companion); in imx8qxp_pxl2dpi_bridge_mode_set()
125 p2d->companion->funcs->mode_set(p2d->companion, mode, in imx8qxp_pxl2dpi_bridge_mode_set()
141 if (p2d->companion) in imx8qxp_pxl2dpi_bridge_atomic_disable()
142 p2d->companion->funcs->atomic_disable(p2d->companion, in imx8qxp_pxl2dpi_bridge_atomic_disable()
328 struct device_node *companion; in imx8qxp_pxl2dpi_parse_dt_companion() local
335 companion = of_parse_phandle(dev->of_node, "fsl,companion-pxl2dpi", 0); in imx8qxp_pxl2dpi_parse_dt_companion()
336 if (!companion) in imx8qxp_pxl2dpi_parse_dt_companion()
339 if (!of_device_is_available(companion)) { in imx8qxp_pxl2dpi_parse_dt_companion()
[all …]
/Linux-v6.1/drivers/usb/core/
Dhcd-pci.c42 struct pci_dev *companion, struct usb_hcd *companion_hcd);
48 struct pci_dev *companion; in for_each_companion() local
57 companion = NULL; in for_each_companion()
58 for_each_pci_dev(companion) { in for_each_companion()
59 if (companion->bus != pdev->bus || in for_each_companion()
60 PCI_SLOT(companion->devfn) != slot) in for_each_companion()
67 if (companion->class != CL_UHCI && companion->class != CL_OHCI && in for_each_companion()
68 companion->class != CL_EHCI) in for_each_companion()
71 companion_hcd = pci_get_drvdata(companion); in for_each_companion()
74 fn(pdev, hcd, companion, companion_hcd); in for_each_companion()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
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.
/Linux-v6.1/drivers/gpu/drm/rcar-du/
Drcar_lvds.c76 struct drm_bridge *companion; member
404 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in __rcar_lvds_atomic_enable()
405 __rcar_lvds_atomic_enable(lvds->companion, state, crtc, in __rcar_lvds_atomic_enable()
451 | (lvds->companion && swap_pixels ? in __rcar_lvds_atomic_enable()
461 if (lvds->link_type == RCAR_LVDS_SINGLE_LINK || lvds->companion) { in __rcar_lvds_atomic_enable()
550 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in rcar_lvds_atomic_disable()
551 lvds->companion->funcs->atomic_disable(lvds->companion, in rcar_lvds_atomic_disable()
620 struct device_node *companion; in rcar_lvds_parse_dt_companion() local
628 companion = of_parse_phandle(dev->of_node, "renesas,companion", 0); in rcar_lvds_parse_dt_companion()
629 if (!companion) in rcar_lvds_parse_dt_companion()
[all …]
/Linux-v6.1/drivers/mfd/
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()
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 …]
/Linux-v6.1/arch/sh/cchips/
DKconfig13 bool "Hitachi HD64461 companion chip support"
43 via the HD64461 companion chip.
/Linux-v6.1/drivers/phy/freescale/
Dphy-fsl-imx8qm-lvds-phy.c82 struct mixel_lvds_phy *companion = priv->phys[lvds_phy->id ^ 1]; in mixel_lvds_phy_power_on() local
123 if (companion->cfg.is_slave) in mixel_lvds_phy_power_on()
145 struct mixel_lvds_phy *companion = priv->phys[lvds_phy->id ^ 1]; in mixel_lvds_phy_power_off() local
153 if (companion->cfg.is_slave) in mixel_lvds_phy_power_off()
/Linux-v6.1/arch/x86/pci/
Dacpi.c439 .companion = root->device in pci_acpi_scan_root()
454 info->sd.companion = root->device; in pci_acpi_scan_root()
482 ACPI_COMPANION_SET(&bridge->dev, sd->companion); in pcibios_root_bridge_prepare()
/Linux-v6.1/arch/ia64/include/asm/
Dpci.h47 struct acpi_device *companion; member
/Linux-v6.1/arch/x86/include/asm/
Dpci.h19 struct acpi_device *companion; /* ACPI companion device */ member
/Linux-v6.1/arch/sh/tools/
Dmach-types15 # List of companion chips / MFDs.
/Linux-v6.1/drivers/net/ethernet/oki-semi/pch_gbe/
DKconfig24 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
/Linux-v6.1/Documentation/i2c/busses/
Dscx200_acb.rst23 SC1100 processors and the CS5535 and CS5536 Geode companion devices.
/Linux-v6.1/drivers/input/touchscreen/
D88pm860x-ts.c122 : chip->companion; in pm860x_touch_dt_init()
184 : chip->companion; in pm860x_touch_probe()
/Linux-v6.1/drivers/usb/host/
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()
Dehci-sysfs.c62 static DEVICE_ATTR_RW(companion);
/Linux-v6.1/arch/arm/mach-footbridge/
DKconfig14 Support for systems based on the DC21285 companion chip
/Linux-v6.1/drivers/input/misc/
D88pm860x_onkey.c75 info->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion; in pm860x_onkey_probe()
/Linux-v6.1/Documentation/usb/
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
/Linux-v6.1/fs/fuse/
DKconfig9 There's also a companion library: libfuse2. This library is available
/Linux-v6.1/arch/ia64/pci/
Dpci.c304 info->controller.companion = device; in pci_acpi_scan_root()
321 ACPI_COMPANION_SET(&bridge->dev, controller->companion); in pcibios_root_bridge_prepare()
/Linux-v6.1/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt8 companion clock finding (match corresponding functional gate
/Linux-v6.1/Documentation/sh/
Dnew-machine.rst21 companion chip type, and CPU type. Looking at a tree view of this directory
46 Next, for companion chips::
56 ... and so on. Headers for the companion chips are treated the same way as

12345