Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 91) sorted by relevance

1234

/drivers/staging/panel/
DKconfig5 Say Y here if you have an HD44780 or KS-0074 LCD connected to your
19 This is the index of the parallel port the panel is connected to. One
21 and LCD are connected to two separate ports, you have to start two
53 This enables and configures a keypad connected to the parallel port.
70 This enables and configures an LCD connected to the parallel port.
166 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) "
171 signal has been connected. It can be :
173 0 : no connection (eg: connected to ground)
174 1..17 : directly connected to any of these pins on the DB25 plug
175 -1..-17 : connected to the same pin through an inverter (eg: transistor).
[all …]
/drivers/scsi/
Dsun3_NCR5380.c784 if (!hostdata->connected) in NCR5380_proc_info()
787 pos = lprint_Scsi_Cmnd ((struct scsi_cmnd *) hostdata->connected, in NCR5380_proc_info()
865 hostdata->connected = NULL; in NCR5380_init()
932 if (!hostdata->connected && !hostdata->issue_queue && in NCR5380_queue_command()
1071 if (!hostdata->connected) { in NCR5380_main()
1152 if (hostdata->connected) in NCR5380_main()
1158 if (hostdata->connected in NCR5380_main()
1198 if (!hostdata->connected) { in NCR5380_dma_complete()
1208 if((sun3scsi_dma_finish(rq_data_dir(hostdata->connected->request)))) { in NCR5380_dma_complete()
1237 data = (unsigned char **) &(hostdata->connected->SCp.ptr); in NCR5380_dma_complete()
[all …]
Datari_NCR5380.c790 if (!hostdata->connected) in NCR5380_proc_info()
793 pos = lprint_Scsi_Cmnd((Scsi_Cmnd *) hostdata->connected, in NCR5380_proc_info()
869 hostdata->connected = NULL; in NCR5380_init()
933 if (!hostdata->connected && !hostdata->issue_queue && in NCR5380_queue_command()
1074 if (!hostdata->connected) { in NCR5380_main()
1163 if (hostdata->connected) in NCR5380_main()
1170 if (hostdata->connected in NCR5380_main()
1210 if (!hostdata->connected) { in NCR5380_dma_complete()
1217 p = hostdata->connected->SCp.phase; in NCR5380_dma_complete()
1241 data = (unsigned char **)&hostdata->connected->SCp.ptr; in NCR5380_dma_complete()
[all …]
DNCR5380.c755 if (!hostdata->connected) in NCR5380_proc_info()
758 pos = lprint_Scsi_Cmnd((Scsi_Cmnd *) hostdata->connected, pos, buffer, length); in NCR5380_proc_info()
849 hostdata->connected = NULL; in NCR5380_init()
1049 if (!hostdata->connected && !hostdata->selecting) { in NCR5380_main()
1129 if (hostdata->connected in NCR5380_main()
1203 if (!hostdata->connected) in NCR5380_intr()
1207 hostdata->connected->SCp.this_residual -= transferred; in NCR5380_intr()
1208 hostdata->connected->SCp.ptr += transferred; in NCR5380_intr()
1542 hostdata->connected = cmd; in NCR5380_select()
2102 Scsi_Cmnd *cmd = (Scsi_Cmnd *) hostdata->connected;
[all …]
Din2000.c458 if (hostdata->selecting || hostdata->connected) { in in2000_execute()
608 hostdata->connected = cmd; in in2000_execute()
912 cmd = (Scsi_Cmnd *) hostdata->connected; /* assume we're connected */ in in2000_intr()
994 cmd = (Scsi_Cmnd *) hostdata->connected; /* assume we're connected */ in in2000_intr()
1069 hostdata->connected = NULL; in in2000_intr()
1093 hostdata->connected = cmd = (Scsi_Cmnd *) hostdata->selecting; in in2000_intr()
1334 hostdata->connected = NULL; in in2000_intr()
1419 hostdata->connected = NULL; in in2000_intr()
1450 hostdata->connected = NULL; in in2000_intr()
1464 hostdata->connected = NULL; in in2000_intr()
[all …]
Dwd33c93.c490 if (hostdata->selecting || hostdata->connected) { in wd33c93_execute()
639 hostdata->connected = cmd; in wd33c93_execute()
818 cmd = (struct scsi_cmnd *) hostdata->connected; /* assume we're connected */ in wd33c93_intr()
856 hostdata->connected = NULL; in wd33c93_intr()
890 hostdata->connected = cmd = in wd33c93_intr()
1179 hostdata->connected = NULL; in wd33c93_intr()
1268 hostdata->connected = NULL; in wd33c93_intr()
1300 hostdata->connected = NULL; in wd33c93_intr()
1318 hostdata->connected = NULL; in wd33c93_intr()
1472 hostdata->connected = cmd; in wd33c93_intr()
[all …]
/drivers/input/mouse/
DKconfig23 Say Y here if you have a PS/2 mouse connected to your system. This
45 Say Y here if you have an ALPS PS/2 touchpad connected to
55 Say Y here if you have a Logictech PS/2++ mouse connected to
65 Say Y here if you have a Synaptics PS/2 TouchPad connected to
76 TouchScreen connected to your system.
85 Say Y here if you have an IBM Trackpoint PS/2 mouse connected
94 Say Y here if you have an Elantech PS/2 touchpad connected
116 connected to your system.
134 Say Y here if you have a serial (RS-232, COM port) mouse connected
151 Apple Powerbooks (prior models have a Synaptics touchpad connected
[all …]
/drivers/block/
Dxen-blkfront.c83 enum blkif_state connected; member
215 if (unlikely(info->connected != BLKIF_STATE_CONNECTED)) in blkif_queue_request()
491 if (info->connected == BLKIF_STATE_CONNECTED) in blkif_restart_queue()
500 info->connected = suspend ? in blkif_free()
543 if (unlikely(info->connected != BLKIF_STATE_CONNECTED)) { in blkif_interrupt()
749 info->connected = BLKIF_STATE_DISCONNECTED; in blkfront_probe()
827 info->connected = BLKIF_STATE_CONNECTED; in blkif_recover()
853 blkif_free(info, info->connected == BLKIF_STATE_CONNECTED); in blkfront_resume()
856 if (info->connected == BLKIF_STATE_SUSPENDED && !err) in blkfront_resume()
874 if ((info->connected == BLKIF_STATE_CONNECTED) || in blkfront_connect()
[all …]
Dataflop.c208 int connected; /* !=0 : drive is connected */ member
518 if (++drive > 1 || !UD.connected) in check_change()
1414 if (!UD.connected) { in redo_fd_request()
1676 UD.connected = 0; in fd_probe()
1682 UD.connected = 1; in fd_probe()
1775 if (UD.connected) { in config_types()
/drivers/isdn/gigaset/
Dinterface.c35 if (!cmd && cs->mstate == MS_LOCKED && cs->connected) { in if_lock()
109 if (!cs->connected) { in if_config()
252 if (!cs->connected) { in if_ioctl()
333 if (!cs->connected) { in if_tiocmset()
368 } else if (!cs->connected) { in if_write()
402 } else if (!cs->connected) { in if_write_room()
434 } else if (!cs->connected) { in if_chars_in_buffer()
514 if (!cs->connected) { in if_set_termios()
Dusb-gigaset.c408 if (!cs->connected) { in gigaset_read_int_callback()
442 if (!cs->connected) { in gigaset_write_bulk_callback()
496 status = cs->connected ? usb_submit_urb(ucs->bulk_out_urb, GFP_ATOMIC) : -ENODEV; in send_cb()
551 if (cs->connected) in gigaset_write_cmd()
663 if (cs->connected) { in write_modem()
867 cs->connected = 0; /* prevent rescheduling */ in gigaset_suspend()
885 cs->connected = 1; in gigaset_resume()
/drivers/input/touchscreen/
DKconfig74 installed in Lifebook P series laptop) connected to your
86 Say Y here if you have the Gunze AHL-51 touchscreen connected to
98 Say Y here if you have an Elo serial touchscreen connected to
111 connected to your system.
123 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
135 Say Y here if you have an iNexio serial touchscreen connected to
190 Say Y here if you have a Penmount serial touchscreen connected to
219 Say Y here if you have a Touchright serial touchscreen connected to
231 Say Y here if you have a Touchwin serial touchscreen connected to
243 Say Y here if you have a 4-wire touchscreen connected to the
[all …]
/drivers/infiniband/ulp/ipoib/
DKconfig17 This option enables support for IPoIB connected mode. After
18 enabling this option, you need to switch to connected mode
23 WARNING: Enabling connected mode will trigger some packet
/drivers/input/joystick/
DKconfig139 Say Y here if you have a Logitech WingMan Warrior joystick connected
150 connected to your computer's serial port.
160 controller connected to your computer's serial port.
170 controller connected to your computer's serial port. For the
180 Say Y here if you have a Gravis Stinger connected to one of your
190 Say Y here if you have a Handykey Twiddler connected to your
214 Commodore, Amstrad CPC joystick connected to your parallel port.
228 Commodore, Amstrad CPC joystick connected to your parallel port.
251 Say Y here if you have an Amiga with a digital joystick connected
/drivers/uwb/
DKconfig39 Radio Controller connected to your system via USB. Most of
54 radio/host controllers connected via memmory mapping (eg:
73 This driver enables support for the i1480 when connected via
84 This driver enables WLP support for the i1480 when connected via
/drivers/net/wireless/hostap/
Dhostap_info.c412 int connected; in handle_info_queue_linkstatus() local
415 connected = in handle_info_queue_linkstatus()
433 if (connected) { in handle_info_queue_linkstatus()
450 if (connected || local->prev_linkstatus_connected) in handle_info_queue_linkstatus()
452 local->prev_linkstatus_connected = connected; in handle_info_queue_linkstatus()
/drivers/input/serio/
DKconfig27 mouse are connected to the computer. If you use these devices,
54 equipped with the ct82c710 chip and want to use a mouse connected
86 keyboard connected to its keyboard controller.
115 over which HP PS/2 keyboards and PS/2 mice may be connected.
133 The SDC may also be connected to a battery-backed real-time
172 Say Y here if you are using a driver for device connected
/drivers/char/
Dhvcs.c298 int connected; /* is the vty-server currently connected to a vty? */ member
429 if (hvcsd->connected == 0) { in hvcs_vterm_state_store()
455 retval = sprintf(buf, "%d\n", hvcsd->connected); in hvcs_vterm_state_show()
714 if (hvcsd->connected == 1) { in destroy_hvcs_struct()
795 hvcsd->connected = 0; in hvcs_probe()
994 hvcsd->connected = 1; in hvcs_partner_connect()
1013 hvcsd->connected = 1; in hvcs_partner_connect()
1035 hvcsd->connected = 0; in hvcs_partner_free()
1134 if (hvcsd->connected == 0) in hvcs_open()
/drivers/input/joystick/iforce/
DKconfig20 connected to your USB port.
27 connected to your serial (COM) port.
/drivers/leds/
DKconfig38 This option enables support for LEDs connected to GPIO lines
115 tristate "LED Support for GPIO connected LEDs"
118 This option enables support for the LEDs connected to GPIO
120 and they must be connected to the GPIO lines.
156 This option enables support for LEDs connected to PCA955x
/drivers/staging/usbip/
Dvhci_hcd.c1152 int connected = 0; in vhci_hcd_suspend() local
1164 connected += 1; in vhci_hcd_suspend()
1168 if (connected > 0) { in vhci_hcd_suspend()
1170 connected, (connected == 1 ? "" : "s")); in vhci_hcd_suspend()
/drivers/usb/gadget/
Dandroid.c115 void android_usb_set_connected(int connected) in android_usb_set_connected() argument
118 if (connected) in android_usb_set_connected()
/drivers/net/appletalk/
DKconfig9 on a network. If your Linux box is connected to such a network and you
36 on a network. If your Linux box is connected to such a network, and wish
87 AppleTalk connected Macs). Please see the file
/drivers/media/video/gspca/m5602/
DKconfig6 ALi m5602 connected to various image sensors.
/drivers/media/dvb/firewire/
DKconfig6 which are connected via IEEE 1394 (FireWire).

1234