/linux-4.1.27/include/linux/ |
D | extcon.h | 133 struct extcon_cable *cables; member 197 extern struct extcon_dev *extcon_dev_allocate(const char **cables); 200 const char **cables); 279 static inline struct extcon_dev *extcon_dev_allocate(const char **cables) in extcon_dev_allocate() argument 287 const char **cables) in devm_extcon_dev_allocate() argument
|
/linux-4.1.27/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, 50 cables attached and HDMI and EAR_JACK cables detached.
|
/linux-4.1.27/drivers/net/plip/ |
D | Kconfig | 19 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.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 53 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.1.27/drivers/extcon/ |
D | extcon.c | 741 edev->cables = kzalloc(sizeof(struct extcon_cable) * in extcon_dev_register() 743 if (!edev->cables) { in extcon_dev_register() 748 cable = &edev->cables[index]; in extcon_dev_register() 755 cable = &edev->cables[index]; in extcon_dev_register() 847 &edev->cables[index].attr_g; in extcon_dev_register() 890 kfree(edev->cables[index].attr_g.name); in extcon_dev_register() 893 kfree(edev->cables); in extcon_dev_register() 931 kfree(edev->cables[index].attr_g.name); in extcon_dev_unregister() 935 kfree(edev->cables); in extcon_dev_unregister()
|
D | Kconfig | 8 cables attached. For example, an external connector of a device
|
/linux-4.1.27/drivers/power/ |
D | charger-manager.c | 1252 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() 1587 chg_regs->cables = cables; in of_cm_parse_desc() 1591 "cm-cable-name", &cables->name); in of_cm_parse_desc() 1594 &cables->extcon_name); in of_cm_parse_desc() 1597 &cables->min_uA); in of_cm_parse_desc() 1600 &cables->max_uA); in of_cm_parse_desc() 1601 cables++; in of_cm_parse_desc() [all …]
|
/linux-4.1.27/Documentation/spi/ |
D | butterfly | 16 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.1.27/Documentation/scsi/ |
D | qlogicfas.txt | 59 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
|
D | aic7xxx.txt | 342 - 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/.
|
D | aic79xx.txt | 445 - 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/.
|
D | in2000.txt | 143 cables or improper termination; 500 ns is a compromise. You can
|
D | sym53c8xx_2.txt | 582 - SCSI bus cables
|
D | ncr53c8xx.txt | 1241 - SCSI bus cables
|
/linux-4.1.27/Documentation/networking/ |
D | ixgbe.txt | 35 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.
|
D | PLIP.txt | 40 cables, everything else is software configuration [which in principle
|
D | vortex.txt | 356 computers, different cables, different ports on the switch/hub,
|
D | ixgb.txt | 353 adapter is connected to an HP Procurve 3400cl switch port using short cables
|
D | arcnet-hardware.txt | 94 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.1.27/drivers/net/usb/ |
D | Kconfig | 121 cables. These are often used to network laptops to PCs, like 122 "Laplink" parallel cables or some motherboards. These rely 336 tristate "GeneSys GL620USB-A based cables" 345 tristate "NetChip 1080 based cables (Laplink, ...)" 354 tristate "Prolific PL-2301/2302/25A1 based cables" 394 Note that while many USB host-to-host cables can work in this mode, 401 bool "ALi M5632 based 'USB 2.0 Data Link' cables" 408 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" 416 bool "eTEK based host-to-host cables (Advance, Belkin, ...)" 449 bool "KT Technology KC2190 based cables (InstaNet)"
|
/linux-4.1.27/include/linux/power/ |
D | charger-manager.h | 119 struct charger_cable *cables; member
|
/linux-4.1.27/sound/drivers/ |
D | aloop.c | 98 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() 1088 struct loopback_cable *cable = loopback->cables[sub][num]; in print_substream_info()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pvr2fb.c | 115 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.1.27/net/bluetooth/ |
D | Kconfig | 18 It was designed as a replacement for cables and other short-range
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 14 serial connections such as telephone lines or null modem cables;
|
/linux-4.1.27/drivers/usb/ |
D | Kconfig | 119 Technologies USS-720 chip. These cables are plugged into your USB
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 155 hardware problems such as bad devices (including firmware) or cables.
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 6 and two USB cables, connected like this:
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 199 cables to deliver signals using parallel ports, for example.
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 40 - 40-conductor IDE cables are capable of transferring data in DMA modes up to
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1424 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.1.27/Documentation/input/ |
D | joystick.txt | 385 using Y-cables, you can connect up to 8 analog joysticks to a single L4
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 116 bringing machine down? Suspend to disk, rearrange power cables,
|