Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 113) sorted by relevance

12345

/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c115 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()
H A Dvbox_drv.h88 bool disconnected; member
94 bool disconnected; member
/linux/drivers/greybus/
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;
396 __entry->num_interfaces, __entry->disconnected)
H A Dmodule.c183 if (intf->module->disconnected) in gb_module_deregister_interface()
184 intf->disconnected = true; in gb_module_deregister_interface()
/linux/drivers/gnss/
H A Dcore.c49 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/drivers/media/usb/em28xx/
H A Dem28xx-audio.c78 if (dev->disconnected) { 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()
536 if (dev->disconnected) in em28xx_vol_get_mute()
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.c656 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/drivers/usb/misc/
H A Dusblcd.c58 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()
H A Dlegousbtower.c193 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()
H A Dldusb.c155 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()
H A Dadutux.c78 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()
H A Dyurex.c63 unsigned long disconnected:1; member
322 dev->disconnected = 1; in yurex_disconnect()
410 if (dev->disconnected) { /* already disconnected */ in yurex_read()
448 if (dev->disconnected) { /* already disconnected */ in yurex_write()
/linux/sound/usb/
H A Dmidi2.c74 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/drivers/net/usb/
H A Dcdc-phonet.c32 u8 disconnected; member
394 pnd->disconnected = 1; in usbpn_probe()
412 if (pnd->disconnected) in usbpn_disconnect()
415 pnd->disconnected = 1; in usbpn_disconnect()
/linux/drivers/usb/
H A Dusb-skeleton.c64 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()
/linux/security/apparmor/
H A Dmount.c326 &mntpnt, &info, profile->disconnected); in match_mnt_path_str()
387 profile->disconnected); in match_mnt()
621 &info, profile->disconnected); in profile_umount()
689 profile->disconnected); in build_pivotroot()
694 profile->disconnected); in build_pivotroot()
/linux/fs/bcachefs/
H A Dfs-common.c604 goto disconnected; in bch2_inum_to_path()
608 goto disconnected; in bch2_inum_to_path()
617 goto disconnected; in bch2_inum_to_path()
625 goto disconnected; in bch2_inum_to_path()
646 disconnected: in bch2_inum_to_path()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-surface_aggregator-tabletsw10 - "disconnected": The type-cover has been disconnected.
H A Dsysfs-class-rtrs-client53 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
H A Dsysfs-block-rnbd23 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.
H A Dsysfs-class-stm_source11 stm_source, it will first be disconnected.
/linux/security/apparmor/include/
H A Dpath.h26 const char *disconnected);
/linux/include/linux/greybus/
H A Dmodule.h24 bool disconnected; member
/linux/Documentation/arch/s390/
H A Ddriver-model.rst29 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/drivers/hwmon/
H A Dina3221.c108 bool disconnected; member
164 if (input[i].disconnected || !input[i].shunt_resistor || in ina3221_summation_shunt_resistor()
790 input->disconnected = true; in ina3221_probe_child_from_dt()
879 if (ina->inputs[i].disconnected) in ina3221_probe()
899 if (ina->inputs[i].disconnected) in ina3221_probe()

12345