Searched refs:disconnected (Results 1 - 25 of 74) sorted by path

123

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt95 mac80211->userspace: disconnected
/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
/linux-master/include/linux/
H A Dgnss.h48 unsigned int disconnected:1; member in struct:gnss_device
/linux-master/drivers/gnss/
H A Dcore.c49 if (gdev->disconnected) {
73 if (gdev->disconnected)
99 if (gdev->disconnected)
106 gdev->disconnected ||
130 if (gdev->disconnected)
163 if (!gdev->disconnected)
196 if (gdev->disconnected)
304 gdev->disconnected = true;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.h89 bool disconnected; member in struct:vbox_connector::__anon602
95 bool disconnected; member in struct:vbox_crtc
H A Dvbox_irq.c115 bool disconnected; local
137 disconnected = !(hints->enabled);
143 vbox_conn->mode_hint.disconnected = disconnected;
145 if (vbox_conn->vbox_crtc->disconnected == disconnected)
148 if (disconnected)
157 vbox_conn->vbox_crtc->disconnected = disconnected;
H A Dvbox_mode.c74 flags |= vbox_crtc->disconnected ? VBVA_SCREEN_F_DISABLED : 0;
769 return vbox_connector->mode_hint.disconnected ?
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1544 goto disconnected;
1558 disconnected:
/linux-master/drivers/greybus/
H A Dcontrol.c516 if (control->intf->disconnected)
H A Dcore.c275 if (bundle->intf->disconnected)
286 if (!bundle->intf->disconnected)
H A Dgreybus_trace.h302 __field(int, disconnected) /* bool */
313 __entry->disconnected = intf->disconnected;
322 __entry->disconnected, __entry->ejected, __entry->active,
384 __field(int, disconnected) /* bool */
391 __entry->disconnected = module->disconnected;
394 TP_printk("hd_bus_id=%d module_id=%u num_interfaces=%zu disconnected=%d",
396 __entry->num_interfaces, __entry->disconnected)
476 * Occurs when a host device is being disconnected fro
[all...]
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 Dmodule.c182 /* Mark as disconnected to prevent I/O during disable. */
183 if (intf->module->disconnected)
184 intf->disconnected = true;
H A Dsvc.c1023 module->disconnected = true;
1055 intf->disconnected = true;
/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/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/media/usb/em28xx/
H A Dem28xx-audio.c78 if (dev->disconnected) {
79 dprintk("device disconnected while streaming. URB status=%d.\n",
227 if (dev->disconnected)
321 if (dev->disconnected)
351 if (dev->disconnected)
380 if (dev->disconnected)
398 if (dev->disconnected)
419 if (dev->disconnected)
458 if (dev->disconnected)
494 if (dev->disconnected)
[all...]
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;
H A Dem28xx-core.c73 if (dev->disconnected)
141 if (dev->disconnected)
H A Dem28xx-dvb.c151 if (dev->disconnected)
2051 if (dev->disconnected) {
H A Dem28xx-i2c.c534 * prevent i2c xfer attempts after device is disconnected
538 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.h650 unsigned int disconnected:1; // device has been disconnected member in struct:em28xx
/linux-master/drivers/net/usb/
H A Dcdc-phonet.c32 u8 disconnected; member in struct:usbpn_dev
393 /* Set disconnected flag so that disconnect() returns early. */
394 pnd->disconnected = 1;
412 if (pnd->disconnected)
415 pnd->disconnected = 1;
/linux-master/drivers/scsi/
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...]

Completed in 578 milliseconds

123