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

123

/linux-master/drivers/greybus/
H A Dcore.c275 if (bundle->intf->disconnected)
286 if (!bundle->intf->disconnected)
H A Dinterface.c191 /* Mark as disconnected to prevent I/O during disable. */
192 intf->disconnected = true;
194 intf->disconnected = false;
1192 /* Set disconnected flag to avoid I/O during connection tear down. */
1194 intf->disconnected = true;
1199 if (!intf->mode_switch && !intf->disconnected)
H A Dcontrol.c516 if (control->intf->disconnected)
/linux-master/drivers/hwmon/
H A Dina3221.c102 * @disconnected: connection status of channel input source
108 bool disconnected; member in struct:ina3221_input
164 if (input[i].disconnected || !input[i].shunt_resistor ||
788 /* Log the disconnected channel input */
790 input->disconnected = true;
880 /* Disable channels if their inputs are disconnected */
882 if (ina->inputs[i].disconnected)
902 if (ina->inputs[i].disconnected)
1009 * Shunt measurements of disconnected channels should
/linux-master/drivers/scsi/arm/
H A Dacornscsi.h297 unsigned char disconnectable:1; /* this command can be disconnected */
316 Queue_t disconnected; /* disconnected command queue */ member in struct:acornscsi_hostdata::__anon594
H A Dfas216.h249 unsigned char disconnectable:1; /* this command can be disconnected */
282 Queue_t disconnected; /* disconnected command queue */ member in struct:__anon2634::__anon2638
H A Dacornscsi.c708 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
711 DBG(host->SCpnt, printk("scsi%d.%c: moved command to disconnected queue\n",
1709 * Purpose : reconnect a previously disconnected command
1746 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun))
1761 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1788 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1791 "to disconnected queue\n",
1798 host->SCpnt = queue_remove_tgtluntag(&host->queues.disconnected,
1976 case 0x85: /* target disconnected */
2083 case PHASE_IDLE: /* STATE: disconnected */
[all...]
H A Dfas216.c746 * @info: interface from which device disconnected from
828 * @info: interface from which device disconnected from
881 * @info: interface from which device disconnected from
999 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
1000 fas216_log(info, LOG_CONNECT, "had to move command to disconnected queue");
1005 info->SCpnt = queue_remove_tgtluntag(&info->queues.disconnected,
1949 "moved command for %d to disconnected queue",
1951 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
2306 * to be some time (eg, disconnected).
2347 res_hw_abort /* command on disconnected de
[all...]
/linux-master/drivers/scsi/
H A DNCR5380.h207 struct list_head disconnected; /* Waiting for reconnect */ member in struct:NCR5380_hostdata
H A DNCR5380.c76 * the command structure is placed into the per instance disconnected
80 * If a command has disconnected, eventually an interrupt will trigger,
413 INIT_LIST_HEAD(&hostdata->disconnected);
615 if (list_empty(&hostdata->disconnected) &&
836 * from the disconnected queue, and restarting NCR5380_main()
1666 * Side effects : SCSI things happen, the disconnected queue will be
1871 list_add(&ncmd->list, &hostdata->disconnected);
1873 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n",
2118 * just reestablished, and remove it from the disconnected queue.
2122 list_for_each_entry(ncmd, &hostdata->disconnected, lis
[all...]
H A Daha152x.c308 disconnected = 0x0008, /* target disconnected */ enumerator in enum:__anon2286
439 /* commands that disconnected */
1057 * for disconnected command: pseudo SC with ABORT message or ABORT on reselection?
1062 "cannot abort running or disconnected command\n");
1075 int ret, issued, disconnected; local
1087 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt);
1118 } else if(disconnected) {
1417 } else if (acp->phase & disconnected) {
1603 * (reconnection of a disconnected nexu
[all...]
/linux-master/drivers/staging/greybus/
H A Duart.c52 bool disconnected; member in struct:gb_tty
348 if (gb_tty->disconnected) {
662 if (gb_tty->disconnected) {
925 gb_tty->disconnected = true;
/linux-master/security/apparmor/include/
H A Dpolicy.h204 * @disconnected: what to prepend if attach_disconnected is specified
234 const char *disconnected; member in struct:aa_profile
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2055 int disconnected; local
2160 disconnected = TRUE;
2180 disconnected = FALSE;
2183 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2188 disconnected = FALSE;
2192 disconnected = FALSE;
2198 * bus, is in the disconnected state, or we're hoping to find
2222 } else if (disconnected) {
2233 * also set the disconnected flag since
2246 * disconnected lis
[all...]
/linux-master/drivers/usb/atm/
H A Dusbatm.c651 if (!instance || instance->disconnected) {
653 printk_ratelimited(KERN_DEBUG "%s: %s!\n", __func__, instance ? "disconnected" : "NULL instance");
754 if (instance->disconnected)
795 if (instance->disconnected) {
796 atm_dbg(instance, "%s: disconnected!\n", __func__);
890 if (!instance || instance->disconnected)
1222 instance->disconnected = 1;
/linux-master/include/linux/usb/
H A Dserial.h147 unsigned char disconnected:1; member in struct:usb_serial
/linux-master/security/apparmor/
H A Dpolicy_unpack.c817 char *key = NULL, *disconnected = NULL; local
886 /* disconnected attachment string is optional */
887 (void) aa_unpack_strdup(e, &disconnected, "disconnected");
888 profile->disconnected = disconnected;
/linux-master/fs/overlayfs/
H A Dutil.c675 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; local
678 (ovl_dentry_has_upper_alias(dentry) || disconnected) &&
687 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; local
703 (ovl_dentry_has_upper_alias(dentry) || disconnected) &&
H A Dcopy_up.c987 /* Initialize nlink for copy up of disconnected dentry */
1184 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); local
1187 * With NFS export, copy up can get called for a disconnected non-dir.
1191 if (WARN_ON(disconnected && d_is_dir(dentry)))
1213 for (; !disconnected;) {
1235 /* Copy up of disconnected dentry does not set upper alias */
/linux-master/drivers/usb/serial/
H A Dusb-serial.c58 * disconnected, return with the parent usb_serial structure's disc_mutex held
73 if (serial->disconnected) {
262 if (serial->disconnected) {
397 if (serial->disconnected)
414 if (!serial->disconnected)
1191 serial->disconnected = 1;
1214 dev_info(dev, "device disconnected\n");
/linux-master/drivers/usb/class/
H A Dcdc-acm.c62 * Look up an ACM structure by minor. If found and not disconnected, increment
73 if (acm->disconnected) {
692 if (acm->disconnected)
693 goto disconnected;
734 disconnected:
887 if (acm->disconnected)
1025 if (acm->disconnected) {
1568 acm->disconnected = true;
/linux-master/sound/usb/
H A Dmidi.c114 unsigned char disconnected; member in struct:snd_usb_midi
301 if (ep->umidi->disconnected) {
346 if (umidi->disconnected) {
1084 if (umidi->disconnected) {
1160 if (port->ep->umidi->disconnected) {
1178 if (ep->umidi->disconnected)
1484 umidi->disconnected = 1;
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h650 unsigned int disconnected:1; // device has been disconnected member in struct:em28xx
H A Dem28xx-core.c73 if (dev->disconnected)
141 if (dev->disconnected)
/linux-master/include/sound/
H A Dhda_codec.h171 unsigned int disconnected:1; member in struct:hda_pcm

Completed in 407 milliseconds

123