Home
last modified time | relevance | path

Searched refs:STATUS_IDLE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/usb/hdpvr/ !
Dhdpvr-video.c278 if (dev->status != STATUS_IDLE) in hdpvr_start_streaming()
327 if (dev->status == STATUS_IDLE) in hdpvr_stop_streaming()
364 dev->status = STATUS_IDLE; in hdpvr_stop_streaming()
419 if (dev->status == STATUS_IDLE) { in hdpvr_read()
425 dev->status = STATUS_IDLE; in hdpvr_read()
538 if (dev->status == STATUS_IDLE) { in hdpvr_poll()
542 dev->status = STATUS_IDLE; in hdpvr_poll()
598 if (dev->status != STATUS_IDLE) in vidioc_s_std()
650 if (dev->status != STATUS_IDLE) in vidioc_s_dv_timings()
790 if (dev->status != STATUS_IDLE) in vidioc_s_input()
[all …]
Dhdpvr.h156 STATUS_IDLE, enumerator
Dhdpvr-core.c242 dev->status = STATUS_IDLE; in hdpvr_device_init()
/linux-6.12.1/drivers/input/touchscreen/ !
Dst1232.c35 #define STATUS_IDLE 0x04 macro
100 case STATUS_IDLE | ERROR_NONE: in st1232_ts_wait_ready()
/linux-6.12.1/drivers/i2c/busses/ !
Di2c-tiny-usb.c47 #define STATUS_IDLE 0 macro