Home
last modified time | relevance | path

Searched full:disconnected (Results 1 – 25 of 1249) sorted by relevance

12345678910>>...50

/kernel/linux/linux-5.10/security/apparmor/
Dpath.c49 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 …]
/kernel/linux/linux-6.6/security/apparmor/
Dpath.c49 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
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()
/kernel/linux/linux-5.10/include/net/
Dllc_c_st.h19 #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 */
/kernel/linux/linux-6.6/include/net/
Dllc_c_st.h23 #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 */
/kernel/linux/linux-6.6/drivers/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;
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
/kernel/linux/linux-5.10/drivers/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;
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 from the AP USB
Dmodule.c182 /* 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/security/apparmor/include/
Dpath.h16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */
26 const char *disconnected);
/kernel/linux/linux-5.10/security/apparmor/include/
Dpath.h16 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */
26 const char *disconnected);
/kernel/linux/linux-6.6/drivers/usb/misc/
Dyurex.c63 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()
448 if (dev->disconnected) { /* already disconnected */ in yurex_write()
/kernel/linux/linux-5.10/drivers/usb/misc/
Dyurex.c63 unsigned long disconnected:1; member
321 dev->disconnected = 1; in yurex_disconnect()
331 dev_info(&interface->dev, "USB YUREX #%d now disconnected\n", minor); in yurex_disconnect()
409 if (dev->disconnected) { /* already disconnected */ in yurex_read()
444 if (dev->disconnected) { /* already disconnected */ in yurex_write()
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 += 1; in ftdi_elan_respond_work()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-rtrs-client50 functional. Otherwise the file contains "disconnected"
64 Operation blocks until RTRS path is disconnected.
70 Description: Write "1" to the file in order to disconnected and remove the path
71 from the session. Operation blocks until the path is disconnected
/kernel/linux/linux-5.10/Documentation/s390/
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
/kernel/linux/linux-6.6/Documentation/arch/s390/
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
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
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/
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-6.6/Documentation/ABI/testing/
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
Dsysfs-bus-surface_aggregator-tabletsw10 - "disconnected": The type-cover has been disconnected.
/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc-phonet.c32 u8 disconnected; member
390 /* Set disconnected flag so that disconnect() returns early. */ in usbpn_probe()
391 pnd->disconnected = 1; in usbpn_probe()
409 if (pnd->disconnected) in usbpn_disconnect()
412 pnd->disconnected = 1; in usbpn_disconnect()
/kernel/linux/linux-6.6/drivers/net/usb/
Dcdc-phonet.c32 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()

12345678910>>...50