Home
last modified time | relevance | path

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

12

/Linux-v5.4/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.
Dsysfs-bus-iio-temperature-max3185618 cables by integrated MOSFETs at the T+ and T- inputs, and the
/Linux-v5.4/drivers/net/plip/
DKconfig20 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.txt>. The cables can be up to
/Linux-v5.4/drivers/extcon/
Dextcon.c311 cable = &edev->cables[index]; in is_extcon_property_capability()
336 struct extcon_cable *cable = &edev->cables[index]; in init_property()
655 cable = &edev->cables[index]; in extcon_get_property()
722 cable = &edev->cables[index]; in extcon_set_property()
838 cable = &edev->cables[index]; in extcon_set_property_capability()
1121 edev->cables = kcalloc(edev->max_supported, in extcon_dev_register()
1124 if (!edev->cables) { in extcon_dev_register()
1129 cable = &edev->cables[index]; in extcon_dev_register()
1134 cable = &edev->cables[index]; in extcon_dev_register()
1225 &edev->cables[index].attr_g; in extcon_dev_register()
[all …]
Dextcon-fsa9480.c207 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()
Dextcon.h58 struct extcon_cable *cables; member
DKconfig9 cables attached. For example, an external connector of a device
/Linux-v5.4/drivers/power/supply/
Dcharger-manager.c1249 struct charger_cable *cable = &charger->cables[j]; in charger_manager_register_extcon()
1562 struct charger_cable *cables; in of_cm_parse_desc() local
1571 cables = devm_kcalloc(dev, in of_cm_parse_desc()
1573 sizeof(*cables), in of_cm_parse_desc()
1575 if (!cables) { in of_cm_parse_desc()
1580 chg_regs->cables = cables; in of_cm_parse_desc()
1584 "cm-cable-name", &cables->name); in of_cm_parse_desc()
1587 &cables->extcon_name); in of_cm_parse_desc()
1590 &cables->min_uA); in of_cm_parse_desc()
1593 &cables->max_uA); in of_cm_parse_desc()
[all …]
/Linux-v5.4/Documentation/spi/
Dbutterfly.rst17 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-v5.4/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/.
/Linux-v5.4/Documentation/networking/device_drivers/intel/
Dixgbe.rst43 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-v5.4/drivers/net/usb/
DKconfig140 cables. These are often used to network laptops to PCs, like
141 "Laplink" parallel cables or some motherboards. These rely
356 tristate "GeneSys GL620USB-A based cables"
365 tristate "NetChip 1080 based cables (Laplink, ...)"
374 tristate "Prolific PL-2301/2302/25A1/27A1 based cables"
418 Note that while many USB host-to-host cables can work in this mode,
425 bool "ALi M5632 based 'USB 2.0 Data Link' cables"
433 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
442 bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
478 bool "KT Technology KC2190 based cables (InstaNet)"
/Linux-v5.4/include/linux/power/
Dcharger-manager.h117 struct charger_cable *cables; member
/Linux-v5.4/sound/drivers/
Daloop.c85 struct loopback_cable *cables[MAX_PCM_SUBSTREAMS][2]; member
656 cable = loopback->cables[substream->number][dev]; in free_cable()
666 loopback->cables[substream->number][dev] = NULL; in free_cable()
690 cable = loopback->cables[substream->number][dev]; in loopback_open()
699 loopback->cables[substream->number][dev] = cable; in loopback_open()
880 cable = loopback->cables[kcontrol->id.subdevice][kcontrol->id.device ^ 1]; in loopback_active_get()
1093 struct loopback_cable *cable = loopback->cables[sub][num]; in print_substream_info()
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfe-enable-high-lnb-voltage.rst41 to compensate for long antenna cables.
/Linux-v5.4/drivers/platform/mellanox/
DKconfig24 cables and fans on the wide range Mellanox IB and Ethernet systems.
/Linux-v5.4/drivers/video/fbdev/
Dpvr2fb.c116 static struct pvr2_params cables[] = { variable
830 pvr2_get_param_name(cables, cable_type, 3), in pvr2fb_common_init()
1038 cable_type = pvr2_get_param_val(cables, cable_arg, 3); in pvr2fb_setup()
/Linux-v5.4/net/bluetooth/
DKconfig21 It was designed as a replacement for cables and other short-range
/Linux-v5.4/drivers/net/slip/
DKconfig15 serial connections such as telephone lines or null modem cables;
/Linux-v5.4/drivers/staging/most/Documentation/
Ddriver_usage.txt11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
/Linux-v5.4/drivers/usb/
DKconfig138 Technologies USS-720 chip. These cables are plugged into your USB
/Linux-v5.4/Documentation/x86/
Dearlyprintk.rst11 and two USB cables, connected like this::
/Linux-v5.4/Documentation/driver-api/usb/
Derror-codes.rst179 or cables.

12