Searched +full:mt8195 +full:- +full:jpgenc +full:- +full:hw (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - kyrie wu <kyrie.wu@mediatek.corp-partner.google.com>17 const: mediatek,mt8195-jpgenc19 power-domains:27 Ports are according to the HW.29 "#address-cells":32 "#size-cells":[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8195-clk.h>9 #include <dt-bindings/gce/mt8195-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8195-memory-port.h>13 #include <dt-bindings/phy/phy.h>14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>15 #include <dt-bindings/power/mt8195-power.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only18 #include <media/media-device.h>19 #include <media/videobuf2-core.h>20 #include <media/videobuf2-dma-contig.h>21 #include <media/videobuf2-v4l2.h>22 #include <media/v4l2-mem2mem.h>23 #include <media/v4l2-dev.h>24 #include <media/v4l2-device.h>25 #include <media/v4l2-fh.h>26 #include <media/v4l2-event.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only20 #include <media/v4l2-event.h>21 #include <media/v4l2-mem2mem.h>22 #include <media/v4l2-ioctl.h>23 #include <media/videobuf2-core.h>24 #include <media/videobuf2-dma-contig.h>119 return container_of(ctrl->handler, struct mtk_jpeg_ctx, ctrl_hdl); in ctrl_to_ctx()138 strscpy(cap->driver, jpeg->variant->dev_name, sizeof(cap->driver)); in mtk_jpeg_querycap()139 strscpy(cap->card, jpeg->variant->dev_name, sizeof(cap->card)); in mtk_jpeg_querycap()148 switch (ctrl->id) { in vidioc_jpeg_enc_s_ctrl()[all …]