Home
last modified time | relevance | path

Searched full:combiner (Results 1 – 25 of 110) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dqcom-irq-combiner.c8 * An interrupt combiner in this block combines a set of interrupts by
13 * of the given combiner. Thus, each combiner can be described as a set
31 struct combiner { struct
49 struct combiner *combiner = irq_desc_get_handler_data(desc); in combiner_handle_irq() argument
55 for (reg = 0; reg < combiner->nregs; reg++) { in combiner_handle_irq()
61 bit = readl_relaxed(combiner->regs[reg].addr); in combiner_handle_irq()
62 status = bit & combiner->regs[reg].enabled; in combiner_handle_irq()
66 combiner->regs[reg].enabled, in combiner_handle_irq()
67 combiner->regs[reg].addr); in combiner_handle_irq()
73 virq = irq_find_mapping(combiner->domain, hwirq); in combiner_handle_irq()
[all …]
H A Dexynos-combiner.c6 * Combiner irqchip for EXYNOS
110 .name = "COMBINER",
183 pr_warn("%s: could not allocate combiner data\n", __func__); in combiner_init()
206 * combiner_suspend - save interrupt combiner state before suspend
208 * Save the interrupt enable set register for all combiner groups since
224 * combiner_resume - restore interrupt combiner state after resume
226 * Restore the interrupt enable set register for all combiner groups since
259 pr_err("%s: failed to map combiner registers\n", __func__); in combiner_of_init()
263 if (of_property_read_u32(np, "samsung,combiner-nr", &max_nr)) { in combiner_of_init()
275 IRQCHIP_DECLARE(exynos4210_combiner, "samsung,exynos4210-combiner",
H A DKconfig404 bool "QCOM IRQ combiner support"
408 Say yes here to add support for the IRQ combiner devices embedded
544 bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST
547 Say yes here to add support for the IRQ combiner devices embedded
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dsamsung,exynos4210-combiner.txt1 * Samsung Exynos Interrupt Combiner Controller
3 Samsung's Exynos4 architecture includes a interrupt combiner controller which
8 The interrupt combiner controller consists of multiple combiners. Up to eight
9 interrupt sources can be connected to a combiner. The combiner outputs one
13 A single node in the device tree is used to describe the interrupt combiner
14 controller module (which includes multiple combiners). A combiner in the
17 can accommodate up to 4 interrupt combiners (with each combiner supporting
21 - compatible: should be "samsung,exynos4210-combiner".
24 * First Cell: Combiner Group Number.
26 - reg: Base address and size of interrupt combiner registers.
[all …]
H A Dti,c64x+megamod-pic.txt40 it is no longer handled through a megamodule interrupt combiner and is
49 - interrupts: This should have four cells; one for each interrupt combiner.
51 corresponding combiner output is wired.
84 combiner. Combiner-0 is mapped to core interrupt 12, combiner-1 is mapped
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5250.dtsi162 interrupt-parent = <&combiner>;
241 interrupts-extended = <&combiner 23 3>,
242 <&combiner 23 4>,
243 <&combiner 25 2>,
244 <&combiner 25 3>,
855 interrupt-parent = <&combiner>;
865 interrupt-parent = <&combiner>;
876 interrupt-parent = <&combiner>;
887 interrupt-parent = <&combiner>;
897 interrupt-parent = <&combiner>;
[all …]
H A Dexynos4412.dtsi181 interrupt-parent = <&combiner>;
254 <&combiner 12 5>,
255 <&combiner 12 6>,
256 <&combiner 12 7>,
272 interrupt-parent = <&combiner>;
306 interrupt-parent = <&combiner>;
316 interrupt-parent = <&combiner>;
327 interrupt-parent = <&combiner>;
338 interrupt-parent = <&combiner>;
349 interrupt-parent = <&combiner>;
[all …]
H A Dexynos54xx.dtsi40 interrupt-parent = <&combiner>;
79 interrupts-extended = <&combiner 23 3>,
80 <&combiner 23 4>,
81 <&combiner 25 2>,
82 <&combiner 25 3>,
H A Dexynos5.dtsi48 combiner: interrupt-controller@10440000 { label
49 compatible = "samsung,exynos4210-combiner";
52 samsung,combiner-nr = <32>;
191 interrupt-parent = <&combiner>;
203 interrupt-parent = <&combiner>;
H A Dexynos4.dtsi56 interrupt-parent = <&combiner>;
171 combiner: interrupt-controller@10440000 { label
172 compatible = "samsung,exynos4210-combiner";
707 interrupt-parent = <&combiner>;
720 interrupt-parent = <&combiner>;
890 interrupt-parent = <&combiner>;
901 interrupt-parent = <&combiner>;
912 interrupt-parent = <&combiner>;
923 interrupt-parent = <&combiner>;
934 interrupt-parent = <&combiner>;
[all …]
H A Dexynos5420.dtsi243 interrupt-parent = <&combiner>;
896 interrupt-parent = <&combiner>;
906 interrupt-parent = <&combiner>;
916 interrupt-parent = <&combiner>;
927 interrupt-parent = <&combiner>;
938 interrupt-parent = <&combiner>;
949 interrupt-parent = <&combiner>;
980 interrupt-parent = <&combiner>;
991 interrupt-parent = <&combiner>;
1002 interrupt-parent = <&combiner>;
[all …]
H A Dexynos4210.dtsi118 <&combiner 12 6>,
119 <&combiner 12 7>,
188 interrupt-parent = <&combiner>;
198 interrupt-parent = <&combiner>;
398 &combiner {
399 samsung,combiner-nr = <16>;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0005-playbin3-Fix-qt-videoplayer-cannot-change-video-stat.patch177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams;
180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams;
183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams;
263 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin->
264 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0);
280 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin->
281 + combiner[PLAYBIN_STREAM_AUDIO].streams->len : 0);
297 + (playbin->combiner[PLAYBIN_STREAM_TEXT].streams ? playbin->
298 + combiner[PLAYBIN_STREAM_TEXT].streams->len : 0);
333 combine = &playbin->combiner[pb_stream_type];
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams;
180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams;
183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams;
264 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin->
265 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0);
281 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin->
282 + combiner[PLAYBIN_STREAM_AUDIO].streams->len : 0);
298 + (playbin->combiner[PLAYBIN_STREAM_TEXT].streams ? playbin->
299 + combiner[PLAYBIN_STREAM_TEXT].streams->len : 0);
325 + changed = combine->combiner ? TRUE : FALSE;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch177 + channels = playbin->combiner[PLAYBIN_STREAM_AUDIO].streams;
180 + channels = playbin->combiner[PLAYBIN_STREAM_VIDEO].streams;
183 + channels = playbin->combiner[PLAYBIN_STREAM_TEXT].streams;
264 + (playbin->combiner[PLAYBIN_STREAM_VIDEO].streams ? playbin->
265 + combiner[PLAYBIN_STREAM_VIDEO].streams->len : 0);
281 + (playbin->combiner[PLAYBIN_STREAM_AUDIO].streams ? playbin->
282 + combiner[PLAYBIN_STREAM_AUDIO].streams->len : 0);
298 + (playbin->combiner[PLAYBIN_STREAM_TEXT].streams ? playbin->
299 + combiner[PLAYBIN_STREAM_TEXT].streams->len : 0);
325 + changed = combine->combiner ? TRUE : FALSE;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dexynos4210.dtsi44 combiner: interrupt-controller@10440000 { label
45 samsung,combiner-nr = <16>;
66 <2 &combiner 12 6>,
67 <3 &combiner 12 7>,
81 interrupt-parent = <&combiner>;
110 interrupt-parent = <&combiner>;
H A Dexynos4x12.dtsi56 <1 &combiner 12 5>,
57 <2 &combiner 12 6>,
58 <3 &combiner 12 7>,
84 interrupt-parent = <&combiner>;
H A Dexynos5.dtsi14 combiner: interrupt-controller@10440000 { label
15 compatible = "samsung,exynos4210-combiner";
18 samsung,combiner-nr = <32>;
48 combiner: interrupt-controller@10440000 { label
49 compatible = "samsung,exynos4210-combiner";
52 samsung,combiner-nr = <32>;
H A Dexynos4.dtsi24 combiner: interrupt-controller@10440000 { label
25 compatible = "samsung,exynos4210-combiner";
H A Dexynos5250-pinctrl.dtsi169 interrupt-parent = <&combiner>;
180 interrupt-parent = <&combiner>;
H A Dexynos54xx-pinctrl.dtsi32 interrupt-parent = <&combiner>;
43 interrupt-parent = <&combiner>;
/OK3568_Linux_fs/kernel/arch/c6x/platforms/
H A Dmegamod-pic.c253 pr_err("%pOF: combiner-%d no irq_data for virq %d!\n", in init_megamod_pic()
265 pr_err("%pOF: combiner-%d core irq %ld out of range!\n", in init_megamod_pic()
273 pr_debug("%pOF: combiner-%d cascading to hwirq %ld\n", in init_megamod_pic()
279 /* mask and clear all events in combiner */ in init_megamod_pic()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/
H A Danalogix_dp.txt13 interrupt combiner values.
51 interrupt-parent = <&combiner>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/
H A Dexynos_dp.txt23 interrupt combiner values.
80 interrupt-parent = <&combiner>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Dsamsung,exynos4210-mct.yaml104 <&combiner 12 6>,
105 <&combiner 12 7>,

12345