Searched +full:mipi +full:- +full:csi2 +full:- +full:rx +full:- +full:subsystem +full:- +full:5 (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * Driver for Xilinx MIPI CSI-2 Rx Subsystem5 * Copyright (C) 2016 - 2020 Xilinx, Inc.19 #include <linux/v4l2-subdev.h>20 #include <media/media-entity.h>21 #include <media/v4l2-common.h>22 #include <media/v4l2-ctrls.h>23 #include <media/v4l2-fwnode.h>24 #include <media/v4l2-subdev.h>25 #include "xilinx-vip.h"[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Support for Intel Camera Imaging ISP subsystem.24 #include "sh_css_hrt.h" /* only for file 2 MIPI */98 /* Name of the sp program: should not be built-in */109 #define STATS_ENABLED(stage) (stage && stage->binary && stage->binary->info && \110 (stage->binary->info->sp.enable.s3a || stage->binary->info->sp.enable.dis))142 #define MAX_ACTIVE_STREAMS 5143 /* A global struct for save/restore to hold all the data that should sustain power-down:152 struct ia_css_env driver_env; /* driver-supplied env copy */195 * - 0, if the "stop" requests have been successfully sent out.[all …]
9 -------------------------12 5 people, preferably many more.29 5. Make a patch available to the relevant maintainer in the list. Use30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.[all …]