Searched refs:disconnected (Results 51 - 74 of 74) sorted by relevance

123

/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-core.c73 if (dev->disconnected)
141 if (dev->disconnected)
H A Dem28xx-i2c.c534 * prevent i2c xfer attempts after device is disconnected
538 if (dev->disconnected)
H A Dem28xx-dvb.c151 if (dev->disconnected)
2051 if (dev->disconnected) {
H A Dem28xx-video.c788 if (dev->disconnected)
2194 * called when the device gets disconnected or at module unload
2296 if (dev->disconnected)
H A Dem28xx-cards.c3470 * called when the device gets disconnected or at module unload
3476 /*FIXME: I2C IR should be disconnected */
3508 if (!dev->disconnected)
4120 * called when the device gets disconnected
4134 dev->dev_next->disconnected = 1;
4139 dev->disconnected = 1;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c74 flags |= vbox_crtc->disconnected ? VBVA_SCREEN_F_DISABLED : 0;
769 return vbox_connector->mode_hint.disconnected ?
/linux-master/drivers/usb/core/
H A Dport.c78 if (hub->disconnected) {
133 if (hub->disconnected) {
H A Dhub.c709 if (hub->disconnected || work_pending(&hub->events))
1041 * see that the device has been disconnected. When the device is
1090 /* Was the hub disconnected while we were waiting? */
1091 if (hub->disconnected)
1092 goto disconnected;
1340 disconnected:
1783 hub->disconnected = 1;
2133 * is so that devices can be marked as disconnected as soon as possible,
2259 * @pdev: pointer to device being disconnected
2263 * Something got disconnected
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c2151 int disconnected; local
2228 disconnected = TRUE;
2246 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2251 disconnected = FALSE;
2257 * bus or is in the disconnected state.
2273 } else if (disconnected) {
2299 * We also set the disconnected flag since there is
2329 printk("Device is disconnected, re-queuing SCB\n");
/linux-master/drivers/media/rc/
H A Dimon.c168 bool disconnected; member in struct:imon_context
171 * display_open() to safely check ->disconnected and increment ->users.
529 if (!ictx || ictx->disconnected || !refcount_inc_not_zero(&ictx->users)) {
952 if (ictx->disconnected)
1032 if (ictx->disconnected)
2505 ictx->disconnected = true;
2549 dev_dbg(dev, "%s: iMON device (intf%d) disconnected\n",
/linux-master/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c906 * device has been disconnected.
1971 bool disconnected = false, bus_reset = false; local
1988 disconnected = true;
2020 if (disconnected && udc->driver)
/linux-master/security/apparmor/
H A Dfile.c170 labels_profile(label)->disconnected);
H A Ddomain.c651 &name, &info, profile->disconnected);
762 &xname, &info, profile->disconnected);
H A Dpolicy.c295 kfree_sensitive(profile->disconnected);
/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h183 bool disconnected; member in struct:bpf_link
H A Dlibbpf.c10543 link->disconnected = true;
10553 if (!link->disconnected && link->detach)
/linux-master/sound/core/
H A Dtimer.c78 bool disconnected; member in struct:snd_timer_user
1354 tu->disconnected = true;
2126 if (tu->disconnected) {
2196 if (tu->disconnected)
/linux-master/drivers/usb/serial/
H A Dmos7720.c264 * been destroyed, and (2) the device has been disconnected, but usbserial has
266 * The shared release_lock prevents the first, and the mutex and disconnected
291 if (mos_parport->serial->disconnected) {
292 /* device disconnected */
322 /* if device disconnected, game over */
323 if (mos_parport->serial->disconnected)
H A Ddigi_acceleport.c1115 /* if disconnected, just clear flags */
1116 if (port->serial->disconnected)
/linux-master/drivers/greybus/
H A Dsvc.c1023 module->disconnected = true;
1055 intf->disconnected = true;
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1559 goto disconnected;
1573 disconnected:
/linux-master/fs/
H A Ddcache.c689 // Same if it's disconnected
1923 static struct dentry *__d_obtain_alias(struct inode *inode, bool disconnected) argument
1948 if (likely(!res)) { /* still no alias, attach a disconnected dentry */
1951 if (disconnected)
1957 if (!disconnected) {
2941 * d_splice_alias - splice a disconnected dentry into the tree if one exists
2942 * @inode: the inode which may have a disconnected dentry
/linux-master/sound/usb/
H A Dmixer.c3630 if (mixer->disconnected)
3638 mixer->disconnected = true;
/linux-master/sound/pci/hda/
H A Dhda_codec.c744 if (pcm->disconnected)
749 pcm->disconnected = 1;

Completed in 417 milliseconds

123