Home
last modified time | relevance | path

Searched refs:cables (Results 1 – 34 of 34) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-extcon11 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,
50 cables attached and HDMI and EAR_JACK cables detached.
/linux-4.4.14/drivers/net/plip/
DKconfig19 with "null printer" or "Turbo Laplink" cables which can transmit 4
20 bits at a time (mode 0) or with special PLIP cables, to be used on
22 time (mode 1); you can find the wiring of these cables in
23 <file:Documentation/networking/PLIP.txt>. The cables can be up to
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class53 support multiple cables are no more required or supported.
65 Example: a switch device driver w/ magic numbers for two cables.
66 "0x00": no cables connected.
106 for an extcon device. When cables A and B are declared to be mutually
107 exclusive, the two cables cannot be in ATTACHED state simulteneously.
/linux-4.4.14/drivers/extcon/
Dextcon.c805 edev->cables = kzalloc(sizeof(struct extcon_cable) * in extcon_dev_register()
807 if (!edev->cables) { in extcon_dev_register()
812 cable = &edev->cables[index]; in extcon_dev_register()
819 cable = &edev->cables[index]; in extcon_dev_register()
911 &edev->cables[index].attr_g; in extcon_dev_register()
962 kfree(edev->cables[index].attr_g.name); in extcon_dev_register()
965 kfree(edev->cables); in extcon_dev_register()
1006 kfree(edev->cables[index].attr_g.name); in extcon_dev_unregister()
1010 kfree(edev->cables); in extcon_dev_unregister()
DKconfig8 cables attached. For example, an external connector of a device
/linux-4.4.14/drivers/power/
Dcharger-manager.c1252 struct charger_cable *cable = &charger->cables[j]; in charger_manager_register_extcon()
1572 struct charger_cable *cables; in of_cm_parse_desc() local
1581 cables = devm_kzalloc(dev, sizeof(*cables) in of_cm_parse_desc()
1584 if (!cables) { in of_cm_parse_desc()
1589 chg_regs->cables = cables; in of_cm_parse_desc()
1593 "cm-cable-name", &cables->name); in of_cm_parse_desc()
1596 &cables->extcon_name); in of_cm_parse_desc()
1599 &cables->min_uA); in of_cm_parse_desc()
1602 &cables->max_uA); in of_cm_parse_desc()
1603 cables++; in of_cm_parse_desc()
[all …]
/linux-4.4.14/Documentation/spi/
Dbutterfly16 similar cables to talk to many AVR boards, even a breadboard.
18 This is more powerful than "ISP programming" cables since it lets kernel
28 side this is like "sp12" programming cables.
/linux-4.4.14/Documentation/scsi/
Dqlogicfas.txt59 The best way to test if your cables, termination, etc. are good is to
70 cables, and more devices on the SCSI bus. What seems to happen is
74 work less well because of the heat, or when cables get too long for
Daic7xxx.txt342 - To order Adaptec products, including accessories and cables,
343 call 408-957-7274. To order cables online go to
344 http://www.adaptec.com/buy-cables/.
355 - You can order Adaptec cables online at
356 http://www.adaptec.com/buy-cables/.
Daic79xx.txt445 - To order Adaptec products, including accessories and cables,
446 call 408-957-7274. To order cables online go to
447 http://www.adaptec.com/buy-cables/.
458 - You can order Adaptec cables online at
459 http://www.adaptec.com/buy-cables/.
Din2000.txt143 cables or improper termination; 500 ns is a compromise. You can
Dsym53c8xx_2.txt582 - SCSI bus cables
Dncr53c8xx.txt1241 - SCSI bus cables
/linux-4.4.14/Documentation/networking/
Dixgbe.txt35 optics and/or the direct attach cables listed below.
39 82598-based adapters support all passive direct attach cables that comply
41 cables are not supported.
54 The following is a list of 3rd party SFP+ modules and direct attach cables that
71 cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications.
91 The following is a list of 3rd party SFP+ modules and direct attach cables that
100 82598-based adapters support all passive direct attach cables that comply
102 cables are not supported.
DPLIP.txt40 cables, everything else is software configuration [which in principle
Dvortex.txt356 computers, different cables, different ports on the switch/hub,
Dixgb.txt353 adapter is connected to an HP Procurve 3400cl switch port using short cables
Darcnet-hardware.txt94 For a coax network, you "should" use 93 Ohm RG-62 cable. But other cables
243 The maximum length of all cables connected to a passive hub is limited to 65
/linux-4.4.14/drivers/net/usb/
DKconfig133 cables. These are often used to network laptops to PCs, like
134 "Laplink" parallel cables or some motherboards. These rely
349 tristate "GeneSys GL620USB-A based cables"
358 tristate "NetChip 1080 based cables (Laplink, ...)"
367 tristate "Prolific PL-2301/2302/25A1 based cables"
407 Note that while many USB host-to-host cables can work in this mode,
414 bool "ALi M5632 based 'USB 2.0 Data Link' cables"
421 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
429 bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
462 bool "KT Technology KC2190 based cables (InstaNet)"
/linux-4.4.14/include/linux/power/
Dcharger-manager.h119 struct charger_cable *cables; member
/linux-4.4.14/sound/drivers/
Daloop.c98 struct loopback_cable *cables[MAX_PCM_SUBSTREAMS][2]; member
681 cable = loopback->cables[substream->number][dev]; in loopback_open()
691 loopback->cables[substream->number][dev] = cable; in loopback_open()
740 cable = loopback->cables[substream->number][dev]; in loopback_close()
746 loopback->cables[substream->number][dev] = NULL; in loopback_close()
877 struct loopback_cable *cable = loopback->cables in loopback_active_get()
1086 struct loopback_cable *cable = loopback->cables[sub][num]; in print_substream_info()
/linux-4.4.14/include/linux/
Dextcon.h121 struct extcon_cable *cables; member
/linux-4.4.14/drivers/video/fbdev/
Dpvr2fb.c115 static struct pvr2_params cables[] = { variable
826 (char *)pvr2_get_param(cables, NULL, cable_type, 3), in pvr2fb_common_init()
1051 cable_type = pvr2_get_param(cables, cable_arg, 0, 3); in pvr2fb_setup()
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
/linux-4.4.14/net/bluetooth/
DKconfig18 It was designed as a replacement for cables and other short-range
/linux-4.4.14/drivers/net/slip/
DKconfig14 serial connections such as telephone lines or null modem cables;
/linux-4.4.14/drivers/usb/
DKconfig119 Technologies USS-720 chip. These cables are plugged into your USB
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt6 and two USB cables, connected like this:
/linux-4.4.14/Documentation/usb/
Derror-codes.txt155 hardware problems such as bad devices (including firmware) or cables.
/linux-4.4.14/Documentation/pps/
Dpps.txt199 cables to deliver signals using parallel ports, for example.
/linux-4.4.14/Documentation/ide/
Dide.txt40 - 40-conductor IDE cables are capable of transferring data in DMA modes up to
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1424 cables. These cables are about one inch in diameter. The maximum unextended
1425 length supported by these cables is 125 Meters but this can be extended up to
1433 Was introduced by IBM in 1990. Has 2 fibre optic cables and uses either leds or
/linux-4.4.14/Documentation/power/
Dswsusp.txt116 bringing machine down? Suspend to disk, rearrange power cables,
/linux-4.4.14/Documentation/input/
Djoystick.txt385 using Y-cables, you can connect up to 8 analog joysticks to a single L4