/Linux-v4.19/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-v4.19/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-v4.19/drivers/extcon/ |
D | extcon.c | 319 cable = &edev->cables[index]; in is_extcon_property_capability() 344 struct extcon_cable *cable = &edev->cables[index]; in init_property() 663 cable = &edev->cables[index]; in extcon_get_property() 730 cable = &edev->cables[index]; in extcon_set_property() 846 cable = &edev->cables[index]; in extcon_set_property_capability() 1130 edev->cables = kcalloc(edev->max_supported, in extcon_dev_register() 1133 if (!edev->cables) { in extcon_dev_register() 1138 cable = &edev->cables[index]; in extcon_dev_register() 1145 cable = &edev->cables[index]; in extcon_dev_register() 1240 &edev->cables[index].attr_g; in extcon_dev_register() [all …]
|
D | extcon.h | 58 struct extcon_cable *cables; member
|
D | Kconfig | 8 cables attached. For example, an external connector of a device
|
/Linux-v4.19/drivers/power/supply/ |
D | charger-manager.c | 1252 struct charger_cable *cable = &charger->cables[j]; in charger_manager_register_extcon() 1570 struct charger_cable *cables; in of_cm_parse_desc() local 1579 cables = devm_kcalloc(dev, in of_cm_parse_desc() 1581 sizeof(*cables), in of_cm_parse_desc() 1583 if (!cables) { in of_cm_parse_desc() 1588 chg_regs->cables = cables; in of_cm_parse_desc() 1592 "cm-cable-name", &cables->name); in of_cm_parse_desc() 1595 &cables->extcon_name); in of_cm_parse_desc() 1598 &cables->min_uA); in of_cm_parse_desc() 1601 &cables->max_uA); in of_cm_parse_desc() [all …]
|
/Linux-v4.19/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-v4.19/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/.
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/net/usb/ |
D | Kconfig | 139 cables. These are often used to network laptops to PCs, like 140 "Laplink" parallel cables or some motherboards. These rely 355 tristate "GeneSys GL620USB-A based cables" 364 tristate "NetChip 1080 based cables (Laplink, ...)" 373 tristate "Prolific PL-2301/2302/25A1/27A1 based cables" 417 Note that while many USB host-to-host cables can work in this mode, 424 bool "ALi M5632 based 'USB 2.0 Data Link' cables" 432 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" 441 bool "eTEK based host-to-host cables (Advance, Belkin, ...)" 477 bool "KT Technology KC2190 based cables (InstaNet)"
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | fe-enable-high-lnb-voltage.rst | 34 to compensate for long antenna cables.
|
/Linux-v4.19/include/linux/power/ |
D | charger-manager.h | 119 struct charger_cable *cables; member
|
/Linux-v4.19/drivers/platform/mellanox/ |
D | Kconfig | 24 cables and fans on the wide range Mellanox IB and Ethernet systems.
|
/Linux-v4.19/sound/drivers/ |
D | aloop.c | 99 struct loopback_cable *cables[MAX_PCM_SUBSTREAMS][2]; member 668 cable = loopback->cables[substream->number][dev]; in free_cable() 678 loopback->cables[substream->number][dev] = NULL; in free_cable() 702 cable = loopback->cables[substream->number][dev]; in loopback_open() 711 loopback->cables[substream->number][dev] = cable; in loopback_open() 892 cable = loopback->cables[kcontrol->id.subdevice][kcontrol->id.device ^ 1]; in loopback_active_get() 1105 struct loopback_cable *cable = loopback->cables[sub][num]; in print_substream_info()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | pvr2fb.c | 115 static struct pvr2_params cables[] = { variable 824 (char *)pvr2_get_param(cables, NULL, cable_type, 3), in pvr2fb_common_init() 1049 cable_type = pvr2_get_param(cables, cable_arg, 0, 3); in pvr2fb_setup()
|
/Linux-v4.19/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
|
/Linux-v4.19/net/bluetooth/ |
D | Kconfig | 19 It was designed as a replacement for cables and other short-range
|
/Linux-v4.19/drivers/net/slip/ |
D | Kconfig | 14 serial connections such as telephone lines or null modem cables;
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | error-codes.rst | 179 or cables.
|
/Linux-v4.19/drivers/usb/ |
D | Kconfig | 137 Technologies USS-720 chip. These cables are plugged into your USB
|
/Linux-v4.19/Documentation/x86/ |
D | earlyprintk.txt | 6 and two USB cables, connected like this:
|
/Linux-v4.19/Documentation/pps/ |
D | pps.txt | 205 cables to deliver signals using parallel ports, for example.
|