Home
last modified time | relevance | path

Searched full:transceiver (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/openbmc/linux/drivers/usb/phy/
H A DKconfig12 # 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 …]
/openbmc/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"
/openbmc/linux/drivers/nfc/st95hf/
H A DKconfig3 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
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A 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>;
H A Dlpc32xx-udc.txt11 * 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>;
/openbmc/linux/drivers/net/can/m_can/
H A Dm_can_platform.c85 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()
/openbmc/linux/drivers/media/rc/
H A DKconfig149 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 …]
H A Dmceusb.c20 * remote/transceiver requirements and specification document, found at
36 #define DRIVER_DESC "Windows Media Center Ed. eHome Infrared Transceiver " \
123 /* Misc commands/responses not defined in the MCE remote/transceiver spec */
283 /* Original Microsoft MCE IR Transceiver (often HP-branded) */
286 /* Philips Infrared Transceiver - Sahara branded */
288 /* Philips Infrared Transceiver - HP branded */
293 /* Philips Infrared Transceiver - Omaura */
295 /* Philips Infrared Transceiver - Spinel plus */
297 /* Philips eHome Infrared Transceiver */
299 /* Philips/Spinel plus IR transceiver for ASUS */
[all …]
/openbmc/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
200 Enable this to support the Super-Speed USB transceiver on various
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dti,tcan104x-can.yaml7 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.
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
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 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 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 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.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A 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
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 …]
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dcan-transceiver.yaml4 $id: http://devicetree.org/schemas/net/can/can-transceiver.yaml#
7 title: CAN transceiver
9 description: CAN transceiver generic properties bindings
H A Dbosch,m_can.yaml115 can-transceiver:
116 $ref: can-transceiver.yaml#
146 can-transceiver {
163 can-transceiver {
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPhysicalContext.json75 "Transceiver",
133 "Transceiver": "A transceiver.", string
150 "Transceiver": "This value shall indicate a transceiver attached to a device." string
184 "Transceiver": "2021.1", string
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPhysicalContext.json75 "Transceiver",
133 "Transceiver": "A transceiver.", string
150 "Transceiver": "This value shall indicate a transceiver attached to a device." string
184 "Transceiver": "2021.1", string
H A DPortMetrics.v1_7_0.json885 …n": "The metrics for the transceivers in this port. Each member represents a single transceiver.",
887 "$ref": "#/definitions/Transceiver"
889 …all contain an array of transceiver-related metrics for this port. Each member in the array shall…
997 "Transceiver": { object
999 "description": "The transceiver metrics.",
1000 "longDescription": "This type shall describe the transceiver-related metrics.",
1017 … "description": "The RX input power value of a small form-factor pluggable (SFP) transceiver.",
1018 …operty shall contain the RX input power value of a small form-factor pluggable (SFP) transceiver.",
1029 … "description": "The supply voltage of a small form-factor pluggable (SFP) transceiver.",
1030 …his property shall contain the supply voltage of a small form-factor pluggable (SFP) transceiver.",
[all …]
/openbmc/linux/drivers/phy/ti/
H A DKconfig71 Enable this to support the transceiver that is part of SOC. This
95 tristate "TWL4030 USB Transceiver Driver"
102 Enable this to support the USB OTG transceiver on TWL4030
104 This transceiver supports high and full speed devices plus,
/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa27x-udc.h62 #define UDCOTGICR_IEXR (1 << 17) /* Extra Transceiver Interrupt
64 #define UDCOTGICR_IEXF (1 << 16) /* Extra Transceiver Interrupt
92 #define UP2OCR_DPPDE (1 << 2) /* Host Port 2 Transceiver D+ Pull Down Enable */
93 #define UP2OCR_DMPDE (1 << 3) /* Host Port 2 Transceiver D- Pull Down Enable */
94 #define UP2OCR_DPPUE (1 << 4) /* Host Port 2 Transceiver D+ Pull Up Enable */
95 #define UP2OCR_DMPUE (1 << 5) /* Host Port 2 Transceiver D- Pull Up Enable */
96 #define UP2OCR_DPPUBE (1 << 6) /* Host Port 2 Transceiver D+ Pull Up Bypass Enable */
97 #define UP2OCR_DMPUBE (1 << 7) /* Host Port 2 Transceiver D- Pull Up Bypass Enable */
98 #define UP2OCR_EXSP (1 << 8) /* External Transceiver Speed Control */
99 #define UP2OCR_EXSUS (1 << 9) /* External Transceiver Speed Enable */
[all …]
/openbmc/linux/drivers/phy/
H A Dphy-can-transceiver.c3 * phy-can-transceiver.c - phy driver for CAN transceivers
129 dev_err(dev, "failed to create can transceiver phy\n"); in can_transceiver_phy_probe()
135 dev_warn(dev, "Invalid value for transceiver max bitrate. Ignoring bitrate limit\n"); in can_transceiver_phy_probe()
164 .name = "can-transceiver-phy",
173 MODULE_DESCRIPTION("CAN TRANSCEIVER PHY driver");
/openbmc/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
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dtimer.c45 Assume this a generic MII or SYM transceiver. */ in tulip_media_task()
57 /* Type 0 serial or 4 SYM transceiver. Check the link beat bit. */ in tulip_media_task()
62 netdev_dbg(dev, "Transceiver monitor tick CSR12=%#02x, no media sense\n", in tulip_media_task()
71 netdev_dbg(dev, "Transceiver monitor tick: CSR12=%#02x bit %d is %d, expecting %d\n", in tulip_media_task()
98 netdev_dbg(dev, "No link beat on media %s, trying transceiver type %s\n", in tulip_media_task()

12345678910>>...18