Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 - 25 of 141) sorted by relevance

123456

/kernel/linux/linux-5.10/security/apparmor/
H A Dpath.c49 int flags, const char *disconnected) in disconnect()
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()
114 disconnected); in d_namespace_path()
152 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path()
48 disconnect(const struct path *path, char *buf, char **name, int flags, const char *disconnected) disconnect() argument
88 d_namespace_path(const struct path *path, char *buf, char **name, int flags, const char *disconnected) d_namespace_path() argument
197 aa_path_name(const struct path *path, int flags, char *buffer, const char **name, const char **info, const char *disconnected) aa_path_name() argument
[all...]
H A Dmount.c334 &mntpnt, &info, profile->disconnected); in match_mnt_path_str()
390 profile->disconnected); in match_mnt()
598 &info, profile->disconnected); in profile_umount()
661 profile->disconnected); in build_pivotroot()
666 profile->disconnected); in build_pivotroot()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpath.c49 int flags, const char *disconnected) in disconnect()
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()
114 disconnected); in d_namespace_path()
152 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path()
48 disconnect(const struct path *path, char *buf, char **name, int flags, const char *disconnected) disconnect() argument
88 d_namespace_path(const struct path *path, char *buf, char **name, int flags, const char *disconnected) d_namespace_path() argument
197 aa_path_name(const struct path *path, int flags, char *buffer, const char **name, const char **info, const char *disconnected) aa_path_name() argument
[all...]
H A Dmount.c324 &mntpnt, &info, profile->disconnected); in match_mnt_path_str()
385 profile->disconnected); in match_mnt()
619 &info, profile->disconnected); in profile_umount()
687 profile->disconnected); in build_pivotroot()
692 profile->disconnected); in build_pivotroot()
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c114 bool disconnected; in vbox_update_mode_hints() local
136 disconnected = !(hints->enabled); in vbox_update_mode_hints()
142 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
144 if (vbox_conn->vbox_crtc->disconnected == disconnected) in vbox_update_mode_hints()
147 if (disconnected) in vbox_update_mode_hints()
156 vbox_conn->vbox_crtc->disconnected = disconnected; in vbox_update_mode_hints()
H A Dvbox_drv.h89 bool disconnected; member
95 bool disconnected; member
/kernel/linux/linux-6.6/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.h89 bool disconnected; member
95 bool disconnected; member
/kernel/linux/linux-5.10/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()
304 gdev->disconnected = true; in gnss_deregister_device()
/kernel/linux/linux-5.10/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;
394 TP_printk("hd_bus_id=%d module_id=%hhu num_interfaces=%zu disconnected=%d",
396 __entry->num_interfaces, __entry->disconnected)
476 * Occurs when a host device is being disconnected fro
[all...]
/kernel/linux/linux-6.6/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()
304 gdev->disconnected = true; in gnss_deregister_device()
/kernel/linux/linux-6.6/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;
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...]
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-audio.c88 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...]
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-audio.c78 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...]
/kernel/linux/linux-5.10/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()
433 dev_info(&interface->dev, "USB LCD #%d now disconnected\n", minor); in lcd_disconnect()
H A Dftdi-elan.c162 int disconnected; member
198 ftdi->disconnected += 1; in ftdi_elan_delete()
464 if (ftdi->disconnected > 0) { in ftdi_elan_command_work()
470 ftdi->disconnected += 1; in ftdi_elan_command_work()
472 ftdi->disconnected += 1; in ftdi_elan_command_work()
489 if (ftdi->disconnected > 0) { 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()
502 ftdi->disconnected in ftdi_elan_respond_work()
[all...]
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()
524 if (dev->disconnected) { in adu_write()
777 dev->disconnected = 1; in adu_disconnect()
H A Dldusb.c156 unsigned long disconnected:1; member
389 if (dev->disconnected) { in ld_usb_release()
420 if (dev->disconnected) in ld_usb_poll()
459 if (dev->disconnected) { in ld_usb_read()
544 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()
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()
871 dev_info(&interface->dev, "LEGO USB Tower #%d now disconnected\n", in tower_disconnect()
/kernel/linux/linux-6.6/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()
433 dev_info(&interface->dev, "USB LCD #%d now disconnected\n", minor); in lcd_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 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()
777 dev->disconnected = 1; in ld_usb_disconnect()
784 dev_info(&intf->dev, "LD USB Device #%d now disconnected\n", in ld_usb_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()
871 dev_info(&interface->dev, "LEGO USB Tower #%d now disconnected\n", in tower_disconnect()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpath.h16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */
26 const char *disconnected);
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpath.h16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */
26 const char *disconnected);

Completed in 20 milliseconds

123456