Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 76 of 76) sorted by relevance

/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-audio.c93 if (dev->disconnected) { in em28xx_audio_isocirq()
262 if (dev->disconnected) in snd_em28xx_capture_open()
357 if (dev->disconnected) in snd_em28xx_hw_capture_params()
399 if (dev->disconnected) in snd_em28xx_prepare()
429 if (dev->disconnected) in snd_em28xx_capture_trigger()
458 if (dev->disconnected) in snd_em28xx_capture_pointer()
484 if (dev->disconnected) in em28xx_vol_info()
505 if (dev->disconnected) in em28xx_vol_put()
543 if (dev->disconnected) in em28xx_vol_get()
578 if (dev->disconnected) in em28xx_vol_put_mute()
[all …]
Dem28xx-core.c83 if (dev->disconnected) in em28xx_read_reg_req_len()
159 if (dev->disconnected) in em28xx_write_regs_req()
Dem28xx.h617 unsigned char disconnected:1; /* device has been diconnected */ member
Dem28xx-i2c.c507 if (dev->disconnected) in em28xx_i2c_xfer()
Dem28xx-dvb.c148 if (dev->disconnected) in em28xx_dvb_urb_data_copy()
1796 if (dev->disconnected) { in em28xx_dvb_fini()
Dem28xx-video.c780 if (dev->disconnected) in em28xx_urb_data_copy()
2052 if (dev->disconnected) in em28xx_v4l2_close()
Dem28xx-cards.c3045 if (!dev->disconnected) in em28xx_free_device()
3531 dev->disconnected = 1; in em28xx_usb_disconnect()
/linux-4.4.14/drivers/usb/misc/
Dftdi-elan.c169 int disconnected; member
205 ftdi->disconnected += 1; in ftdi_elan_delete()
469 if (ftdi->disconnected > 0) { in ftdi_elan_command_work()
475 ftdi->disconnected += 1; in ftdi_elan_command_work()
477 ftdi->disconnected += 1; in ftdi_elan_command_work()
494 if (ftdi->disconnected > 0) { in ftdi_elan_respond_work()
501 ftdi->disconnected += 1; in ftdi_elan_respond_work()
503 ftdi->disconnected += 1; in ftdi_elan_respond_work()
505 ftdi->disconnected += 1; in ftdi_elan_respond_work()
507 ftdi->disconnected += 1; in ftdi_elan_respond_work()
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-stm_source11 stm_source, it will first be disconnected.
Dsysfs-driver-hid-picolcd14 disconnected and reconnects after above delay (see attribute
Dsysfs-class-uwb_rc-wusbhc19 disconnected and are removed. The default value of
Dsysfs-bus-iio495 DAC output stage is disconnected from the amplifier and
525 disconnected from the amplifier. Clearing returns to normal
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_nm.c34 list_for_each_safe(pos, tmpq, &scif_info.disconnected) { in scif_invalidate_ep()
49 list_add_tail(&ep->list, &scif_info.disconnected); in scif_invalidate_ep()
Dscif_main.h101 struct list_head disconnected; member
Dscif_epd.c299 list_add_tail(&ep->list, &scif_info.disconnected); in scif_discnct()
Dscif_main.c278 INIT_LIST_HEAD(&scif_info.disconnected); in _scif_init()
Dscif_api.c134 list_for_each_safe(pos, tmpq, &scif_info.disconnected) { in scif_disconnect_ep()
195 list_for_each_safe(pos, tmpq, &scif_info.disconnected) { in scif_close()
258 list_for_each_safe(pos, tmpq, &scif_info.disconnected) { in scif_close()
Dscif_mmap.c120 _scif_zap_mmaps(node, &scif_info.disconnected); in scif_zap_mmaps()
/linux-4.4.14/drivers/net/usb/
Dcdc-phonet.c45 u8 disconnected; member
426 if (pnd->disconnected) in usbpn_disconnect()
429 pnd->disconnected = 1; in usbpn_disconnect()
/linux-4.4.14/drivers/usb/serial/
Dusb-serial.c77 if (serial->disconnected) { in usb_serial_port_get_by_minor()
230 if (serial->disconnected) in serial_port_activate()
318 if (!serial->disconnected) in serial_cleanup()
360 if (serial->disconnected) in serial_chars_in_buffer()
377 if (!serial->disconnected) in serial_wait_until_sent()
1059 serial->disconnected = 1; in usb_serial_probe()
1078 serial->disconnected = 0; in usb_serial_probe()
1103 serial->disconnected = 1; in usb_serial_disconnect()
Dmos7720.c308 if (unlikely(mos_parport->serial->disconnected)) { in send_deferred_urbs()
408 if (serial->disconnected) { in write_parport_reg_nonblock()
460 if (mos_parport->serial->disconnected) { in parport_prologue()
Ddigi_acceleport.c1135 if (port->serial->disconnected) in digi_close()
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-ad719219 the bridge can be disconnected (when it is not being used
/linux-4.4.14/drivers/usb/class/
Dcdc-acm.h104 bool disconnected; member
Dcdc-acm.c83 if (acm->disconnected) { in acm_get_by_minor()
551 if (acm->disconnected) in acm_port_activate()
552 goto disconnected; in acm_port_activate()
600 disconnected: in acm_port_activate()
746 if (acm->disconnected) in acm_tty_chars_in_buffer()
903 if (acm->disconnected) { in wait_serial_change()
1540 acm->disconnected = true; in acm_disconnect()
/linux-4.4.14/Documentation/s390/
Ddriver-model.txt28 system; it is a pseudo subchannel where disconnected ccw devices are moved to
43 disconnected devices.
46 In the special case of the device being disconnected (see the
168 device, it is moved into disconnected state.
169 * In disconnected state, device operational again (CIO_OPER). The
/linux-4.4.14/fs/coda/
DKconfig9 disconnected operation (e.g. for laptops), read/write server
/linux-4.4.14/drivers/usb/core/
Dhub.h70 unsigned disconnected:1; member
Dhub.c582 if (hub->disconnected || work_pending(&hub->events)) in kick_hub_wq()
1042 if (hub->disconnected) { in hub_activate()
1681 hub->disconnected = 1; in hub_disconnect()
5063 if (unlikely(hub->disconnected)) in hub_event()
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dltc2941.txt18 lost when the battery is disconnected.
/linux-4.4.14/drivers/usb/atm/
Dusbatm.h158 int disconnected; member
Dusbatm.c664 if (!instance || instance->disconnected) { in usbatm_atm_send()
767 if (instance->disconnected) in usbatm_atm_proc_read()
808 if (instance->disconnected) { in usbatm_atm_open()
904 if (!instance || instance->disconnected) in usbatm_atm_ioctl()
1238 instance->disconnected = 1; in usbatm_usb_disconnect()
/linux-4.4.14/drivers/scsi/arm/
Dacornscsi.c716 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt); in acornscsi_kick()
1797 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()
1812 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt); in acornscsi_reconnect()
1839 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt); in acornscsi_reconnect_finish()
1849 host->SCpnt = queue_remove_tgtluntag(&host->queues.disconnected, in acornscsi_reconnect_finish()
2569 } else if (queue_remove_cmd(&host->queues.disconnected, SCpnt)) { in acornscsi_do_abort()
2755 while ((SCptr = queue_remove(&host->queues.disconnected)) != NULL) in acornscsi_bus_reset()
2934 queue_initialise(&ashost->queues.disconnected); in acornscsi_probe()
2949 queue_free(&ashost->queues.disconnected); in acornscsi_probe()
2977 queue_free(&ashost->queues.disconnected); in acornscsi_remove()
Dacornscsi.h319 Queue_t disconnected; /* disconnected command queue */ member
Dfas216.c995 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt); in fas216_reselected_intr()
1001 info->SCpnt = queue_remove_tgtluntag(&info->queues.disconnected, in fas216_reselected_intr()
1950 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt); in fas216_kick()
2363 } else if (queue_remove_cmd(&info->queues.disconnected, SCpnt)) { in fas216_find_command()
2498 queue_remove_all_target(&info->queues.disconnected, target); in fas216_eh_device_reset()
2590 queue_remove_all_target(&info->queues.disconnected, SDpnt->id); in fas216_eh_bus_reset()
2816 while (queue_remove(&info->queues.disconnected) != NULL); in fas216_reset_state()
2863 if (!queue_initialise(&info->queues.disconnected)) { in fas216_init()
2951 queue_free(&info->queues.disconnected); in fas216_release()
Dfas216.h285 Queue_t disconnected; /* disconnected command queue */ member
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c2067 int disconnected; in ahc_linux_queue_recovery_cmd() local
2169 disconnected = TRUE; in ahc_linux_queue_recovery_cmd()
2189 disconnected = FALSE; in ahc_linux_queue_recovery_cmd()
2192 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahc_linux_queue_recovery_cmd()
2197 disconnected = FALSE; in ahc_linux_queue_recovery_cmd()
2201 disconnected = FALSE; in ahc_linux_queue_recovery_cmd()
2231 } else if (disconnected) { in ahc_linux_queue_recovery_cmd()
Daic79xx_osm.c2162 int disconnected; in ahd_linux_queue_abort_cmd() local
2240 disconnected = TRUE; in ahd_linux_queue_abort_cmd()
2259 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) { in ahd_linux_queue_abort_cmd()
2264 disconnected = FALSE; in ahd_linux_queue_abort_cmd()
2286 } else if (disconnected) { in ahd_linux_queue_abort_cmd()
Daic7xxx.seq1806 * clearing the "disconnected" bit so we don't "find" it by accident later.
1864 * disconnected list, so we must replace
2037 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will
2040 * preceding SCB in the disconnected list which can be used to speed up
2041 * removal of the found SCB from the disconnected list.
2338 * to the correct/safe state. If the SCB is for a disconnected
2339 * transaction, it must be returned to the disconnected list.
2340 * If it is not in the disconnected state, it must be free.
2388 * Modifying the disconnected list is a critical(pause dissabled) section.
Daic7xxx.reg1527 * disconnected. Used for SCB
Daic79xx.seq1094 * the per-device, disconnected array. If there is no untagged
/linux-4.4.14/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt95 mac80211->userspace: disconnected
Dx25-iface.txt36 Terminate the LAPB link. If it is already disconnected then the disconnect
Dbonding.txt1927 disconnected), it may be that the driver does not support
/linux-4.4.14/drivers/scsi/
Daha152x.c316 disconnected = 0x0008, /* target disconnected */ enumerator
1059 int ret, issued, disconnected; in aha152x_device_reset() local
1071 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1102 } else if(disconnected) { in aha152x_device_reset()
1402 } else if(CURRENT_SC->SCp.phase & disconnected) { in busfree_run()
1692 CURRENT_SC->SCp.phase &= ~disconnected; in msgi_run()
1708 CURRENT_SC->SCp.phase |= disconnected; in msgi_run()
2457 (ptr->SCp.phase & disconnected) ? "disconnected|" : "", in show_command()
2511 if (ptr->SCp.phase & disconnected) in get_command()
/linux-4.4.14/sound/usb/
Dmidi.c130 unsigned char disconnected; member
316 if (ep->umidi->disconnected) { in snd_usbmidi_do_output()
361 if (umidi->disconnected) { in snd_usbmidi_error_timer()
1097 if (umidi->disconnected) { in substream_open()
1172 if (port->ep->umidi->disconnected) { in snd_usbmidi_output_trigger()
1191 if (ep->umidi->disconnected) in snd_usbmidi_output_drain()
1474 umidi->disconnected = 1; in snd_usbmidi_disconnect()
/linux-4.4.14/include/linux/usb/
Dserial.h156 unsigned char disconnected:1; member
/linux-4.4.14/Documentation/trace/
Dstm.txt73 class. Devices of this class can be connected and disconnected to/from
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dqcom_smbb.txt26 - charger disconnected
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt17 * because its device has been (or is being) disconnected or the
Dpersist.txt26 though they had disconnected. This is always safe and it is the
Dpower-management.txt317 If the device is disconnected or powered down while it is suspended,
597 (defaults to 1). If the port is disconnected it will immediately receive a
692 bluetooth that can be disconnected via an external
DWUSB-Design-overview.txt208 When a dongle is disconnected, /drivers/uwb/hwa-rc.c:hwarc_disconnect()/
/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/sound/core/
Dtimer.c68 bool disconnected; member
950 tu->disconnected = true; in snd_timer_dev_disconnect()
1952 if (tu->disconnected) { in snd_timer_user_read()
2000 if (tu->disconnected) in snd_timer_user_poll()
/linux-4.4.14/Documentation/DocBook/
D80211.xml.db58 API-cfg80211-disconnected
/linux-4.4.14/drivers/usb/gadget/udc/
Dbcm63xx_udc.c1986 bool disconnected = false, bus_reset = false; in bcm63xx_udc_ctrl_isr() local
2003 disconnected = true; in bcm63xx_udc_ctrl_isr()
2035 if (disconnected && udc->driver) in bcm63xx_udc_ctrl_isr()
/linux-4.4.14/net/wireless/
DKconfig56 For example, when a driver reports that it was disconnected
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt271 been severed. As an example, when a vty-server is immediately disconnected
512 configured for this partition and each must point to a disconnected vty.
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt294 got disconnected. (*)
DChangeLog.sym53c8xx295 - Complete all disconnected CCBs for a logical UNIT if we are told
306 when the driver is told to abort a command that is disconnected and
Daic7xxx.txt43 4. 64 Byte SCB Support - Allows disconnected, untagged request table
DChangeLog.ncr53c8xx406 disconnected. This happens with Atlas I / L912 and may happen
Dncr53c8xx.txt290 to the actual number of disconnected commands.
417 Example above: 183.09 seconds spent disconnected
Dsym53c8xx_2.txt261 to the actual number of disconnected commands.
/linux-4.4.14/fs/
Ddcache.c1934 static struct dentry *__d_obtain_alias(struct inode *inode, int disconnected) in __d_obtain_alias() argument
1967 if (disconnected) in __d_obtain_alias()
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960451 1:1 is now disconnected, simulating a drive failure. The failure is noted by
623 1:2 is now disconnected, simulating a drive failure. The failure is noted by
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt55 file system is disconnected, a user-space mechanism would have to go
/linux-4.4.14/Documentation/
Dpinctrl.txt200 effectively disconnected. You may be able to connect an input pin to VDD or GND
854 wrong things on the GPIO block, as it is never really disconnected. It is
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt325 # ac gets connected/disconnected from a laptop
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt845 of the driver or because the USB device was disconnected, then you should
Dvivid.txt768 been disconnected. Only after all open filehandles to the device
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES138 of second share to disconnected server session (autoreconnect on this).
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt1590 locally allocated temp fids while disconnected with global fids even
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt532 sys entry, to disable speech while one synthesizer is disconnected and
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt889 disconnected from the physical network unless one of the virtual