Home
last modified time | relevance | path

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

123456

/linux-6.1.9/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-6.1.9/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.
40 USB-On-The-Go transceiver working with the OMAP OTG controller.
41 The ISP1301 is a full speed USB transceiver which is used in
62 This driver is to be used by all the usb transceiver which are either
85 Enable this to support the USB OTG transceiver on TWL6030
86 family chips. This TWL6030 transceiver has the VBUS and ID GND
87 and OTG SRP events capabilities. For all other transceiver functionality
93 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
[all …]
/linux-6.1.9/drivers/net/can/m_can/
Dm_can_platform.c84 struct phy *transceiver; in m_can_plat_probe() local
118 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe()
119 if (IS_ERR(transceiver)) { in m_can_plat_probe()
120 ret = PTR_ERR(transceiver); in m_can_plat_probe()
125 if (transceiver) in m_can_plat_probe()
126 mcan_class->can.bitrate_max = transceiver->attrs.max_link_rate; in m_can_plat_probe()
135 mcan_class->transceiver = transceiver; in m_can_plat_probe()
/linux-6.1.9/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-6.1.9/arch/arm/boot/dts/
Dimx6ull-colibri-iris-v2.dts23 /* This turns the LVDS transceiver on */
34 * This switches the LVDS transceiver to the single-channel
45 * This switches the LVDS transceiver to the 24-bit RGB mode.
57 * This switches the LVDS transceiver to VESA color mapping mode.
Dimx6ull-colibri-wifi-iris-v2.dts23 /* This turns the LVDS transceiver on */
34 * This switches the LVDS transceiver to the single-channel
45 * This switches the LVDS transceiver to the 24-bit RGB mode.
57 * This switches the LVDS transceiver to VESA color mapping mode.
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 */
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 */
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.
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.
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.
Dimx6ull-colibri-iris.dtsi57 * uart25_tx_on turns the UART transceiver on. If one wants to turn the
58 * transceiver off, that property has to be deleted and the gpio handled
/linux-6.1.9/Documentation/devicetree/bindings/net/can/
Dcan-transceiver.yaml4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml#
7 title: CAN transceiver Bindings
9 description: CAN transceiver generic properties bindings
Dbosch,m_can.yaml115 can-transceiver:
116 $ref: can-transceiver.yaml#
147 can-transceiver {
/linux-6.1.9/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-6.1.9/drivers/net/ieee802154/
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-6.1.9/Documentation/devicetree/bindings/phy/
Dti,tcan104x-can.yaml26 gpio node to toggle standby signal on transceiver
31 gpio node to toggle enable signal on transceiver
43 transceiver.
/linux-6.1.9/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
56 Enable this to support the USB3.0-capable transceiver that is
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst46 IRQ, and transceiver settings, although this capability shouldn't generally be
53 transceiver type 3 (10base2). The flag "0x3c509" must be set to avoid conflicts
76 (b) You must be using your card's 10baseT transceiver (i.e., the RJ-45
110 For versions of the driver v1.18c and above, the available transceiver types are:
113 0 transceiver type from EEPROM config (normally 10baseT); force half-duplex
118 8 transceiver type and duplex mode taken from card's EEPROM config settings
122 Prior to driver version 1.18c, only transceiver codes 0-4 were supported. Note
123 that the new transceiver codes 8 and 12 are the *only* ones that will enable
130 The transceiver type can be changed using 'ethtool'.
171 likely have an unterminated network or the incorrect media transceiver selected.
/linux-6.1.9/drivers/usb/gadget/udc/
Dpxa27x_udc.c1485 put_on &= ((udc->vbus_sensed) || (IS_ERR_OR_NULL(udc->transceiver))); in should_enable_udc()
1506 put_off |= ((!udc->vbus_sensed) && (!IS_ERR_OR_NULL(udc->transceiver))); in should_disable_udc()
1575 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa_udc_vbus_draw()
1576 return usb_phy_set_power(udc->transceiver, mA); in pxa_udc_vbus_draw()
1755 if (!IS_ERR_OR_NULL(udc->transceiver)) { in pxa27x_udc_start()
1756 retval = otg_set_peripheral(udc->transceiver->otg, in pxa27x_udc_start()
1805 if (!IS_ERR_OR_NULL(udc->transceiver)) in pxa27x_udc_stop()
1806 return otg_set_peripheral(udc->transceiver->otg, NULL); in pxa27x_udc_stop()
2386 udc->transceiver = in pxa_udc_probe()
2388 if (IS_ERR(udc->transceiver)) in pxa_udc_probe()
[all …]
Ds3c-hsudc.c143 struct usb_phy *transceiver; member
1129 if (!IS_ERR_OR_NULL(hsudc->transceiver)) { in s3c_hsudc_start()
1130 ret = otg_set_peripheral(hsudc->transceiver->otg, in s3c_hsudc_start()
1177 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_stop()
1178 (void) otg_set_peripheral(hsudc->transceiver->otg, NULL); in s3c_hsudc_stop()
1205 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_vbus_draw()
1206 return usb_phy_set_power(hsudc->transceiver, mA); in s3c_hsudc_vbus_draw()
1234 hsudc->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in s3c_hsudc_probe()
1300 if (!IS_ERR_OR_NULL(hsudc->transceiver)) in s3c_hsudc_probe()
1301 usb_put_phy(hsudc->transceiver); in s3c_hsudc_probe()
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_ethtool.c442 port->caps.transceiver); in prestera_port_remote_cap_get()
534 port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER)) in prestera_ethtool_get_link_ksettings()
559 port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER) in prestera_ethtool_get_link_ksettings()
564 port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER) in prestera_ethtool_get_link_ksettings()
574 port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER && in prestera_port_mdix_set()
661 if (port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER) { in prestera_ethtool_set_link_ksettings()
720 if (port->caps.transceiver == PRESTERA_PORT_TCVR_SFP) { in prestera_ethtool_set_fecparam()
784 port->caps.transceiver == PRESTERA_PORT_TCVR_COPPER && in prestera_ethtool_nway_reset()

123456