Searched defs:rkcif_device (Results 1 – 3 of 3) sorted by relevance
661 struct rkcif_device { struct662 struct list_head list;663 struct device *dev;664 struct v4l2_device v4l2_dev;665 struct media_device media_dev;666 struct v4l2_async_notifier notifier;668 struct rkcif_sensor_info sensors[RKCIF_MAX_SENSOR];692 irqreturn_t (*isr_hdl)(int irq, struct rkcif_device *cif_dev); argument693 int inf_id;695 struct sditf_priv *sditf;[all …]
696 struct rkcif_device { struct697 struct list_head list;698 struct device *dev;699 struct v4l2_device v4l2_dev;700 struct media_device media_dev;701 struct v4l2_async_notifier notifier;703 struct rkcif_sensor_info sensors[RKCIF_MAX_SENSOR];727 irqreturn_t (*isr_hdl)(int irq, struct rkcif_device *cif_dev); argument728 int inf_id;730 struct sditf_priv *sditf;[all …]