Home
last modified time | relevance | path

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

12345

/Linux-v4.19/security/apparmor/
Dpath.c53 int flags, const char *disconnected) in disconnect() argument
70 if (!error && disconnected) in disconnect()
71 error = prepend(name, *name - buf, disconnected, in disconnect()
72 strlen(disconnected)); in disconnect()
93 int flags, const char *disconnected) in d_namespace_path() argument
118 disconnected); in d_namespace_path()
156 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path()
202 const char **name, const char **info, const char *disconnected) in aa_path_name() argument
205 int error = d_namespace_path(path, buffer, &str, flags, disconnected); in aa_path_name()
Dmount.c336 &mntpnt, &info, profile->disconnected); in match_mnt_path_str()
392 profile->disconnected); in match_mnt()
571 &info, profile->disconnected); in profile_umount()
631 profile->disconnected); in build_pivotroot()
636 profile->disconnected); in build_pivotroot()
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_irq.c131 bool disconnected; in vbox_update_mode_hints() local
151 disconnected = !(hints->enabled); in vbox_update_mode_hints()
157 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
159 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()
162 if (disconnected) in vbox_update_mode_hints()
171 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
Dvbox_drv.h142 bool disconnected; member
149 bool disconnected; member
/Linux-v4.19/drivers/staging/greybus/
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)
Dmodule.h21 bool disconnected; member
Dmodule.c184 if (intf->module->disconnected) in gb_module_deregister_interface()
185 intf->disconnected = true; in gb_module_deregister_interface()
Dinterface.h54 bool disconnected; member
Dcore.c245 if (bundle->intf->disconnected) in greybus_remove()
256 if (!bundle->intf->disconnected) in greybus_remove()
/Linux-v4.19/drivers/gnss/
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()
304 gdev->disconnected = true; in gnss_deregister_device()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-audio.c90 if (dev->disconnected) { in em28xx_audio_isocirq()
260 if (dev->disconnected) in snd_em28xx_capture_open()
361 if (dev->disconnected) in snd_em28xx_hw_capture_params()
405 if (dev->disconnected) in snd_em28xx_prepare()
435 if (dev->disconnected) in snd_em28xx_capture_trigger()
464 if (dev->disconnected) in snd_em28xx_capture_pointer()
490 if (dev->disconnected) in em28xx_vol_info()
511 if (dev->disconnected) in em28xx_vol_put()
550 if (dev->disconnected) in em28xx_vol_get()
586 if (dev->disconnected) in em28xx_vol_put_mute()
[all …]
/Linux-v4.19/drivers/usb/misc/
Dftdi-elan.c162 int disconnected; member
198 ftdi->disconnected += 1; in ftdi_elan_delete()
462 if (ftdi->disconnected > 0) { in ftdi_elan_command_work()
468 ftdi->disconnected += 1; in ftdi_elan_command_work()
470 ftdi->disconnected += 1; in ftdi_elan_command_work()
487 if (ftdi->disconnected > 0) { in ftdi_elan_respond_work()
494 ftdi->disconnected += 1; in ftdi_elan_respond_work()
496 ftdi->disconnected += 1; in ftdi_elan_respond_work()
498 ftdi->disconnected += 1; in ftdi_elan_respond_work()
500 ftdi->disconnected += 1; in ftdi_elan_respond_work()
[all …]
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_nm.c34 list_for_each_safe(pos, tmpq, &scif_info.disconnected) { in scif_invalidate_ep()
49 list_add_tail(&ep->list, &scif_info.disconnected); in scif_invalidate_ep()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-stm_source11 stm_source, it will first be disconnected.
/Linux-v4.19/include/linux/
Dgnss.h47 unsigned int disconnected:1; member
/Linux-v4.19/drivers/net/usb/
Dcdc-phonet.c45 u8 disconnected; member
420 if (pnd->disconnected) in usbpn_disconnect()
423 pnd->disconnected = 1; in usbpn_disconnect()
/Linux-v4.19/security/apparmor/include/
Dpath.h31 const char *disconnected);
/Linux-v4.19/Documentation/s390/
Ddriver-model.txt28 system; it is a pseudo subchannel where disconnected ccw devices are moved to
43 disconnected devices.
46 In the special case of the device being disconnected (see the
168 device, it is moved into disconnected state.
169 * In disconnected state, device operational again (CIO_OPER). The
/Linux-v4.19/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-ad719219 the bridge can be disconnected (when it is not being used
/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h107 bool disconnected; member
/Linux-v4.19/fs/overlayfs/
Dutil.c488 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up_locked() local
491 (ovl_dentry_has_upper_alias(dentry) || disconnected) && in ovl_already_copied_up_locked()
500 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up() local
516 (ovl_dentry_has_upper_alias(dentry) || disconnected) && in ovl_already_copied_up()
/Linux-v4.19/sound/usb/
Dmixer.h27 bool disconnected; member
/Linux-v4.19/fs/coda/
DKconfig9 disconnected operation (e.g. for laptops), read/write server
/Linux-v4.19/drivers/usb/core/
Dhub.h62 unsigned disconnected:1; member
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dltc2941.txt19 lost when the battery is disconnected.

12345