| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | Kconfig | 12 # USB Transceiver Drivers 15 tristate "AB8500 USB Transceiver Driver" 19 Enable this to support the USB OTG transceiver in AB8500 chip. 20 This transceiver supports high and full speed devices plus, 24 tristate "Freescale USB OTG Transceiver Driver" 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 57 tristate "NOP USB Transceiver Driver" 61 This driver is to be used by all the usb transceiver which are either [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/phy/ |
| D | Kconfig | 12 # USB Transceiver Drivers 15 tristate "AB8500 USB Transceiver Driver" 19 Enable this to support the USB OTG transceiver in AB8500 chip. 20 This transceiver supports high and full speed devices plus, 24 tristate "Freescale USB OTG Transceiver Driver" 29 Enable this to support Freescale USB OTG transceiver. 41 tristate "NOP USB Transceiver Driver" 45 This driver is to be used by all the usb transceiver which are either 64 tristate "TWL6030 USB Transceiver Driver" 68 Enable this to support the USB OTG transceiver on TWL6030 [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/nfc/ |
| D | st95hf.txt | 1 * STMicroelectronics : NFC Transceiver ST95HF 3 ST NFC Transceiver is required to attach with SPI bus. 5 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.
|
| /kernel/linux/linux-5.10/drivers/net/ieee802154/ |
| D | Kconfig | 26 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"
|
| /kernel/linux/linux-6.6/drivers/net/ieee802154/ |
| D | Kconfig | 26 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"
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | pda_power.c | 37 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 …]
|
| /kernel/linux/linux-6.6/drivers/nfc/st95hf/ |
| D | Kconfig | 3 tristate "ST95HF NFC Transceiver driver" 6 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
|
| /kernel/linux/linux-5.10/drivers/nfc/st95hf/ |
| D | Kconfig | 3 tristate "ST95HF NFC Transceiver driver" 6 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | isp1301.txt | 1 * 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>;
|
| D | lpc32xx-udc.txt | 11 * External USB Transceiver Interrupt (OTG ATX) 12 - transceiver: phandle of the associated ISP1301 device - this is necessary for 17 isp1301: usb-transceiver@2c { 27 transceiver = <&isp1301>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | isp1301.txt | 1 * 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>;
|
| D | lpc32xx-udc.txt | 11 * External USB Transceiver Interrupt (OTG ATX) 12 - transceiver: phandle of the associated ISP1301 device - this is necessary for 17 isp1301: usb-transceiver@2c { 27 transceiver = <&isp1301>;
|
| /kernel/linux/linux-6.6/drivers/net/can/m_can/ |
| D | m_can_platform.c | 85 struct phy *transceiver; in m_can_plat_probe() local 131 transceiver = devm_phy_optional_get(&pdev->dev, NULL); in m_can_plat_probe() 132 if (IS_ERR(transceiver)) { in m_can_plat_probe() 133 ret = PTR_ERR(transceiver); in m_can_plat_probe() 138 if (transceiver) in m_can_plat_probe() 139 mcan_class->can.bitrate_max = transceiver->attrs.max_link_rate; in m_can_plat_probe() 148 mcan_class->transceiver = transceiver; in m_can_plat_probe()
|
| /kernel/linux/linux-6.6/drivers/media/rc/ |
| D | Kconfig | 149 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" 154 /transceiver made by ENE. 163 tristate "Fintek Consumer Infrared Transceiver" 168 /transceiver made by Fintek. This chip is found on assorted 218 tristate "IguanaWorks USB IR Transceiver" 221 Say Y here if you want to use the IguanaWorks USB IR Transceiver. 252 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver" 265 tristate "Windows Media Center Ed. eHome Infrared Transceiver" 269 eHome Infrared Transceiver. 306 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
| D | Kconfig | 68 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 200 Enable this to support the Super-Speed USB transceiver on various
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | Kconfig | 178 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" 183 /transceiver made by ENE. 227 tristate "Windows Media Center Ed. eHome Infrared Transceiver" 233 eHome Infrared Transceiver. 239 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver" 252 tristate "Fintek Consumer Infrared Transceiver" 257 /transceiver made by Fintek. This chip is found on assorted 286 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" 291 /transceiver made by Nuvoton (formerly Winbond). This chip is 299 tristate "RedRat3 IR Transceiver" [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | ti,tcan104x-can.yaml | 7 title: TCAN104x CAN TRANSCEIVER PHY 27 gpio node to toggle standby signal on transceiver 32 gpio node to toggle enable signal on transceiver 44 transceiver.
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx7d-colibri-iris-v2.dts | 31 * 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 */
|
| D | imx7s-colibri-iris-v2.dts | 31 * 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 */
|
| D | imx6ull-colibri-wifi-iris-v2.dts | 31 /* 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.
|
| D | imx6ull-colibri-iris-v2.dts | 31 /* 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.
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/3com/ |
| D | 3c509.rst | 46 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 107 Available Transceiver Types 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'. [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/3com/ |
| D | 3c509.rst | 46 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 107 Available Transceiver Types 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'. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/can/ |
| D | can-transceiver.yaml | 4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml# 7 title: CAN transceiver 9 description: CAN transceiver generic properties bindings
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
| D | can-transceiver.yaml | 4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml# 7 title: CAN transceiver Bindings 9 description: CAN transceiver generic properties bindings
|