/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 12 - 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/ |
D | aloop.c | 106 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/ |
D | otg.c | 33 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 …]
|
D | core.c | 644 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/ |
D | axp288_charger.c | 161 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 …]
|
D | charger-manager.c | 1132 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/ |
D | porting-android-switch-class | 55 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/ |
D | extcon.c | 222 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 …]
|
D | extcon-axp288.c | 160 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()
|
D | Kconfig | 9 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/ |
D | sysfs-class-extcon | 35 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
|
D | sysfs-class-power-twl4030 | 11 value when a cable is plugged or unplugged.
|
/linux-4.4.14/Documentation/networking/ |
D | PLIP.txt | 22 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 …]
|
D | README.sb1000 | 2 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)!
|
D | ixgb.txt | 344 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.
|
D | arcnet-hardware.txt | 46 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 …]
|
D | 00-INDEX | 22 - info on General Instrument/NextLevel SURFboard1000 cable modem.
|
D | 3c509.txt | 78 another system that's connected directly to the 3c509B via a crossover cable.
|
D | cs89x0.txt | 110 * 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
|
D | phy.txt | 12 cable), and provides a register interface to allow drivers to determine what
|
D | bonding.txt | 1782 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/ |
D | extcon.h | 182 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/ |
D | soc.txt | 1 * Broadcom cable/DSL/settop platforms 12 BMIPS4355 cable modem CPU instead of the BMIPS5000 application processor.
|
/linux-4.4.14/Documentation/spi/ |
D | butterfly | 5 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/ |
D | pata_cs5535.c | 79 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()
|
D | pata_macio.c | 481 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/ |
D | libata.xml.db | 18 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/ |
D | wanxl.c | 120 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()
|
D | wanxl.h | 141 volatile u32 cable; member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | rockchip-spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or 5 a fibre cable.
|
D | fsl,spdif.txt | 4 processor to receive and transmit digital audio via an coaxial cable or 5 a fibre cable.
|
/linux-4.4.14/sound/usb/ |
D | midi.c | 153 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/ |
D | debugging-via-ohci1394.txt | 85 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
|
D | devices.txt | 1969 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/ |
D | stih416-overview.txt | 8 for satellite, cable, terrestrial and IP-STB markets.
|
D | stih415-overview.txt | 8 for satellite, cable, terrestrial and IP-STB markets.
|
D | stih418-overview.txt | 8 and server/connected client application for satellite, cable, terrestrial
|
D | stih407-overview.txt | 8 and server/connected client application for satellite, cable, terrestrial
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 107 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
|
D | joystick.txt | 197 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.
|
D | walkera0701.txt | 41 cable and run jstest /dev/input/js0 to see values from TX. If no value can
|
D | joystick-parport.txt | 48 cable. You can also pull the power directly from the power supply (the red
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_midi.c | 60 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/ |
D | pvr2fb.txt | 50 cable:X - cable type. This can be any of the following: vga, rgb, and
|
D | sstfb.txt | 19 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/ |
D | extcon-usb-gpio.txt | 3 This is a virtual device used to generate USB cable states from the USB ID pin
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | common.c | 376 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/ |
D | Kconfig | 140 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/ |
D | lpfc.txt | 34 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
|
D | ChangeLog.arcmsr | 31 ** in case of heavy loading when sata cable
|
D | ChangeLog.megaraid | 610 performs extended errors recovery for instances like scsi cable pull.
|
D | ChangeLog.lpfc | 450 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
|
D | ncr53c8xx.txt | 774 If you have connected a wide device with a 50 pins to 68 pins cable
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.usbvision | 61 60 -> Pinnacle Studio Linx Video input cable (NTSC) [2304:0300] 62 61 -> Pinnacle Studio Linx Video input cable (PAL) [2304:0301]
|
D | README.cx88 | 24 - audio data dma (i.e. recording without loopback cable to the
|
D | vivid.txt | 727 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/ |
D | msm-hsusb.txt | 82 cable events, the second should point to external connector 83 device, which provide "USB-HOST" cable events. If one of
|
D | ci-hdrc-usb2.txt | 50 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/ |
D | ide.txt | 46 - 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/ |
D | gadget_serial.txt | 98 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
|
D | chipidea.txt | 20 2) Connect 2 boards with usb cable with one end is micro A plug, the other end
|
D | usb-serial.txt | 96 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.
|
D | rio.txt | 43 into the USB cable.
|
D | proc_usb_info.txt | 52 or USB cable), so a device might be 002/027 when you first connect
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 15 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/ |
D | ADSBitsy | 37 - 16bpp mode requires a different cable than what ships with the board.
|
D | GraphicsMaster | 47 - 16bpp mode requires a different cable than what ships with the board.
|
D | GraphicsClient | 91 - 16bpp mode requires a different cable than what ships with the board.
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | Kconfig | 30 your phone line as a network cable.
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | NOTES | 16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 3 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/ |
D | Kconfig | 89 IDC cable. A default "heartbeat" trigger is provided, but
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 7 * interrupts us (except possibly for removal/insertion of the cable?)
|
D | Kconfig | 195 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/ |
D | lmc_media.c | 542 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/ |
D | Bt87x.txt | 16 playback). As most TV cards come with a short cable which can be plugged
|
D | HD-Audio.txt | 587 cable is unplugged. Thus, if you hear noises, suspect first the
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | Kconfig | 49 the role will be determined by the cable that gets plugged-in. This
|
/linux-4.4.14/Documentation/dvb/ |
D | contributors.txt | 22 for patching the cable card decoder driver
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 21 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)
|
D | floppy.txt | 179 cable, connection and jumper settings if you have any DCL
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 22 playback). As most TV cards come with a short cable which can be plugged
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 74 to match the transceiver to the cable characteristics. This is
|
/linux-4.4.14/drivers/ide/ |
D | pmac.c | 919 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/ |
D | Kconfig | 136 Say Y here if you own an USS-720 USB->Parport cable and intend to
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | bcm_sf2.txt | 84 the MoCA interface whenever the MoCA coaxial cable gets disconnected or the
|
/linux-4.4.14/drivers/platform/x86/ |
D | alienware-wmi.c | 539 static DEVICE_ATTR(cable, S_IRUGO, show_hdmi_cable, NULL);
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 25 mouse cable and connect the wires to GPIO lines or solder a mouse connector
|
/linux-4.4.14/Documentation/ia64/ |
D | serial.txt | 103 Either move the console cable to the non-MP UART, or change
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 1183 char *cable; member
|
D | dgap.c | 992 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/ |
D | Kconfig | 79 - Planex eXtreme Drive RX-25HU USB-IDE cable (not model RX-25U)
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 201 Parallel port cable pinout:
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 168 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/ |
D | Kconfig | 204 to use it via serial cable as a joystick.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 46 comment "Multistandard (cable + terrestrial) frontends" 498 comment "DVB-C (cable) frontends"
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 507 * 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/ |
D | Kconfig | 323 the network interface to the target (e.g. a USB cable modem), and the
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 152 the network interface to the target (e.g. a USB cable modem), and the
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 429 EJTAG without needing to connect a serial cable.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 902 DCT Card (DVB cable)
|
/linux-4.4.14/drivers/usb/serial/ |
D | Kconfig | 198 using a USB cradle/cable. For information on using the driver,
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1420 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/ |
D | Kconfig | 901 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/ |
D | Kconfig | 1299 BCM33xx (cable modem)
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1732 devices, be sure to have the cable plugged and FireWire enabled on
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 175 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 972 verifying that the device is not used (like when the network cable is detached
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1509 during events such as suspend/resume or monitor cable
|