Home
last modified time | relevance | path

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

/drivers/extcon/
A Dextcon.c331 cable = &edev->cables[index]; in is_extcon_property_capability()
664 cable = &edev->cables[index]; in extcon_get_property()
731 cable = &edev->cables[index]; in extcon_set_property()
850 cable = &edev->cables[index]; in extcon_set_property_capability()
1101 edev->cables = kcalloc(edev->max_supported, sizeof(*edev->cables), in extcon_alloc_cables()
1103 if (!edev->cables) in extcon_alloc_cables()
1107 cable = &edev->cables[index]; in extcon_alloc_cables()
1112 cable = &edev->cables[index]; in extcon_alloc_cables()
1116 kfree(edev->cables); in extcon_alloc_cables()
1343 kfree(edev->cables); in extcon_dev_register()
[all …]
A 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()
A Dextcon.h60 struct extcon_cable *cables; member
A DKconfig9 cables attached. For example, an external connector of a device
/drivers/net/plip/
A 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.rst>. The cables can be up to
/drivers/net/thunderbolt/
A DKconfig3 tristate "Networking over USB4 and Thunderbolt cables"
7 over a USB4 and Thunderbolt cables. The driver supports Apple
/drivers/power/supply/
A Dcharger-manager.c1051 struct charger_cable *cable = &charger->cables[j]; in charger_manager_register_extcon()
1368 struct charger_cable *cables; in of_cm_parse_desc() local
1377 cables = devm_kcalloc(dev, in of_cm_parse_desc()
1379 sizeof(*cables), in of_cm_parse_desc()
1381 if (!cables) { in of_cm_parse_desc()
1386 chg_regs->cables = cables; in of_cm_parse_desc()
1390 "cm-cable-name", &cables->name); in of_cm_parse_desc()
1393 &cables->extcon_name); in of_cm_parse_desc()
1396 &cables->min_uA); in of_cm_parse_desc()
1399 &cables->max_uA); in of_cm_parse_desc()
[all …]
/drivers/net/usb/
A DKconfig143 cables. These are often used to network laptops to PCs, like
144 "Laplink" parallel cables or some motherboards. These rely
365 tristate "GeneSys GL620USB-A based cables"
374 tristate "NetChip 1080 based cables (Laplink, ...)"
383 tristate "Prolific PL-2301/2302/25A1/27A1 based cables"
427 Note that while many USB host-to-host cables can work in this mode,
434 bool "ALi M5632 based 'USB 2.0 Data Link' cables"
442 bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
451 bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
487 bool "KT Technology KC2190 based cables (InstaNet)"
/drivers/video/fbdev/
A Dpvr2fb.c117 static struct pvr2_params cables[] = { variable
848 pvr2_get_param_name(cables, cable_type, 3), in pvr2fb_common_init()
1062 cable_type = pvr2_get_param_val(cables, cable_arg, 3); in pvr2fb_setup()
/drivers/net/slip/
A DKconfig15 serial connections such as telephone lines or null modem cables;
/drivers/staging/most/Documentation/
A Ddriver_usage.txt11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
/drivers/platform/mellanox/
A DKconfig50 cables and fans on the wide range Mellanox IB and Ethernet systems.
/drivers/net/phy/
A DKconfig449 shielded single twisted-pair cables. This device offers
/drivers/usb/misc/
A DKconfig13 Technologies USS-720 chip. These cables are plugged into your USB

Completed in 22 milliseconds