Home
last modified time | relevance | path

Searched refs:transceiver (Results 1 – 25 of 85) sorted by relevance

1234

/linux/drivers/usb/phy/
H A DKconfig19 Enable this to support the USB OTG transceiver in AB8500 chip.
20 This transceiver supports high and full speed devices plus,
29 Enable this to support Freescale USB OTG transceiver.
45 This driver is to be used by all the usb transceiver which are either
68 Enable this to support the USB OTG transceiver on TWL6030
69 family chips. This TWL6030 transceiver has the VBUS and ID GND
70 and OTG SRP events capabilities. For all other transceiver functionality
76 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
83 internal transceiver via the usb_phy interface, and
101 tristate "Tahvo USB transceiver driver"
[all …]
/linux/drivers/net/can/m_can/
H A Dm_can_platform.c85 struct phy *transceiver; in m_can_plat_probe() local
127 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
128 if (IS_ERR(transceiver)) { in m_can_plat_probe()
129 ret = PTR_ERR(transceiver); in m_can_plat_probe()
134 if (transceiver) in m_can_plat_probe()
135 mcan_class->can.bitrate_max = transceiver->attrs.max_link_rate; in m_can_plat_probe()
145 mcan_class->transceiver = transceiver; in m_can_plat_probe()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-colibri-wifi-iris-v2.dts31 /* This turns the LVDS transceiver on */
42 * This switches the LVDS transceiver to the single-channel
53 * This switches the LVDS transceiver to the 24-bit RGB mode.
65 * This switches the LVDS transceiver to VESA color mapping mode.
H A Dimx7s-colibri-iris-v2.dts31 * This switches the LVDS transceiver to VESA color mapping mode.
43 * This switches the LVDS transceiver to the 24-bit RGB mode.
53 * This switches the LVDS transceiver to the single-channel
63 /* This turns the LVDS transceiver on */
H A Dimx7d-colibri-iris-v2.dts31 * This switches the LVDS transceiver to VESA color mapping mode.
43 * This switches the LVDS transceiver to the 24-bit RGB mode.
53 * This switches the LVDS transceiver to the single-channel
63 /* This turns the LVDS transceiver on */
H A Dimx6ull-colibri-iris-v2.dts31 /* This turns the LVDS transceiver on */
42 * This switches the LVDS transceiver to the single-channel
53 * This switches the LVDS transceiver to the 24-bit RGB mode.
65 * This switches the LVDS transceiver to VESA color mapping mode.
H A Dimx7-colibri-iris-v2.dtsi35 * uart_b_c_on_x14_enable turns the UART transceiver for UART2 and 5 on. If one wants to
36 * turn the transceiver off, that property has to be deleted and the gpio handled in
38 * The same applies to uart_a_on_x13_enable where the UART_A transceiver is turned on.
H A Dimx7-colibri-iris.dtsi34 * uart25 turns the UART transceiver for UART2 and 5 on. If one wants to turn the
35 * transceiver off, that property has to be deleted and the gpio handled in userspace.
36 * The same applies to uart1_tx_on where the UART1 transceiver is turned on.
H A Dimx6dl-colibri-iris.dts43 * uart-a-on-x13-enable turns the UART transceiver for UART_A on. If one
44 * wants to turn the transceiver off, that property has to be deleted
47 * UART_C transceiver is turned on.
H A Dimx6q-apalis-ixora-v1.2.dts108 * uart-2-4-on-x21-enable-hog enables the UART transceiver for Apalis
109 * UART2 and UART3. If one wants to disable the transceiver force
110 * the GPIO to output-low, if one wants to control the transceiver
/linux/drivers/nfc/st95hf/
H A DKconfig6 This enables the ST NFC driver for ST95HF NFC transceiver.
7 This makes use of SPI framework to communicate with transceiver
10 Say Y here to compile support for ST NFC transceiver ST95HF
/linux/drivers/net/ieee802154/
H A DKconfig26 tristate "AT86RF230/231/233/212 transceiver driver"
37 tristate "Microchip MRF24J40 transceiver driver"
50 tristate "CC2520 transceiver driver"
60 tristate "ATUSB transceiver driver"
70 tristate "ADF7242 transceiver driver"
81 tristate "Cascoda CA8210 transceiver driver"
103 tristate "MCR20A transceiver driver"
/linux/drivers/phy/qualcomm/
H A DKconfig68 Enable this to support the QMP Combo PHY transceiver that is used
77 Enable this to support the QMP PCIe PHY transceiver that is used
86 Enable this to support the QMP PCIe PHY transceiver that is used
94 Enable this to support the QMP UFS PHY transceiver that is used
102 Enable this to support the QMP USB PHY transceiver that is used
123 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
156 Enable this to support the PCIe UNIPHY 28LP phy transceiver that
214 Enable this to support the Super-Speed USB transceiver on various
/linux/drivers/phy/allwinner/
H A DKconfig16 Enable this to support the transceiver that is part of Allwinner
44 Enable this to support the transceiver that is part of Allwinner
56 Enable this to support the USB3.0-capable transceiver that is
/linux/drivers/power/supply/
H A Dtwl4030_charger.c116 struct usb_phy *transceiver; member
444 if (enable && !IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_charger_enable_usb()
450 pm_runtime_get_sync(bci->transceiver->dev); in twl4030_charger_enable_usb()
515 pm_runtime_put_autosuspend(bci->transceiver->dev); in twl4030_charger_enable_usb()
1025 bci->transceiver = devm_usb_get_phy_by_node( in twl4030_bci_probe()
1028 if (IS_ERR(bci->transceiver)) { in twl4030_bci_probe()
1029 ret = PTR_ERR(bci->transceiver); in twl4030_bci_probe()
1034 bci->transceiver = NULL; in twl4030_bci_probe()
1095 if (!IS_ERR_OR_NULL(bci->transceiver)) in twl4030_bci_probe()
1097 bci->transceiver->last_event, in twl4030_bci_probe()
/linux/drivers/phy/realtek/
H A DKconfig15 Enable this to support Realtek SoC USB2 phy transceiver.
27 Enable this to support Realtek SoC USB3 phy transceiver.
/linux/drivers/net/can/
H A Dat91_can.c154 struct phy *transceiver; member
877 err = phy_power_on(priv->transceiver); in at91_open()
908 phy_power_off(priv->transceiver); in at91_open()
925 phy_power_off(priv->transceiver); in at91_close()
1049 struct phy *transceiver; in at91_can_probe() local
1098 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in at91_can_probe()
1099 if (IS_ERR(transceiver)) { in at91_can_probe()
1100 err = PTR_ERR(transceiver); in at91_can_probe()
1128 if (transceiver) in at91_can_probe()
1129 priv->can.bitrate_max = transceiver->attrs.max_link_rate; in at91_can_probe()
/linux/drivers/net/can/spi/
H A Dhi311x.c171 struct regulator *transceiver; member
560 hi3110_power_enable(priv->transceiver, 0); in hi3110_stop()
758 ret = hi3110_power_enable(priv->transceiver, 1); in hi3110_open()
794 hi3110_power_enable(priv->transceiver, 0); in hi3110_open()
890 priv->transceiver = devm_regulator_get_optional(&spi->dev, "xceiver"); in hi3110_can_probe()
892 (PTR_ERR(priv->transceiver) == -EPROBE_DEFER)) { in hi3110_can_probe()
992 hi3110_power_enable(priv->transceiver, 0); in hi3110_can_suspend()
1015 hi3110_power_enable(priv->transceiver, 1); in hi3110_can_resume()
H A Dmcp251x.c254 struct regulator *transceiver; member
980 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_stop()
1228 ret = mcp251x_power_enable(priv->transceiver, 1); in mcp251x_open()
1278 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_open()
1391 priv->transceiver = devm_regulator_get_optional(&spi->dev, "xceiver"); in mcp251x_can_probe()
1393 (PTR_ERR(priv->transceiver) == -EPROBE_DEFER)) { in mcp251x_can_probe()
1508 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_can_suspend()
1535 ret = mcp251x_power_enable(priv->transceiver, 1); in mcp251x_can_resume()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8x-colibri-iris.dtsi99 * This turns the LVDS transceiver on. If one wants to turn the
100 * transceiver off, that property has to be deleted and the gpio handled
/linux/drivers/phy/ti/
H A DKconfig71 Enable this to support the transceiver that is part of SOC. This
102 Enable this to support the USB OTG transceiver on TWL4030
104 This transceiver supports high and full speed devices plus,
/linux/drivers/usb/gadget/udc/
H A Domap_udc.c1159 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_wakeup()
1160 retval = otg_start_srp(udc->transceiver->otg); in omap_wakeup()
1292 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1293 return usb_phy_set_power(udc->transceiver, mA); in omap_vbus_draw()
1742 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1747 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1787 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1789 udc->transceiver, 1); in devstate_irq()
1792 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1794 udc->transceiver, 0); in devstate_irq()
[all …]
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dmrf24j40.txt5 or "microchip,mrf24j40mc" depends on your transceiver
/linux/Documentation/devicetree/bindings/sound/
H A Dak4118.txt1 AK4118 S/PDIF transceiver
/linux/drivers/staging/most/dim2/
H A DKconfig11 Say Y here if you want to connect via MediaLB to network transceiver.

1234