Home
last modified time | relevance | path

Searched refs:cable (Results 1 – 109 of 109) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dcharger-manager.txt12 - subnode <cable> :
13 - cm-cable-name : name of charger cable
14 - cm-cable-extcon : name of extcon dev
15 (optional) - cm-cable-min : minimum current of cable
16 (optional) - cm-cable-max : maximum current of cable
67 cable@0 {
68 cm-cable-name = "USB";
69 cm-cable-extcon = "extcon-dev.0";
70 cm-cable-min = <475000>;
71 cm-cable-max = <500000>;
[all …]
/linux-4.4.14/sound/drivers/
Daloop.c106 struct loopback_cable *cable; member
198 static int loopback_check_format(struct loopback_cable *cable, int stream) in loopback_check_format() argument
205 if (cable->valid != CABLE_VALID_BOTH) { in loopback_check_format()
210 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
212 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
222 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
225 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
227 setup = get_setup(cable->streams[SNDRV_PCM_STREAM_PLAYBACK]); in loopback_check_format()
228 card = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->loopback->card; in loopback_check_format()
259 struct loopback_cable *cable = dpcm->cable; in loopback_trigger() local
[all …]
/linux-4.4.14/drivers/usb/chipidea/
Dotg.c33 struct ci_hdrc_cable *cable; in hw_read_otgsc() local
40 cable = &ci->platdata->vbus_extcon; in hw_read_otgsc()
41 if (!IS_ERR(cable->edev)) { in hw_read_otgsc()
42 if (cable->changed) in hw_read_otgsc()
47 cable->changed = false; in hw_read_otgsc()
49 if (cable->state) in hw_read_otgsc()
55 cable = &ci->platdata->id_extcon; in hw_read_otgsc()
56 if (!IS_ERR(cable->edev)) { in hw_read_otgsc()
57 if (cable->changed) in hw_read_otgsc()
62 cable->changed = false; in hw_read_otgsc()
[all …]
Dcore.c644 struct ci_hdrc_cable *cable; in ci_get_platdata() local
752 cable = &platdata->vbus_extcon; in ci_get_platdata()
753 cable->nb.notifier_call = ci_vbus_notifier; in ci_get_platdata()
754 cable->edev = ext_vbus; in ci_get_platdata()
757 ret = extcon_get_cable_state_(cable->edev, EXTCON_USB); in ci_get_platdata()
759 cable->state = true; in ci_get_platdata()
761 cable->state = false; in ci_get_platdata()
764 cable = &platdata->id_extcon; in ci_get_platdata()
765 cable->nb.notifier_call = ci_id_notifier; in ci_get_platdata()
766 cable->edev = ext_id; in ci_get_platdata()
[all …]
/linux-4.4.14/drivers/power/
Daxp288_charger.c161 struct extcon_specific_cable_nb cable; member
173 } cable; member
582 container_of(work, struct axp288_chrg_info, cable.work); in axp288_charger_extcon_evt_worker()
585 struct extcon_dev *edev = info->cable.edev; in axp288_charger_extcon_evt_worker()
586 bool old_connected = info->cable.connected; in axp288_charger_extcon_evt_worker()
591 info->cable.connected = true; in axp288_charger_extcon_evt_worker()
592 info->cable.chg_type = POWER_SUPPLY_TYPE_USB; in axp288_charger_extcon_evt_worker()
596 info->cable.connected = true; in axp288_charger_extcon_evt_worker()
597 info->cable.chg_type = POWER_SUPPLY_TYPE_USB_CDP; in axp288_charger_extcon_evt_worker()
601 info->cable.connected = true; in axp288_charger_extcon_evt_worker()
[all …]
Dcharger-manager.c1132 struct charger_cable *cable = in charger_extcon_work() local
1136 if (cable->attached && cable->min_uA != 0 && cable->max_uA != 0) { in charger_extcon_work()
1137 ret = regulator_set_current_limit(cable->charger->consumer, in charger_extcon_work()
1138 cable->min_uA, cable->max_uA); in charger_extcon_work()
1141 cable->charger->regulator_name, cable->name); in charger_extcon_work()
1146 cable->charger->regulator_name, in charger_extcon_work()
1147 cable->min_uA, cable->max_uA); in charger_extcon_work()
1150 try_charger_enable(cable->cm, cable->attached); in charger_extcon_work()
1164 struct charger_cable *cable = in charger_extcon_notifier() local
1171 cable->attached = event; in charger_extcon_notifier()
[all …]
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class55 1. Define cable names at edev->supported_cable.
60 cable. Same for set_state. This way, you can remove the usage of
67 "0x01": cable 1 connected
68 "0x02": cable 2 connected
69 "0x03": cable 1 and 2 connected
72 3. extcon_get_cable_state_(edev, 0) shows cable 1's state.
73 extcon_get_cable_state(edev, "1") shows cable 1's state.
74 extcon_set_cable_state_(edev, 1) sets cable 2's state.
75 extcon_set_cable_state(edev, "2") sets cable 2's state
80 You can notify others of the cable attach/detach events with
[all …]
/linux-4.4.14/drivers/extcon/
Dextcon.c222 struct extcon_cable *cable = container_of(attr, struct extcon_cable, in cable_name_show() local
224 int i = cable->cable_index; in cable_name_show()
227 extcon_name[cable->edev->supported_cable[i]]); in cable_name_show()
233 struct extcon_cable *cable = container_of(attr, struct extcon_cable, in cable_state_show() local
236 int i = cable->cable_index; in cable_state_show()
239 extcon_get_cable_state_(cable->edev, in cable_state_show()
240 cable->edev->supported_cable[i])); in cable_state_show()
803 struct extcon_cable *cable; in extcon_dev_register() local
812 cable = &edev->cables[index]; in extcon_dev_register()
819 cable = &edev->cables[index]; in extcon_dev_register()
[all …]
Dextcon-axp288.c160 static unsigned int cable; in axp288_handle_chrg_det_event() local
195 cable = EXTCON_CHG_USB_SDP; in axp288_handle_chrg_det_event()
201 cable = EXTCON_CHG_USB_CDP; in axp288_handle_chrg_det_event()
206 cable = EXTCON_CHG_USB_DCP; in axp288_handle_chrg_det_event()
229 extcon_set_cable_state_(info->edev, cable, vbus_attach); in axp288_handle_chrg_det_event()
DKconfig9 may be used to connect an HDMI cable and a AC adaptor, and to
117 Say Y here to enable GPIO based USB cable detection extcon support.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-extcon35 The /sys/class/extcon/.../state shows and stores the cable
62 interface associated with each cable cannot update
63 multiple cable states of an extcon device simultaneously.
65 What: /sys/class/extcon/.../cable.x/name
69 The /sys/class/extcon/.../cable.x/name shows the name of cable
72 What: /sys/class/extcon/.../cable.x/state
76 The /sys/class/extcon/.../cable.x/state shows and stores the
77 state of cable "x" (integer between 0 and 31) of an extcon
Dsysfs-class-power-twl403011 value when a cable is plugged or unplugged.
/linux-4.4.14/Documentation/networking/
DPLIP.txt22 LapLink null-printer cable [can also work in turbo mode, with a PLIP
23 cable]. [The protocol used to pack IP packages, is a simple one
31 The PLIP cable is all that's needed to connect two Linux boxes, and it
68 PLIP driver is signaled whenever data is sent to it via the cable, such that
114 printer "null" cable to transfer data four bits at a time using
125 The cable for the first transfer mode is a standard
126 printer "null" cable which transfers data four bits at a time using
133 A cable that implements this protocol is available commercially as a
134 "Null Printer" or "Turbo Laplink" cable. It can be constructed with
151 If the cable you are using has a metallic shield it should be
[all …]
DREADME.sb10002 as NextLevel) SURFboard1000 internal cable modem board. This is an ISA card
3 which is used by a number of cable TV companies to provide cable modem access.
4 It's a one-way downstream-only cable modem, meaning that your upstream net link
17 to configure the cable modem and network interface (usually called "cm0");
21 cable modem easy.
31 http://web.archive.org/web/*/http://linuxpower.cx/~cable/
86 phone number, and frequency for the cable modem. Also edit pap-secrets
102 connect successfully the cable modem interface will come up and you'll see a
109 The command "cmconfig cm0" will give you information about the cable modem
181 (and typically during a lengthy download through the cable modem)!
Dixgb.txt344 chassis using 15 m/24AWG cable assemblies manufactured by Fujitsu or Leoni.
347 cable assembly may resolve the issue.
354 (1 m or shorter). If this situation occurs, using a longer cable may resolve
357 Excessive CRC errors may be observed using Fujitsu 24AWG cable assemblies that
358 Are 10 m or longer or where using a Leoni 15 m/24AWG cable assembly. The CRC
360 this situation occurs, using a different cable assembly may resolve the issue.
Darcnet-hardware.txt46 even if it can't possibly be delivered properly (ie. because of a cable
94 For a coax network, you "should" use 93 Ohm RG-62 cable. But other cables
96 Ohm TV antenna cable.
130 (Avery's note: oops, I didn't know that. Mine (TV cable) works
157 difference is in cable and terminators: they should be 93 Ohm. Ethernet
159 line of cable, the bus. You have to put terminators at both ends of the
160 cable. A typical BUS ARCnet network looks like:
186 anywhere in middle of a cable in a STAR topology network. And more - you
206 then daisy-chained together using a cable connecting every two neighboring
233 Like any network, ARCnet has a limited cable length. These are the maximum
[all …]
D00-INDEX22 - info on General Instrument/NextLevel SURFboard1000 cable modem.
D3c509.txt78 another system that's connected directly to the 3c509B via a crossover cable.
Dcs89x0.txt110 * Appropriate cable (and connector for AUI, 10BASE-2) for your network
433 adapter's cable is connected to the network (check for LED activity for
Dphy.txt12 cable), and provides a register interface to allow drivers to determine what
Dbonding.txt1782 the cable plugs into). This may be an actual dedicated switch device,
1926 detect carrier loss on the device (e.g., when the cable is physically
/linux-4.4.14/include/linux/
Dextcon.h182 extern struct extcon_dev *extcon_dev_allocate(const unsigned int *cable);
185 const unsigned int *cable);
266 static inline struct extcon_dev *extcon_dev_allocate(const unsigned int *cable) in extcon_dev_allocate() argument
274 const unsigned int *cable) in devm_extcon_dev_allocate() argument
/linux-4.4.14/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt1 * Broadcom cable/DSL/settop platforms
12 BMIPS4355 cable modem CPU instead of the BMIPS5000 application processor.
/linux-4.4.14/Documentation/spi/
Dbutterfly5 a parallel port adapter cable, together with an "AVR Butterfly" to run
9 develop firmware for this, and flash it using this adapter cable.
11 You can make this adapter from an old printer cable and solder things
24 The first cable connections will hook Linux up to one SPI bus, with the
42 (c) cable in the chipselect.
/linux-4.4.14/drivers/ata/
Dpata_cs5535.c79 u8 cable; in cs5535_cable_detect() local
82 pci_read_config_byte(pdev, CS5535_CABLE_DETECT, &cable); in cs5535_cable_detect()
83 if (cable & 1) in cs5535_cable_detect()
Dpata_macio.c481 const char* cable = of_get_property(priv->node, "cable-type", in pata_macio_cable_detect() local
486 if (cable && !strncmp(cable, "80-", 3)) { in pata_macio_cable_detect()
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db18 API-ata-cable-40wire
19 API-ata-cable-80wire
20 API-ata-cable-unknown
21 API-ata-cable-ignore
22 API-ata-cable-sata
88 API-cable-is-40wire
168 API-ich-pata-cable-detect
/linux-4.4.14/drivers/net/wan/
Dwanxl.c120 u32 value = get_status(port)->cable; in wanxl_cable_intr()
122 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; in wanxl_cable_intr() local
125 case STATUS_CABLE_V35: cable = "V.35"; break; in wanxl_cable_intr()
126 case STATUS_CABLE_X21: cable = "X.21"; break; in wanxl_cable_intr()
127 case STATUS_CABLE_V24: cable = "V.24"; break; in wanxl_cable_intr()
128 case STATUS_CABLE_EIA530: cable = "EIA530"; break; in wanxl_cable_intr()
129 case STATUS_CABLE_NONE: cable = "no"; break; in wanxl_cable_intr()
130 default: cable = "invalid"; in wanxl_cable_intr()
152 pm, dte, cable, dsr, dcd); in wanxl_cable_intr()
Dwanxl.h141 volatile u32 cable; member
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drockchip-spdif.txt4 processor to receive and transmit digital audio via an coaxial cable or
5 a fibre cable.
Dfsl,spdif.txt4 processor to receive and transmit digital audio via an coaxial cable or
5 a fibre cable.
/linux-4.4.14/sound/usb/
Dmidi.c153 uint8_t cable; /* cable number << 4 */ member
411 int cable = buffer[i] >> 4; in snd_usbmidi_standard_input() local
413 snd_usbmidi_input_data(ep, cable, &buffer[i + 1], in snd_usbmidi_standard_input()
443 int cable = buffer[i] >> 4; in snd_usbmidi_maudio_broken_running_status_input() local
445 struct usbmidi_in_port *port = &ep->ports[cable]; in snd_usbmidi_maudio_broken_running_status_input()
467 snd_usbmidi_input_data(ep, cable, &buffer[i + 1], in snd_usbmidi_maudio_broken_running_status_input()
559 uint8_t p0 = port->cable; in snd_usbmidi_transmit_byte()
1430 ep->ports[i].cable = i << 4; in snd_usbmidi_out_endpoint_create()
2124 int cable, err; in snd_usbmidi_create_endpoints_midiman() local
2194 for (cable = 0; cable < 0x10; ++cable) { in snd_usbmidi_create_endpoints_midiman()
[all …]
/linux-4.4.14/Documentation/
Ddebugging-via-ohci1394.txt85 for bus resets takes place, you have to establish any FireWire cable
110 2) Establish a working FireWire cable connection:
112 Any FireWire cable, as long at it provides electrically and mechanically
120 on both machines in the kernel log when the cable is plugged in
158 which is connected to the debugged machine over the FireWire cable).
162 With the FireWire cable connected, the OHCI-1394 driver on the debugging
Ddevices.txt1969 115 char TI link cable devices (115 was formerly the console driver speaker)
1970 0 = /dev/tipar0 Parallel cable on first parallel port
1972 7 = /dev/tipar7 Parallel cable on seventh parallel port
1974 8 = /dev/tiser0 Serial cable on first serial port
1976 15 = /dev/tiser7 Serial cable on seventh serial port
1978 16 = /dev/tiusb0 First USB cable
1980 47 = /dev/tiusb31 32nd USB cable
/linux-4.4.14/Documentation/arm/sti/
Dstih416-overview.txt8 for satellite, cable, terrestrial and IP-STB markets.
Dstih415-overview.txt8 for satellite, cable, terrestrial and IP-STB markets.
Dstih418-overview.txt8 and server/connected client application for satellite, cable, terrestrial
Dstih407-overview.txt8 and server/connected client application for satellite, cable, terrestrial
/linux-4.4.14/Documentation/input/
Dxpad.txt107 adapter cable to break out the proprietary connector's pins to USB.
110 Such a cable is pretty easy to build. The Controller itself is a USB
115 You just need to solder a USB connector onto the cable and keep the
120 Thanks to the trip splitter found on the cable you don't even need to cut the
121 original one. You can buy an extension cable and cut that instead. That way,
129 Once you have the adapter cable, if needed, and the controller connected
Djoystick.txt197 y-joy | Two 2-button 2-axis joysticks on an Y-cable
198 y-pad | Two 2-button 2-axis gamepads on an Y-cable
283 combination of) devices on a single gameport, using an Y-cable or chained
304 of up to two of these pads either chained together or using an Y-cable on a
346 an Y-cable.
355 Up to two of these can be used on a single gameport, using an Y-cable.
Dwalkera0701.txt41 cable and run jstest /dev/input/js0 to see values from TX. If no value can
Djoystick-parport.txt48 cable. You can also pull the power directly from the power supply (the red
/linux-4.4.14/drivers/usb/gadget/function/
Df_midi.c60 uint8_t cable; member
217 static void f_midi_read_data(struct usb_ep *ep, int cable, in f_midi_read_data() argument
221 struct snd_rawmidi_substream *substream = midi->out_substream[cable]; in f_midi_read_data()
227 if (!test_bit(cable, &midi->out_triggered)) in f_midi_read_data()
240 int cable = buf[i] >> 4; in f_midi_handle_out_data() local
242 f_midi_read_data(ep, cable, &buf[i + 1], length); in f_midi_handle_out_data()
419 uint8_t p0 = port->cable << 4; in f_midi_transmit_byte()
1135 port->cable = i; in f_midi_alloc()
/linux-4.4.14/Documentation/fb/
Dpvr2fb.txt50 cable:X - cable type. This can be any of the following: vga, rgb, and
Dsstfb.txt19 with the vga passthrou cable, I can only suggest borrowing a screen
84 vgapass=0 vganopass Enable or disable VGA passthrou cable.
123 sst_dbg_vgapass /dev/fb1 1 (enables vga cable)
124 sst_dbg_vgapass /dev/fb1 0 (disables vga cable)
/linux-4.4.14/Documentation/devicetree/bindings/extcon/
Dextcon-usb-gpio.txt3 This is a virtual device used to generate USB cable states from the USB ID pin
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dcommon.c376 int cable; in usbhsc_hotplug() local
391 cable = extcon_get_cable_state_(priv->edev, EXTCON_USB_HOST); in usbhsc_hotplug()
392 if ((cable > 0 && id != USBHS_HOST) || in usbhsc_hotplug()
393 (!cable && id != USBHS_GADGET)) { in usbhsc_hotplug()
/linux-4.4.14/drivers/net/usb/
DKconfig140 CDC-Ethernet specification (including many cable modems).
204 tristate "CDC Ethernet support (smart devices such as cable modems)"
213 CDC Ethernet is an implementation option for DOCSIS cable modems
352 Choose this option if you're using a host-to-host cable,
362 Choose this option if you're using a host-to-host cable based
372 Choose this option if you're using a host-to-host cable
417 Choose this option if you're using a host-to-host cable
424 Choose this option if you're using a host-to-host cable
433 Choose this option if you're using a host-to-host cable
465 Choose this option if you're using a host-to-host cable
/linux-4.4.14/Documentation/scsi/
Dlpfc.txt34 received from the midlayer. In the cases where a cable was pulled, link
35 jitter, or a device temporarily loses connectivity (due to its cable
DChangeLog.arcmsr31 ** in case of heavy loading when sata cable
DChangeLog.megaraid610 performs extended errors recovery for instances like scsi cable pull.
DChangeLog.lpfc450 1. IO with a few lips and a long cable pull behaved accordingly.
534 free types to alleviate miscellaneous panics with cable pull
686 * Fixed errors caused by LIP and cable pulls both with and without
Dncr53c8xx.txt774 If you have connected a wide device with a 50 pins to 68 pins cable
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.usbvision61 60 -> Pinnacle Studio Linx Video input cable (NTSC) [2304:0300]
62 61 -> Pinnacle Studio Linx Video input cable (PAL) [2304:0301]
DREADME.cx8824 - audio data dma (i.e. recording without loopback cable to the
Dvivid.txt727 to be sent since it emulates a changed input condition (e.g. a cable
743 to be sent since it emulates a changed input condition (e.g. a cable
881 as if a cable was hooked up between the output and input connector. So video
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt82 cable events, the second should point to external connector
83 device, which provide "USB-HOST" cable events. If one of
Dci-hdrc-usb2.txt50 external connector, which provide "USB" cable events, the second should point
51 to external connector device, which provide "USB-HOST" cable events. If one
/linux-4.4.14/Documentation/ide/
Dide.txt46 - If you mix devices on the same cable, please consider using similar devices
50 cable.
203 To force ignoring cable detection (this should be needed only if you're using
204 short 40-wires cable which cannot be automatically detected - if this is not
208 (i.e. "ide_core.ignore_cable=1" to force ignoring cable for "ide1")
/linux-4.4.14/Documentation/usb/
Dgadget_serial.txt98 serial cable.
159 to the Windows host with a USB cable, Windows should recognize the
189 to the Linux host with a USB cable, the host system should recognize
221 to the Linux host with a USB cable, the host system should recognize
256 and a USB cable connects the gadget device to the host, you should
Dchipidea.txt20 2) Connect 2 boards with usb cable with one end is micro A plug, the other end
Dusb-serial.txt96 cable/cradle.
120 Start/Programs/Connections, connect the cable and select "usbdial" (or
136 Toshiba's $350 serial cable for flashing!! :D
402 the DCU-11 mobile-phone cable.
Drio.txt43 into the USB cable.
Dproc_usb_info.txt52 or USB cable), so a device might be 002/027 when you first connect
/linux-4.4.14/drivers/net/
DKconfig15 telephone line or null modem cable you need say Y here. Connecting
334 cable modem. This is an ISA card which is used by a number of cable
335 TV companies to provide cable modem access. It's a one-way
336 downstream-only cable modem, meaning that your upstream net link is
348 <http://linuxpower.cx/~cable/>
/linux-4.4.14/Documentation/arm/SA1100/
DADSBitsy37 - 16bpp mode requires a different cable than what ships with the board.
DGraphicsMaster47 - 16bpp mode requires a different cable than what ships with the board.
DGraphicsClient91 - 16bpp mode requires a different cable than what ships with the board.
/linux-4.4.14/drivers/net/ethernet/sis/
DKconfig30 your phone line as a network cable.
/linux-4.4.14/drivers/gpu/drm/sti/
DNOTES16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt3 USB2 Debug port key and a debug cable, on x86 systems.
38 b.) You also need a Netchip USB debug cable/key:
/linux-4.4.14/arch/avr32/boards/atstk1000/
DKconfig89 IDC cable. A default "heartbeat" trigger is provided, but
/linux-4.4.14/drivers/atm/
Dnicstarmac.copyright7 * interrupts us (except possibly for removal/insertion of the cable?)
DKconfig195 ForeRunner LE155 cards. This driver provides detection of cable~
206 addition to cable removal/reinsertion detection, this driver allows
/linux-4.4.14/drivers/net/wan/lmc/
Dlmc_media.c542 int cable; in lmc_ssi_init() local
548 cable = (mii17 & LMC_MII17_SSI_CABLE_MASK) >> LMC_MII17_SSI_CABLE_SHIFT; in lmc_ssi_init()
549 sc->ictl.cable_type = cable; in lmc_ssi_init()
/linux-4.4.14/Documentation/sound/alsa/
DBt87x.txt16 playback). As most TV cards come with a short cable which can be plugged
DHD-Audio.txt587 cable is unplugged. Thus, if you hear noises, suspect first the
/linux-4.4.14/drivers/usb/dwc2/
DKconfig49 the role will be determined by the cable that gets plugged-in. This
/linux-4.4.14/Documentation/dvb/
Dcontributors.txt22 for patching the cable card decoder driver
/linux-4.4.14/Documentation/blockdev/
Dparide.txt21 the device being addressed via the parallel cable is a standard SCSI
29 that interconnected a standard PC parallel port cable and a standard
30 IDE cable. It is usually possible to exchange the CD-ROM device with
80 friq Freecom IQ cable (DE)
Dfloppy.txt179 cable, connection and jumper settings if you have any DCL
/linux-4.4.14/Documentation/sound/oss/
Dbtaudio22 playback). As most TV cards come with a short cable which can be plugged
/linux-4.4.14/drivers/net/ethernet/realtek/
DKconfig74 to match the transceiver to the cable characteristics. This is
/linux-4.4.14/drivers/ide/
Dpmac.c919 const char *cable = of_get_property(np, "cable-type", NULL); in pmac_ide_cable_detect() local
924 if (cable && !strncmp(cable, "80-", 3)) { in pmac_ide_cable_detect()
/linux-4.4.14/drivers/usb/
DKconfig136 Say Y here if you own an USS-720 USB->Parport cable and intend to
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt84 the MoCA interface whenever the MoCA coaxial cable gets disconnected or the
/linux-4.4.14/drivers/platform/x86/
Dalienware-wmi.c539 static DEVICE_ATTR(cable, S_IRUGO, show_hdmi_cable, NULL);
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt25 mouse cable and connect the wires to GPIO lines or solder a mouse connector
/linux-4.4.14/Documentation/ia64/
Dserial.txt103 Either move the console cable to the non-MP UART, or change
/linux-4.4.14/drivers/staging/dgap/
Ddgap.h1183 char *cable; member
Ddgap.c992 kfree(p->u.line.cable); in dgap_parsefile()
993 p->u.line.cable = kstrdup(s, GFP_KERNEL); in dgap_parsefile()
1296 kfree(p->u.line.cable); in dgap_cleanup_nodes()
/linux-4.4.14/drivers/usb/storage/
DKconfig79 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
/linux-4.4.14/Documentation/pps/
Dpps.txt201 Parallel port cable pinout:
/linux-4.4.14/drivers/spi/
DKconfig168 This uses a custom parallel port cable to connect to an AVR
171 This same cable can be used to flash new firmware.
/linux-4.4.14/drivers/input/joystick/
DKconfig204 to use it via serial cable as a joystick.
/linux-4.4.14/drivers/media/dvb-frontends/
DKconfig46 comment "Multistandard (cable + terrestrial) frontends"
498 comment "DVB-C (cable) frontends"
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.reg507 * strength, and performing cable detection. On the aic7860, most of
522 field SSPIOCPS 0x01 /* Termination and cable detection */
/linux-4.4.14/drivers/usb/gadget/
DKconfig323 the network interface to the target (e.g. a USB cable modem), and the
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig152 the network interface to the target (e.g. a USB cable modem), and the
/linux-4.4.14/drivers/tty/
DKconfig429 EJTAG without needing to connect a serial cable.
/linux-4.4.14/Documentation/video4linux/bttv/
DCards902 DCT Card (DVB cable)
/linux-4.4.14/drivers/usb/serial/
DKconfig198 using a USB cradle/cable. For information on using the driver,
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1420 This byte wide Parallel channel path/bus has parity & data on the "Bus" cable
1421 and control lines on the "Tag" cable. These can operate in byte multiplex mode
1439 ESCONs typical max cable length is 3km for the led version and 20km for the
/linux-4.4.14/drivers/scsi/
DKconfig901 drive (if the supplied cable with the drive is labeled "AutoDetect")
928 drive (if the supplied cable with the drive is labeled "AutoDetect")
/linux-4.4.14/drivers/tty/serial/
DKconfig1299 BCM33xx (cable modem)
/linux-4.4.14/lib/
DKconfig.debug1732 devices, be sure to have the cable plugged and FireWire enabled on
/linux-4.4.14/arch/mips/
DKconfig175 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
/linux-4.4.14/Documentation/power/
Dpci.txt972 verifying that the device is not used (like when the network cable is detached
/linux-4.4.14/arch/x86/
DKconfig1509 during events such as suspend/resume or monitor cable