Searched refs:uvc_input_report_key (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_status.c | 59 static void uvc_input_report_key(struct uvc_device *dev, unsigned int code, in uvc_input_report_key() function 71 #define uvc_input_report_key(dev, code, value) macro 108 uvc_input_report_key(dev, KEY_CAMERA, status->bValue[0]); in uvc_event_streaming()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_status.c | 82 static void uvc_input_report_key(struct uvc_device *dev, unsigned int code, in uvc_input_report_key() function 94 #define uvc_input_report_key(dev, code, value) macro 116 uvc_input_report_key(dev, KEY_CAMERA, status->streaming.button); in uvc_event_streaming()
|
Completed in 2 milliseconds