/linux-6.12.1/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-6.12.1/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()
|
/linux-6.12.1/include/net/ |
D | llc_c_st.h | 23 #define LLC_CONN_STATE_SETUP 2 /* disconnected state */ 30 #define LLC_CONN_STATE_D_CONN 9 /* disconnected state */ 31 #define LLC_CONN_STATE_RESET 10 /* disconnected state */ 32 #define LLC_CONN_STATE_ERROR 11 /* disconnected state */ 33 #define LLC_CONN_STATE_TEMP 12 /* disconnected state */
|
/linux-6.12.1/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-6.12.1/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() 303 gdev->disconnected = true; in gnss_deregister_device()
|
/linux-6.12.1/security/apparmor/include/ |
D | path.h | 16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */ 26 const char *disconnected);
|
/linux-6.12.1/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 | 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 | 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 | 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() 776 dev->disconnected = 1; in ld_usb_disconnect() 783 dev_info(&intf->dev, "LD USB Device #%d now disconnected\n", in ld_usb_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-6.12.1/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 78 if (dev->disconnected) { in em28xx_audio_isocirq() 79 dprintk("device disconnected while streaming. URB status=%d.\n", in em28xx_audio_isocirq() 227 if (dev->disconnected) in snd_em28xx_capture_open() 321 if (dev->disconnected) in snd_em28xx_prepare() 351 if (dev->disconnected) in snd_em28xx_capture_trigger() 380 if (dev->disconnected) in snd_em28xx_capture_pointer() 398 if (dev->disconnected) in em28xx_vol_info() 419 if (dev->disconnected) in em28xx_vol_put() 458 if (dev->disconnected) in em28xx_vol_get() 494 if (dev->disconnected) in em28xx_vol_put_mute() [all …]
|
/linux-6.12.1/Documentation/arch/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-6.12.1/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-bus-surface_aggregator-tabletsw | 10 - "disconnected": The type-cover has been 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
|
/linux-6.12.1/drivers/net/usb/ |
D | cdc-phonet.c | 32 u8 disconnected; member 393 /* Set disconnected flag so that disconnect() returns early. */ in usbpn_probe() 394 pnd->disconnected = 1; in usbpn_probe() 412 if (pnd->disconnected) in usbpn_disconnect() 415 pnd->disconnected = 1; in usbpn_disconnect()
|
/linux-6.12.1/drivers/hwmon/ |
D | ina3221.c | 102 * @disconnected: connection status of channel input source 108 bool disconnected; member 164 if (input[i].disconnected || !input[i].shunt_resistor || in ina3221_summation_shunt_resistor() 788 /* Log the disconnected channel input */ in ina3221_probe_child_from_dt() 790 input->disconnected = true; in ina3221_probe_child_from_dt() 877 /* Disable channels if their inputs are disconnected */ in ina3221_probe() 879 if (ina->inputs[i].disconnected) in ina3221_probe() 899 if (ina->inputs[i].disconnected) in ina3221_probe() 1006 * Shunt measurements of disconnected channels should in ina3221_resume()
|
/linux-6.12.1/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
D | extron-da-hd-4k-plus.c | 656 if (!port || port->disconnected) in extron_process_received() 685 if (!port->disconnected) in extron_process_received() 708 if (update && !port->disconnected) in extron_port_signal_change() 738 if (update && !port->disconnected) in extron_port_edid_change() 773 if (update && !port->disconnected) in extron_phys_addr_change() 799 if (!port->disconnected) in extron_process_tx_done() 980 return (port->disconnected && enable) ? -ENODEV : 0; in extron_cec_adap_enable() 991 if (port->disconnected) in extron_cec_adap_log_addr() 1009 if (port->disconnected) in extron_cec_adap_transmit() 1024 if (port->disconnected) in extron_cec_adap_unconfigured() [all …]
|
/linux-6.12.1/sound/usb/ |
D | midi2.c | 74 bool disconnected; /* shadow of umidi->disconnected */ member 98 bool disconnected; member 112 if (ep->disconnected) in do_submit_urbs_locked() 196 if (ep->disconnected || urb->status < 0) in input_urb_complete() 254 ep->disconnected || in drain_urb_queue() 351 if (ep->disconnected) in snd_usb_midi_v2_open() 382 if (up && ep->direction == STR_OUT && !ep->disconnected) in snd_usb_midi_v2_trigger() 1224 umidi->disconnected = 1; in snd_usb_midi_v2_disconnect_all() 1226 ep->disconnected = 1; in snd_usb_midi_v2_disconnect_all()
|
/linux-6.12.1/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, 411 INIT_LIST_HEAD(&hostdata->disconnected); in NCR5380_init() 613 if (list_empty(&hostdata->disconnected) && in maybe_release_dma_irq() 834 * from the disconnected queue, and restarting NCR5380_main() 1654 * Side effects : SCSI things happen, the disconnected queue will be 1858 list_add(&ncmd->list, &hostdata->disconnected); in NCR5380_information_transfer() 1860 instance, "connected command %p for target %d lun %llu moved to disconnected queue\n", in NCR5380_information_transfer() 2117 * just reestablished, and remove it from the disconnected queue. in NCR5380_reselect() 2121 list_for_each_entry(ncmd, &hostdata->disconnected, list) { in NCR5380_reselect() [all …]
|
/linux-6.12.1/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() 573 dev->disconnected = 1; in skel_disconnect() 582 dev_info(&interface->dev, "USB Skeleton #%d now disconnected", minor); in skel_disconnect()
|
/linux-6.12.1/include/net/9p/ |
D | client.h | 35 * @Disconnected: transport has been disconnected 45 Disconnected, enumerator
|