/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 11 port. An external connector may have multiple cables 13 accessory cables have such capability. For example, 16 video, and USB cables attached simultaneously. 18 If there are cables mutually exclusive with each other, 52 cables attached and HDMI and EAR_JACK cables detached.
|
D | sysfs-bus-iio-thermocouple | 7 cables. The device can also detect if such a condition occurs.
|
/Linux-v6.1/drivers/extcon/ |
D | extcon.h | 14 * @mutually_exclusive: Array of mutually exclusive set of cables that cannot 17 * cables). For example, if it is { 0x7, 0x30, 0}, then, 31 * @max_supported: Internal value to store the number of cables. 34 * @cables: Sysfs subdirectories. Each represents one cable. 58 struct extcon_cable *cables; member
|
D | extcon-fsa9480.c | 207 u64 cables = cable_types[dev]; in fsa9480_handle_change() local 209 while (cables) { in fsa9480_handle_change() 210 int cable = fls64(cables) - 1; in fsa9480_handle_change() 213 cables &= ~BIT_ULL(cable); in fsa9480_handle_change() 235 /* handle detached cables first */ in fsa9480_detect_dev()
|
D | extcon.c | 321 cable = &edev->cables[index]; in is_extcon_property_capability() 346 struct extcon_cable *cable = &edev->cables[index]; in init_property() 654 cable = &edev->cables[index]; in extcon_get_property() 721 cable = &edev->cables[index]; in extcon_set_property() 840 cable = &edev->cables[index]; in extcon_set_property_capability() 1105 "exceed the maximum number of supported cables\n"); in extcon_dev_register() 1125 edev->cables = kcalloc(edev->max_supported, in extcon_dev_register() 1128 if (!edev->cables) { in extcon_dev_register() 1133 cable = &edev->cables[index]; in extcon_dev_register() 1138 cable = &edev->cables[index]; in extcon_dev_register() [all …]
|
D | extcon-rt8973a.c | 88 /* List of detectable cables */ 316 "happen Over %s issue. Need to disconnect all cables\n", in rt8973a_muic_cable_handler() 417 /* Detect attached or detached cables */ in rt8973a_muic_irq_work()
|
/Linux-v6.1/drivers/net/plip/ |
D | Kconfig | 20 with "null printer" or "Turbo Laplink" cables which can transmit 4 21 bits at a time (mode 0) or with special PLIP cables, to be used on 23 time (mode 1); you can find the wiring of these cables in 24 <file:Documentation/networking/plip.rst>. The cables can be up to
|
/Linux-v6.1/drivers/net/usb/ |
D | plusb.c | 3 * PL-2301/2302 USB host-to-host link cables 103 * Proilific's name won't normally be on the cables, and 109 /* full speed cables */ 118 /* high speed cables */ 133 /* super speed cables */
|
D | Kconfig | 145 cables. These are often used to network laptops to PCs, like 146 "Laplink" parallel cables or some motherboards. These rely 367 tristate "GeneSys GL620USB-A based cables" 376 tristate "NetChip 1080 based cables (Laplink, ...)" 385 tristate "Prolific PL-2301/2302/25A1/27A1 based cables" 429 Note that while many USB host-to-host cables can work in this mode, 436 bool "ALi M5632 based 'USB 2.0 Data Link' cables" 444 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" 453 bool "eTEK based host-to-host cables (Advance, Belkin, ...)" 489 bool "KT Technology KC2190 based cables (InstaNet)"
|
D | gl620a.c | 30 * (Some cables, like the BAFO-100c, use the half duplex version.) 227 MODULE_DESCRIPTION("GL620-USB-A Host-to-Host Link cables");
|
D | cdc_subset.c | 42 * of "host-to-host" USB cables (which embed two devices back-to-back). 48 * peers at the other end of host-to-host cables may expect their own 233 * chip vendor names won't normally be on the cables, and
|
/Linux-v6.1/include/linux/power/ |
D | charger-manager.h | 88 * @cables: 89 * the array of charger cables to enable/disable charger 92 * in the array of charger cables is attached/detached. 93 * @num_cables: the number of charger cables. 112 struct charger_cable *cables; member
|
/Linux-v6.1/Documentation/scsi/ |
D | qlogicfas.rst | 68 The best way to test if your cables, termination, etc. are good is to 79 cables, and more devices on the SCSI bus. What seems to happen is 83 work less well because of the heat, or when cables get too long for
|
D | aic7xxx.rst | 405 - To order Adaptec products, including accessories and cables, 406 call 408-957-7274. To order cables online go to 407 http://www.adaptec.com/buy-cables/. 420 - You can order Adaptec cables online at 421 http://www.adaptec.com/buy-cables/.
|
D | aic79xx.rst | 541 - To order Adaptec products, including accessories and cables, 542 call 408-957-7274. To order cables online go to 543 http://www.adaptec.com/buy-cables/. 556 - You can order Adaptec cables online at 557 http://www.adaptec.com/buy-cables/.
|
/Linux-v6.1/Documentation/spi/ |
D | butterfly.rst | 17 similar cables to talk to many AVR boards, even a breadboard. 19 This is more powerful than "ISP programming" cables since it lets kernel 29 side this is like "sp12" programming cables.
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ixgbe.rst | 43 and/or the direct attach cables listed below. 96 cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. 119 and direct attach cables listed below. 128 direct attach cables that comply with SFF-8436 v4.1 specifications. 142 The following is a list of SFP+ modules and direct attach cables that have 155 82598-based adapters support all passive direct attach cables that comply with 156 SFF-8431 v4.1 and SFF-8472 v10.4 specifications. Active direct attach cables 159 Third party optic modules and cables referred to above are listed only for the 164 only to share information regarding certain optic modules and cables with the 166 or supplying optic modules and cables with similar or matching descriptions. [all …]
|
/Linux-v6.1/drivers/power/supply/ |
D | charger-manager.c | 1024 * state of charger cables for enabling or disabling charger(regulator) and 1050 struct charger_cable *cable = &charger->cables[j]; in charger_manager_register_extcon() 1367 struct charger_cable *cables; in of_cm_parse_desc() local 1373 /* charger cables */ in of_cm_parse_desc() 1376 cables = devm_kcalloc(dev, in of_cm_parse_desc() 1378 sizeof(*cables), in of_cm_parse_desc() 1380 if (!cables) { in of_cm_parse_desc() 1385 chg_regs->cables = cables; in of_cm_parse_desc() 1389 "cm-cable-name", &cables->name); in of_cm_parse_desc() 1392 &cables->extcon_name); in of_cm_parse_desc() [all …]
|
/Linux-v6.1/net/ethtool/ |
D | cabletest.c | 8 /* 802.3 standard allows 100 meters for BaseT cables. However longer 9 * cables might work, depending on the quality of the cables and the
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | fe-enable-high-lnb-voltage.rst | 34 to compensate for long antenna cables.
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 170 alignment errors. The cause is usually faulty cables or SFPs. 214 * An error on the MAC/physical layer. Usually due to faulty cables or
|
/Linux-v6.1/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
|
/Linux-v6.1/include/linux/extcon/ |
D | extcon-adc-jack.h | 43 * @cable_names: array of extcon id for supported cables.
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | ti,dp83822.yaml | 16 data over standard, twisted-pair cables or to connect to an external,
|
/Linux-v6.1/drivers/platform/mellanox/ |
D | Kconfig | 24 cables and fans on the wide range Mellanox IB and Ethernet systems.
|