| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx8qxp-ldb.c | 50 struct drm_bridge *companion; member 74 drm_bridge_put(imx8qxp_ldb->companion); in imx8qxp_ldb_bridge_destroy() 86 phy_cfg->is_slave = !imx8qxp_ldb->companion; in imx8qxp_ldb_set_phy_cfg() 104 struct drm_bridge *companion = imx8qxp_ldb->companion; in imx8qxp_ldb_bridge_atomic_check() local 125 if (is_split && companion) { in imx8qxp_ldb_bridge_atomic_check() 126 ret = companion->funcs->atomic_check(companion, in imx8qxp_ldb_bridge_atomic_check() 146 struct drm_bridge *companion = imx8qxp_ldb->companion; in imx8qxp_ldb_bridge_mode_set() local 167 if (is_split && companion) { in imx8qxp_ldb_bridge_mode_set() 168 companion_ldb_ch = bridge_to_ldb_ch(companion); in imx8qxp_ldb_bridge_mode_set() 214 if (is_split && companion) in imx8qxp_ldb_bridge_mode_set() [all …]
|
| H A D | imx8qxp-pxl2dpi.c | 38 struct drm_bridge *companion; member 73 drm_bridge_put(p2d->companion); in imx8qxp_pxl2dpi_bridge_destroy() 124 if (p2d->companion) { in imx8qxp_pxl2dpi_bridge_mode_set() 125 companion_p2d = bridge_to_p2d(p2d->companion); in imx8qxp_pxl2dpi_bridge_mode_set() 130 p2d->companion->funcs->mode_set(p2d->companion, mode, in imx8qxp_pxl2dpi_bridge_mode_set() 142 if (p2d->companion) in imx8qxp_pxl2dpi_bridge_atomic_disable() 143 p2d->companion->funcs->atomic_disable(p2d->companion, state); in imx8qxp_pxl2dpi_bridge_atomic_disable() 316 struct device_node *companion; in imx8qxp_pxl2dpi_parse_dt_companion() local 322 /* Locate the companion PXL2DPI for dual-link operation, if any. */ in imx8qxp_pxl2dpi_parse_dt_companion() 323 companion = of_parse_phandle(dev->of_node, "fsl,companion-pxl2dpi", 0); in imx8qxp_pxl2dpi_parse_dt_companion() [all …]
|
| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 26 * Coordinate handoffs between EHCI and companion controllers 42 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() 64 * Companion device should be either UHCI,OHCI or EHCI host 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() [all …]
|
| H A D | config.c | 53 * The SuperSpeedPlus Isoc endpoint companion descriptor immediately in usb_parse_ssp_isoc_endpoint_companion() 54 * follows the SuperSpeed Endpoint Companion descriptor in usb_parse_ssp_isoc_endpoint_companion() 59 dev_notice(ddev, "Invalid SuperSpeedPlus isoc endpoint companion" in usb_parse_ssp_isoc_endpoint_companion() 75 * eUSB2 isochronous endpoint companion descriptor for this endpoint in usb_parse_eusb2_isoc_endpoint_companion() 94 dev_notice(ddev, "No eUSB2 isoc ep %d companion for config %d interface %d altsetting %d\n", in usb_parse_eusb2_isoc_endpoint_companion() 105 /* The SuperSpeed endpoint companion descriptor is supposed to in usb_parse_ss_endpoint_companion() 112 "invalid SuperSpeed endpoint companion descriptor " in usb_parse_ss_endpoint_companion() 118 dev_notice(ddev, "No SuperSpeed endpoint companion for config %d " in usb_parse_ss_endpoint_companion() 204 /* Parse a possible SuperSpeedPlus isoc ep companion descriptor */ in usb_parse_ss_endpoint_companion() 509 /* Parse a possible eUSB2 periodic endpoint companion descriptor */ in usb_parse_endpoint() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-drivers-ehci_hcd | 1 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/drivers/usb/host/ |
| H A D | ehci-sysfs.c | 9 /* Display the ports dedicated to the companion controller */ 29 * Dedicate or undedicate a port to the companion controller. 41 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store() 58 static DEVICE_ATTR_RW(companion); 148 /* with integrated TT there is no companion! */ in create_sysfs_files() 163 /* with integrated TT there is no companion! */ in remove_sysfs_files()
|
| /linux/drivers/clk/ti/ |
| H A D | clkt_dflt.c | 30 * CM module register offsets, used for calculating the companion 114 * omap2_clk_dflt_find_companion - find companion clock to @clk 115 * @clk: struct clk * to find the companion clock of 116 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 117 * @other_bit: u8 ** to return the companion clock bit shift in 126 * Some clocks don't have companion clocks. For example, modules with 127 * only an interface clock (such as MAILBOXES) don't have a companion 129 * in the correct companion register that indicates that the 130 * nonexistent 'companion clock' is active. Future patches will
|
| H A D | clk-3xxx.c | 158 * am35xx_clk_find_companion - find companion clock to @clk 159 * @clk: struct clk * to find the companion clock of 160 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 161 * @other_bit: u8 ** to return the companion clock bit shift in 163 * Some clocks don't have companion clocks. For example, modules with 164 * only an interface clock (such as HECC) don't have a companion 166 * in the correct companion register that indicates that the 167 * nonexistent 'companion clock' is active. Future patches will
|
| /linux/drivers/mfd/ |
| H A D | 88pm80x.c | 102 * second chip is probed, just point to the companion to each in pm80x_init() 109 chip->companion = g_pm80x_chip->client; in pm80x_init() 110 g_pm80x_chip->companion = chip->client; in pm80x_init() 123 if (g_pm80x_chip->companion) in pm80x_deinit() 124 g_pm80x_chip->companion = NULL; in pm80x_deinit()
|
| H A D | 88pm860x-core.c | 470 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() 655 chip->client : chip->companion; in pm8606_osc_enable() 696 chip->client : chip->companion; in pm8606_osc_disable() 1067 if (chip->companion) { in pm860x_device_init() 1070 device_8606_init(chip, chip->companion, pdata); in pm860x_device_init() 1073 device_8607_init(chip, chip->companion, pdata); in pm860x_device_init() 1170 * Both client and companion client shares same platform driver. in pm860x_probe() 1172 * pdata->companion_addr is only assigned if companion chip exists. in pm860x_probe() [all …]
|
| /linux/arch/sh/cchips/ |
| H A D | Kconfig | 2 menu "Companion Chips" 13 bool "Hitachi HD64461 companion chip support" 43 via the HD64461 companion chip.
|
| /linux/drivers/input/mouse/ |
| H A D | psmouse-smbus.c | 75 "Marking SMBus companion %s as gone\n", in psmouse_smbus_detach_i2c_client() 137 dev_dbg(&rwork->client->dev, "destroying SMBus companion device\n"); in psmouse_smbus_remove_i2c_device() 144 * This schedules removal of SMBus companion device. We have to do 180 "posting removal request for SMBus companion %s\n", in psmouse_smbus_disconnect() 270 /* We have our companion device */ in psmouse_smbus_init() 275 "failed to set up link with iSMBus companion %s\n", in psmouse_smbus_init()
|
| /linux/Documentation/devicetree/bindings/display/bridge/ |
| H A D | renesas,lvds.yaml | 71 renesas,companion: 74 phandle to the companion LVDS encoder. This property is mandatory 76 point to the second encoder to be used as a companion in dual-link mode. 136 renesas,companion: false 185 renesas,companion = <&lvds1>;
|
| H A D | fsl,imx8qxp-ldb.yaml | 63 fsl,companion-ldb: 66 A phandle which points to companion LDB which is used in LDB split mode. 126 fsl,companion-ldb: false
|
| H A D | fsl,imx8qxp-pxl2dpi.yaml | 34 fsl,companion-pxl2dpi: 37 A phandle which points to companion PXL2DPI which is used by downstream
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | maxim,max14577.yaml | 7 title: Maxim MAX14577/MAX77836 MicroUSB and Companion Power Management IC 16 The Maxim MAX14577 is a MicroUSB and Companion Power Management IC which 19 The Maxim MAX77836 is a MicroUSB and Companion Power Management IC which
|
| H A D | maxim,max77843.yaml | 7 title: Maxim MAX77843 MicroUSB and Companion Power Management IC 16 The Maxim MAX77843 is a MicroUSB and Companion Power Management IC which
|
| /linux/include/linux/usb/ |
| H A D | phy_companion.h | 3 * phy-companion.h -- phy companion to indicate the comparator part of PHY
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | nvidia,tegra194-xusb-padctl.yaml | 40 for the USB signal, the VBUS power supply, the USB 2.0 companion port for 397 nvidia,usb2-companion: 430 nvidia,usb2-companion: 463 nvidia,usb2-companion: 496 nvidia,usb2-companion: 615 nvidia,usb2-companion = <1>; 629 nvidia,usb2-companion = <3>;
|
| H A D | nvidia,tegra210-xusb-padctl.yaml | 40 for the USB signal, the VBUS power supply, the USB 2.0 companion port for 529 nvidia,usb2-companion: 550 nvidia,usb2-companion: 571 nvidia,usb2-companion: 592 nvidia,usb2-companion: 771 nvidia,usb2-companion = <1>; 775 nvidia,usb2-companion = <2>;
|
| H A D | nvidia,tegra186-xusb-padctl.yaml | 40 for the USB signal, the VBUS power supply, the USB 2.0 companion port for 360 nvidia,usb2-companion: 381 nvidia,usb2-companion: 402 nvidia,usb2-companion: 533 nvidia,usb2-companion = <1>;
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | usb-hcd.yaml | 16 companion: 17 description: Phandle of a companion device
|
| /linux/Documentation/usb/ |
| H A D | ehci.rst | 19 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/drivers/usb/gadget/ |
| H A D | epautoconf.c | 21 * descriptor and ep companion descriptor 27 * @ep_comp: Endpoint companion descriptor, with the required 55 * the bmAttribute field in the ep companion descriptor is
|
| /linux/arch/x86/include/asm/ |
| H A D | pci.h | 18 struct acpi_device *companion; /* ACPI companion device */ member
|