Home
last modified time | relevance | path

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

1234

/Linux-v5.4/Documentation/devicetree/bindings/net/nfc/
Dst95hf.txt5 master with which ST95HF transceiver is physically connected.
7 to include ST95HF transceiver into the platform.
11 - reg: Address of SPI slave "ST95HF transceiver" on SPI master bus.
13 - compatible: should be "st,st95hf" for ST95HF NFC transceiver
16 transceiver.
18 - enable-gpio: GPIO line to enable ST95HF transceiver.
20 - interrupts : Standard way to define ST95HF transceiver's out
26 phandle to ST95HF transceiver's regulator supply node in DT.
/Linux-v5.4/drivers/usb/phy/
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.
39 USB-On-The-Go transceiver working with the OMAP OTG controller.
40 The ISP1301 is a full speed USB transceiver which is used in
61 This driver is to be used by all the usb transceiver which are either
84 Enable this to support the USB OTG transceiver on TWL6030
85 family chips. This TWL6030 transceiver has the VBUS and ID GND
86 and OTG SRP events capabilities. For all other transceiver functionality
92 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
[all …]
/Linux-v5.4/drivers/power/supply/
Dpda_power.c37 static struct usb_phy *transceiver; variable
221 return (transceiver->last_event == USB_EVENT_VBUS || in otg_is_usb_online()
222 transceiver->last_event == USB_EVENT_ENUMERATED); in otg_is_usb_online()
227 return (transceiver->last_event == USB_EVENT_CHARGER); in otg_is_ac_online()
319 transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pda_power_probe()
320 if (!IS_ERR_OR_NULL(transceiver)) { in pda_power_probe()
376 if (!IS_ERR_OR_NULL(transceiver) && pdata->use_otg_notifier) { in pda_power_probe()
378 ret = usb_register_notifier(transceiver, &otg_nb); in pda_power_probe()
412 if (!IS_ERR_OR_NULL(transceiver)) in pda_power_probe()
413 usb_put_phy(transceiver); in pda_power_probe()
[all …]
Dtwl4030_charger.c115 struct usb_phy *transceiver; member
443 if (enable && !IS_ERR_OR_NULL(bci->transceiver)) { in twl4030_charger_enable_usb()
449 pm_runtime_get_sync(bci->transceiver->dev); in twl4030_charger_enable_usb()
514 pm_runtime_mark_last_busy(bci->transceiver->dev); in twl4030_charger_enable_usb()
515 pm_runtime_put_autosuspend(bci->transceiver->dev); in twl4030_charger_enable_usb()
1027 bci->transceiver = devm_usb_get_phy_by_node( in twl4030_bci_probe()
1030 if (IS_ERR(bci->transceiver)) { in twl4030_bci_probe()
1031 ret = PTR_ERR(bci->transceiver); in twl4030_bci_probe()
1036 bci->transceiver = NULL; in twl4030_bci_probe()
1097 if (!IS_ERR_OR_NULL(bci->transceiver)) in twl4030_bci_probe()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/usb/
Disp1301.txt1 * NXP ISP1301 USB transceiver
8 - transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the
13 isp1301: usb-transceiver@2c {
23 transceiver = <&isp1301>;
Dohci-nxp.txt8 - transceiver: phandle of the associated ISP1301 device - this is necessary for
13 isp1301: usb-transceiver@2c {
23 transceiver = <&isp1301>;
Dlpc32xx-udc.txt12 - transceiver: phandle of the associated ISP1301 device - this is necessary for
17 isp1301: usb-transceiver@2c {
27 transceiver = <&isp1301>;
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dcan-transceiver.txt1 Generic CAN transceiver Device Tree binding
4 CAN transceiver typically limits the max speed in standard CAN and CAN FD
7 the "can-transceiver" node can be used.
20 can-transceiver {
Dm_can.txt47 - can-transceiver : Can-transceiver subnode describing maximum speed
49 Documentation/devicetree/bindings/net/can/can-transceiver.txt
72 can-transceiver {
/Linux-v5.4/drivers/nfc/st95hf/
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-v5.4/drivers/net/ieee802154/
DKconfig26 tristate "AT86RF230/231/233/212 transceiver driver"
44 tristate "Microchip MRF24J40 transceiver driver"
57 tristate "CC2520 transceiver driver"
67 tristate "ATUSB transceiver driver"
77 tristate "ADF7242 transceiver driver"
88 tristate "Cascoda CA8210 transceiver driver"
110 tristate "MCR20A transceiver driver"
/Linux-v5.4/Documentation/networking/device_drivers/3com/
D3c509.txt41 IRQ, and transceiver settings, although this capability shouldn't generally be
48 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts
70 (b) You must be using your card's 10baseT transceiver (i.e., the RJ-45
100 For versions of the driver v1.18c and above, the available transceiver types are:
102 0 transceiver type from EEPROM config (normally 10baseT); force half-duplex
107 8 transceiver type and duplex mode taken from card's EEPROM config settings
110 Prior to driver version 1.18c, only transceiver codes 0-4 were supported. Note
111 that the new transceiver codes 8 and 12 are the *only* ones that will enable
118 The transceiver type can be changed using 'ethtool'.
152 likely have an unterminated network or the incorrect media transceiver selected.
/Linux-v5.4/drivers/usb/gadget/udc/
Dpxa27x_udc.c1488 put_on &= ((udc->vbus_sensed) || (IS_ERR_OR_NULL(udc->transceiver))); in should_enable_udc()
1509 put_off |= ((!udc->vbus_sensed) && (!IS_ERR_OR_NULL(udc->transceiver))); in should_disable_udc()
1577 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa_udc_vbus_draw()
1578 return usb_phy_set_power(udc->transceiver, mA); in pxa_udc_vbus_draw()
1757 if (!IS_ERR_OR_NULL(udc->transceiver)) { in pxa27x_udc_start()
1758 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1808 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa27x_udc_stop()
1809 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
2391 udc->transceiver = in pxa_udc_probe()
2393 if (IS_ERR(udc->transceiver)) in pxa_udc_probe()
[all …]
Ds3c-hsudc.c145 struct usb_phy *transceiver; member
1176 if (!IS_ERR_OR_NULL(hsudc->transceiver)) { in s3c_hsudc_start()
1177 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start()
1222 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_stop()
1223 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
1250 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_vbus_draw()
1251 return usb_phy_set_power(hsudc->transceiver, mA); in s3c_hsudc_vbus_draw()
1281 hsudc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in s3c_hsudc_probe()
1348 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_probe()
1349 usb_put_phy(hsudc->transceiver); in s3c_hsudc_probe()
Domap_udc.c1155 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_wakeup()
1156 retval = otg_start_srp(udc->transceiver->otg); in omap_wakeup()
1288 if (!IS_ERR_OR_NULL(udc->transceiver)) in omap_vbus_draw()
1289 return usb_phy_set_power(udc->transceiver, mA); in omap_vbus_draw()
1738 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1743 if (IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1783 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1785 udc->transceiver, 1); in devstate_irq()
1788 if (!IS_ERR_OR_NULL(udc->transceiver)) in devstate_irq()
1790 udc->transceiver, 0); in devstate_irq()
[all …]
/Linux-v5.4/drivers/phy/allwinner/
DKconfig16 Enable this to support the transceiver that is part of Allwinner
44 Enable this to support the transceiver that is part of Allwinner
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Drockchip-spdif.txt1 * Rockchip SPDIF transceiver
3 The S/PDIF audio block is a stereo transceiver that allows the
Dak4118.txt1 AK4118 S/PDIF transceiver
/Linux-v5.4/drivers/phy/ti/
DKconfig55 Enable this to support the transceiver that is part of SOC. This
86 Enable this to support the USB OTG transceiver on TWL4030
88 This transceiver supports high and full speed devices plus,
/Linux-v5.4/drivers/net/can/spi/
Dhi311x.c170 struct regulator *transceiver; member
562 hi3110_power_enable(priv->transceiver, 0); in hi3110_stop()
753 hi3110_power_enable(priv->transceiver, 1); in hi3110_open()
799 hi3110_power_enable(priv->transceiver, 0); in hi3110_open()
889 priv->transceiver = devm_regulator_get_optional(&spi->dev, "xceiver"); in hi3110_can_probe()
891 (PTR_ERR(priv->transceiver) == -EPROBE_DEFER)) { in hi3110_can_probe()
984 hi3110_power_enable(priv->transceiver, 0); in hi3110_can_suspend()
1007 hi3110_power_enable(priv->transceiver, 1); in hi3110_can_resume()
Dmcp251x.c227 struct regulator *transceiver; member
657 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_stop()
890 mcp251x_power_enable(priv->transceiver, 1); in mcp251x_open()
939 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_open()
1045 priv->transceiver = devm_regulator_get_optional(&spi->dev, "xceiver"); in mcp251x_can_probe()
1047 (PTR_ERR(priv->transceiver) == -EPROBE_DEFER)) { in mcp251x_can_probe()
1139 mcp251x_power_enable(priv->transceiver, 0); in mcp251x_can_suspend()
1160 mcp251x_power_enable(priv->transceiver, 1); in mcp251x_can_resume()
/Linux-v5.4/drivers/phy/qualcomm/
DKconfig41 Enable this to support the QMP PHY transceiver that is used
50 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
/Linux-v5.4/Documentation/devicetree/bindings/net/ieee802154/
Dmrf24j40.txt5 or "microchip,mrf24j40mc" depends on your transceiver
/Linux-v5.4/drivers/usb/renesas_usbhs/
Dmod_gadget.c47 struct usb_phy *transceiver; member
955 if (!IS_ERR_OR_NULL(gpriv->transceiver)) { in usbhsg_gadget_start()
956 ret = otg_set_peripheral(gpriv->transceiver->otg, in usbhsg_gadget_start()
981 if (!IS_ERR_OR_NULL(gpriv->transceiver)) in usbhsg_gadget_stop()
982 otg_set_peripheral(gpriv->transceiver->otg, NULL); in usbhsg_gadget_stop()
1091 gpriv->transceiver = usb_get_phy(USB_PHY_TYPE_UNDEFINED); in usbhs_mod_gadget_probe()
1093 !IS_ERR(gpriv->transceiver) ? "" : "no "); in usbhs_mod_gadget_probe()
/Linux-v5.4/drivers/staging/most/dim2/
DKconfig11 Say Y here if you want to connect via MediaLB to network transceiver.

1234