| /Linux-v5.15/security/apparmor/ |
| D | path.c | 49 int flags, const char *disconnected) in disconnect() argument 56 /* disconnected path, don't return pathname starting in disconnect() 66 if (!error && disconnected) in disconnect() 67 error = prepend(name, *name - buf, disconnected, in disconnect() 68 strlen(disconnected)); in disconnect() 80 * @disconnected: string to prefix to disconnected paths 89 int flags, const char *disconnected) in d_namespace_path() argument 114 disconnected); in d_namespace_path() 152 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path() 184 * @disconnected: string to prepend to disconnected paths [all …]
|
| /Linux-v5.15/drivers/gpu/drm/vboxvideo/ |
| D | vbox_irq.c | 115 bool disconnected; in vbox_update_mode_hints() local 137 disconnected = !(hints->enabled); in vbox_update_mode_hints() 143 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints() 145 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints() 148 if (disconnected) in vbox_update_mode_hints() 157 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
|
| D | vbox_drv.h | 89 bool disconnected; member 95 bool disconnected; member
|
| /Linux-v5.15/include/net/ |
| D | llc_c_st.h | 19 #define LLC_CONN_STATE_SETUP 2 /* disconnected state */ 26 #define LLC_CONN_STATE_D_CONN 9 /* disconnected state */ 27 #define LLC_CONN_STATE_RESET 10 /* disconnected state */ 28 #define LLC_CONN_STATE_ERROR 11 /* disconnected state */ 29 #define LLC_CONN_STATE_TEMP 12 /* disconnected state */
|
| /Linux-v5.15/drivers/greybus/ |
| D | greybus_trace.h | 302 __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 from the AP USB
|
| D | module.c | 182 /* Mark as disconnected to prevent I/O during disable. */ in gb_module_deregister_interface() 183 if (intf->module->disconnected) in gb_module_deregister_interface() 184 intf->disconnected = true; in gb_module_deregister_interface()
|
| /Linux-v5.15/drivers/gnss/ |
| D | core.c | 49 if (gdev->disconnected) { in gnss_open() 73 if (gdev->disconnected) in gnss_release() 99 if (gdev->disconnected) in gnss_read() 106 gdev->disconnected || in gnss_read() 130 if (gdev->disconnected) in gnss_write() 163 if (!gdev->disconnected) in gnss_write() 196 if (gdev->disconnected) in gnss_poll() 304 gdev->disconnected = true; in gnss_deregister_device()
|
| /Linux-v5.15/security/apparmor/include/ |
| D | path.h | 16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */ 26 const char *disconnected);
|
| /Linux-v5.15/drivers/usb/misc/ |
| D | yurex.c | 63 unsigned long disconnected:1; member 322 dev->disconnected = 1; in yurex_disconnect() 332 dev_info(&interface->dev, "USB YUREX #%d now disconnected\n", minor); in yurex_disconnect() 410 if (dev->disconnected) { /* already disconnected */ in yurex_read() 445 if (dev->disconnected) { /* already disconnected */ in yurex_write()
|
| D | ftdi-elan.c | 162 int disconnected; member 198 ftdi->disconnected += 1; in ftdi_elan_delete() 463 if (ftdi->disconnected > 0) { in ftdi_elan_command_work() 469 ftdi->disconnected += 1; in ftdi_elan_command_work() 471 ftdi->disconnected += 1; in ftdi_elan_command_work() 488 if (ftdi->disconnected > 0) { in ftdi_elan_respond_work() 495 ftdi->disconnected += 1; in ftdi_elan_respond_work() 497 ftdi->disconnected += 1; in ftdi_elan_respond_work() 499 ftdi->disconnected += 1; in ftdi_elan_respond_work() 501 ftdi->disconnected += 1; in ftdi_elan_respond_work() [all …]
|
| D | usblcd.c | 58 unsigned long disconnected:1; member 135 if (dev->disconnected) { in lcd_read() 237 if (dev->disconnected) { in lcd_write() 425 dev->disconnected = 1; in lcd_disconnect() 433 dev_info(&interface->dev, "USB LCD #%d now disconnected\n", minor); in lcd_disconnect()
|
| D | ldusb.c | 155 unsigned long disconnected:1; member 388 if (dev->disconnected) { in ld_usb_release() 419 if (dev->disconnected) in ld_usb_poll() 458 if (dev->disconnected) { in ld_usb_read() 543 if (dev->disconnected) { in ld_usb_write() 775 dev->disconnected = 1; in ld_usb_disconnect() 782 dev_info(&intf->dev, "LD USB Device #%d now disconnected\n", in ld_usb_disconnect()
|
| D | legousbtower.c | 193 unsigned long disconnected:1; member 407 if (dev->disconnected) { in tower_release() 464 if (dev->disconnected) in tower_poll() 509 if (dev->disconnected) { in tower_read() 591 if (dev->disconnected) { in tower_write() 864 dev->disconnected = 1; in tower_disconnect() 871 dev_info(&interface->dev, "LEGO USB Tower #%d now disconnected\n", in tower_disconnect()
|
| D | adutux.c | 78 unsigned long disconnected:1; member 120 if (dev->disconnected) in adu_abort_transfers() 332 if (dev->disconnected) { in adu_release() 360 if (dev->disconnected) { in adu_read() 521 if (dev->disconnected) { in adu_write() 774 dev->disconnected = 1; in adu_disconnect()
|
| /Linux-v5.15/Documentation/s390/ |
| D | driver-model.rst | 29 system; it is a pseudo subchannel where disconnected ccw devices are moved to 47 disconnected devices. 51 In the special case of the device being disconnected (see the 198 device, it is moved into disconnected state. 199 * In disconnected state, device operational again (CIO_OPER). The
|
| /Linux-v5.15/drivers/media/usb/em28xx/ |
| D | em28xx-audio.c | 88 if (dev->disconnected) { in em28xx_audio_isocirq() 89 dprintk("device disconnected while streaming. URB status=%d.\n", in em28xx_audio_isocirq() 237 if (dev->disconnected) in snd_em28xx_capture_open() 331 if (dev->disconnected) in snd_em28xx_prepare() 361 if (dev->disconnected) in snd_em28xx_capture_trigger() 390 if (dev->disconnected) in snd_em28xx_capture_pointer() 408 if (dev->disconnected) in em28xx_vol_info() 429 if (dev->disconnected) in em28xx_vol_put() 468 if (dev->disconnected) in em28xx_vol_get() 504 if (dev->disconnected) in em28xx_vol_put_mute() [all …]
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-class-rtrs-client | 53 functional. Otherwise the file contains "disconnected" 67 Operation blocks until RTRS path is disconnected. 73 Description: Write "1" to the file in order to disconnected and remove the path 74 from the session. Operation blocks until the path is disconnected
|
| D | sysfs-block-rnbd | 23 disconnected in case of an error (e.g. link failure), the state file 58 Description: Remap the disconnected device if the session is not destroyed yet.
|
| D | sysfs-bus-fcoe | 122 - "Disconnected" - No link to the FCF/fabric 132 "Disconnected" state until either the timer expires and the
|
| D | sysfs-firmware-sgi_uv | 106 cable plugged into the port. If the port is disconnected, 111 plugged into the port. If the port is disconnected, the value
|
| /Linux-v5.15/drivers/net/usb/ |
| D | cdc-phonet.c | 32 u8 disconnected; member 391 /* Set disconnected flag so that disconnect() returns early. */ in usbpn_probe() 392 pnd->disconnected = 1; in usbpn_probe() 410 if (pnd->disconnected) in usbpn_disconnect() 413 pnd->disconnected = 1; in usbpn_disconnect()
|
| /Linux-v5.15/drivers/hwmon/ |
| D | ina3221.c | 101 * @disconnected: connection status of channel input source 106 bool disconnected; member 157 if (input[i].disconnected || !input[i].shunt_resistor) in ina3221_summation_shunt_resistor() 780 /* Log the disconnected channel input */ in ina3221_probe_child_from_dt() 782 input->disconnected = true; in ina3221_probe_child_from_dt() 868 /* Disable channels if their inputs are disconnected */ in ina3221_probe() 870 if (ina->inputs[i].disconnected) in ina3221_probe() 886 if (ina->inputs[i].disconnected) in ina3221_probe() 984 * Shunt measurements of disconnected channels should in ina3221_resume()
|
| /Linux-v5.15/include/net/9p/ |
| D | client.h | 36 * @Disconnected: transport has been disconnected 46 Disconnected, enumerator
|
| /Linux-v5.15/drivers/usb/ |
| D | usb-skeleton.c | 64 unsigned long disconnected:1; member 241 if (dev->disconnected) { /* disconnect() was called */ in skel_read() 423 if (dev->disconnected) { /* disconnect() was called */ in skel_write() 574 dev->disconnected = 1; in skel_disconnect() 583 dev_info(&interface->dev, "USB Skeleton #%d now disconnected", minor); in skel_disconnect()
|
| /Linux-v5.15/drivers/scsi/ |
| D | NCR5380.c | 76 * the command structure is placed into the per instance disconnected 80 * If a command has disconnected, eventually an interrupt will trigger, 416 INIT_LIST_HEAD(&hostdata->disconnected); in NCR5380_init() 618 if (list_empty(&hostdata->disconnected) && in maybe_release_dma_irq() 838 * from the disconnected queue, and restarting NCR5380_main() 1668 * Side effects : SCSI things happen, the disconnected queue will be 1873 list_add(&ncmd->list, &hostdata->disconnected); in NCR5380_information_transfer() 1875 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n", in NCR5380_information_transfer() 2120 * just reestablished, and remove it from the disconnected queue. in NCR5380_reselect() 2124 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in NCR5380_reselect() [all …]
|