Home
last modified time | relevance | path

Searched refs:DEVICE_FLAGS_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/vt6656/
Dusbpipe.c42 if (test_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags)) { in vnt_control_out()
83 if (test_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags)) { in vnt_control_in()
297 if (test_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags)) { in vnt_tx_context()
Dwcmd.c86 if (test_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags)) in vnt_run_command()
Ddevice.h253 #define DEVICE_FLAGS_DISCONNECTED 1 macro
Dmain_usb.c543 clear_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags); in vnt_start()
595 set_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags); in vnt_stop()
1028 clear_bit(DEVICE_FLAGS_DISCONNECTED, &priv->flags); in vt6656_probe()