Searched refs:v4l2_device_mask_call_until_err (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-device.h | 481 * v4l2_device_mask_call_until_err - Calls the specified operation for 503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ macro
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-device.h | 481 * v4l2_device_mask_call_until_err - Calls the specified operation for 503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ macro
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 704 v4l2_device_mask_call_until_err(&(cx)->v4l2_dev, hw, o, f, ##args)
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 704 v4l2_device_mask_call_until_err(&(cx)->v4l2_dev, hw, o, f, ##args)
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 838 v4l2_device_mask_call_until_err(&(itv)->v4l2_dev, hw, o, f, ##args)
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 836 v4l2_device_mask_call_until_err(&(itv)->v4l2_dev, hw, o, f, ##args)
|
Completed in 12 milliseconds