Home
last modified time | relevance | path

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

12345678910>>...27

/kernel/linux/linux-5.10/drivers/usb/phy/
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.
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-4.19/drivers/usb/phy/
DKconfig11 # USB Transceiver Drivers
14 tristate "AB8500 USB Transceiver Driver"
18 Enable this to support the USB OTG transceiver in AB8500 chip.
19 This transceiver supports high and full speed devices plus,
23 tristate "Freescale USB OTG Transceiver Driver"
28 Enable this to support Freescale USB OTG transceiver.
38 USB-On-The-Go transceiver working with the OMAP OTG controller.
39 The ISP1301 is a full speed USB transceiver which is used in
56 tristate "NOP USB Transceiver Driver"
60 This driver is to be used by all the usb transceiver which are either
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/nfc/
Dst95hf.txt1 * 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/Documentation/devicetree/bindings/net/nfc/
Dst95hf.txt1 * 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-4.19/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.
16 Based on Texas Instrument's TCAN1042HGV CAN Transceiver
20 can-transceiver {
/kernel/linux/linux-5.10/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"
/kernel/linux/linux-4.19/drivers/net/ieee802154/
DKconfig25 tristate "AT86RF230/231/233/212 transceiver driver"
43 tristate "Microchip MRF24J40 transceiver driver"
56 tristate "CC2520 transceiver driver"
66 tristate "ATUSB transceiver driver"
76 tristate "ADF7242 transceiver driver"
87 tristate "Cascoda CA8210 transceiver driver"
109 tristate "MCR20A transceiver driver"
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/drivers/nfc/st95hf/
DKconfig2 tristate "ST95HF NFC Transceiver driver"
5 This enables the ST NFC driver for ST95HF NFC transceiver.
6 This makes use of SPI framework to communicate with transceiver
9 Say Y here to compile support for ST NFC transceiver ST95HF
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
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
/kernel/linux/linux-4.19/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>;
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>;
Dohci-nxp.txt8 - transceiver: phandle of the associated ISP1301 device - this is necessary for
13 isp1301: usb-transceiver@2c {
23 transceiver = <&isp1301>;
/kernel/linux/linux-5.10/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>;
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>;
Dohci-nxp.txt8 - transceiver: phandle of the associated ISP1301 device - this is necessary for
13 isp1301: usb-transceiver@2c {
23 transceiver = <&isp1301>;
/kernel/linux/linux-4.19/Documentation/networking/
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
98 (3) Available Transceiver Types
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'.
[all …]
/kernel/linux/linux-4.19/drivers/power/supply/
Dpda_power.c40 static struct usb_phy *transceiver; variable
224 return (transceiver->last_event == USB_EVENT_VBUS || in otg_is_usb_online()
225 transceiver->last_event == USB_EVENT_ENUMERATED); in otg_is_usb_online()
230 return (transceiver->last_event == USB_EVENT_CHARGER); in otg_is_ac_online()
322 transceiver = usb_get_phy(USB_PHY_TYPE_USB2); in pda_power_probe()
323 if (!IS_ERR_OR_NULL(transceiver)) { in pda_power_probe()
379 if (!IS_ERR_OR_NULL(transceiver) && pdata->use_otg_notifier) { in pda_power_probe()
381 ret = usb_register_notifier(transceiver, &otg_nb); in pda_power_probe()
415 if (!IS_ERR_OR_NULL(transceiver)) in pda_power_probe()
416 usb_put_phy(transceiver); in pda_power_probe()
[all …]
/kernel/linux/linux-5.10/drivers/media/rc/
DKconfig178 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-4.19/drivers/phy/ti/
DKconfig43 Enable this to support the transceiver that is part of SOC. This
68 tristate "TWL4030 USB Transceiver Driver"
75 Enable this to support the USB OTG transceiver on TWL4030
77 This transceiver supports high and full speed devices plus,
/kernel/linux/linux-5.10/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
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-5.10/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
/kernel/linux/linux-4.19/drivers/media/rc/
DKconfig164 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
169 /transceiver made by ENE.
213 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
219 eHome Infrared Transceiver.
225 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
238 tristate "Fintek Consumer Infrared Transceiver"
272 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
285 tristate "RedRat3 IR Transceiver"
292 Say Y here if you want to use a RedRat3 Infrared Transceiver.
351 tristate "IguanaWorks USB IR Transceiver"
[all …]
/kernel/linux/linux-5.10/drivers/phy/ti/
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,
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dpxa27x-udc.h60 #define UDCOTGICR_IEXR (1 << 17) /* Extra Transceiver Interrupt
62 #define UDCOTGICR_IEXF (1 << 16) /* Extra Transceiver Interrupt
90 #define UP2OCR_DPPDE (1 << 2) /* Host Port 2 Transceiver D+ Pull Down Enable */
91 #define UP2OCR_DMPDE (1 << 3) /* Host Port 2 Transceiver D- Pull Down Enable */
92 #define UP2OCR_DPPUE (1 << 4) /* Host Port 2 Transceiver D+ Pull Up Enable */
93 #define UP2OCR_DMPUE (1 << 5) /* Host Port 2 Transceiver D- Pull Up Enable */
94 #define UP2OCR_DPPUBE (1 << 6) /* Host Port 2 Transceiver D+ Pull Up Bypass Enable */
95 #define UP2OCR_DMPUBE (1 << 7) /* Host Port 2 Transceiver D- Pull Up Bypass Enable */
96 #define UP2OCR_EXSP (1 << 8) /* External Transceiver Speed Control */
97 #define UP2OCR_EXSUS (1 << 9) /* External Transceiver Speed Enable */
[all …]

12345678910>>...27