instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/media/imx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (c) 2014-2017 Mentor Graphics Inc. */ #ifndef __MEDIA_IMX_H__ #define __MEDIA_IMX_H__ #include <linux/imx-media.h> #endif ```
Linux işletim sistemi çekirdeği için 'include/media/tuner' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * tuner.h - definition for different tuners * * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de) * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de) */ #ifndef _TUNER_H #define _TUNER_H #ifdef __KERNEL__ #include <linux/videodev2...
Linux işletim sistemi çekirdeği için 'include/media/dmxdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * dmxdev.h * * Copyright (C) 2000 Ralph Metzler & Marcus Metzler * for convergence integrated media GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundatio...
Linux işletim sistemi çekirdeği için 'include/media/videobuf2-dvb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _VIDEOBUF2_DVB_H_ #define _VIDEOBUF2_DVB_H_ #include <media/dvbdev.h> #include <media/dmxdev.h> #include <media/dvb_demux.h> #include <media/dvb_net.h> #include <media/dvb_frontend.h> #include <media/videobuf2-v4l2.h> /* We don't actually need to include media-devic...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-mediabus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Media Bus API header * * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef V4L2_MEDIABUS_H #define V4L2_MEDIABUS_H #include <linux/v4l2-mediabus.h> #include <linux/bitops.h> /* * How to use the V4L2_MBUS_* flags: * Flags are defin...
Linux işletim sistemi çekirdeği için 'include/media/dvb_frontend' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * dvb_frontend.h * * The Digital TV Frontend kABI defines a driver-internal interface for * registering low-level, hardware specific driver to a hardware independent * frontend layer. * * Copyright (C) 2001 convergence integrated media GmbH * Copyright (C) 2004 convergence GmbH * * Written by Ralph Me...
Linux işletim sistemi çekirdeği için 'include/media/rcar-fcp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * rcar-fcp.h -- R-Car Frame Compression Processor Driver * * Copyright (C) 2016 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ #ifndef __MEDIA_RCAR_FCP_H__ #define __MEDIA_RCAR_FCP_H__ struct device_node; stru...
Linux işletim sistemi çekirdeği için 'include/media/dvb_net' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * dvb_net.h * * Copyright (C) 2001 Ralph Metzler for convergence integrated media GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the Licens...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-jpeg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * V4L2 JPEG helpers header * * Copyright (C) 2019 Pengutronix, Philipp Zabel <kernel@pengutronix.de> * * For reference, see JPEG ITU-T.81 (ISO/IEC 10918-1) */ #ifndef _V4L2_JPEG_H #define _V4L2_JPEG_H #include <linux/v4l2-controls.h> #define V4L2_JPEG_MAX_COM...
Linux işletim sistemi çekirdeği için 'include/media/media-dev-allocator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * media-dev-allocator.h - Media Controller Device Allocator API * * Copyright (c) 2019 Shuah Khan <shuah@kernel.org> * * Credits: Suggested by Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ /* * This file adds a global ref-counted Media Controller Device ...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-dv-timings' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * v4l2-dv-timings - Internal header with dv-timings helper functions * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef __V4L2_DV_TIMINGS_H #define __V4L2_DV_TIMINGS_H #include <linux/debugfs.h> #include <linux/videodev...
Linux işletim sistemi çekirdeği için 'include/media/rc-map' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * rc-map.h - define RC map names used by RC drivers * * Copyright (c) 2010 by Mauro Carvalho Chehab */ #ifndef _MEDIA_RC_MAP_H #define _MEDIA_RC_MAP_H #include <linux/input.h> #include <uapi/linux/lirc.h> #define RC_PROTO_BIT_NONE 0ULL #define RC_PROTO_BIT...
Linux işletim sistemi çekirdeği için 'include/media/videobuf2-vmalloc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2 * * Copyright (C) 2010 Samsung Electronics * * Author: Pawel Osciak <pawel@osciak.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Fre...
Linux işletim sistemi çekirdeği için 'include/media/cec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * cec - HDMI Consumer Electronics Control support header * * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _MEDIA_CEC_H #define _MEDIA_CEC_H #include <linux/poll.h> #include <linux/fs.h> #include <linux/device.h> #incl...
Linux işletim sistemi çekirdeği için 'include/media/videobuf2-v4l2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * videobuf2-v4l2.h - V4L2 driver helper framework * * Copyright (C) 2010 Samsung Electronics * * Author: Pawel Osciak <pawel@osciak.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Fo...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* v4l2 common internal API header This header contains internal shared ioctl definitions for use by the internal low-level v4l2 drivers. Each ioctl begins with VIDIOC_INT_ to clearly mark that it is an internal define, Copyright (C) 2005 H...
Linux işletim sistemi çekirdeği için 'include/media/tveeprom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * tveeprom - Contains structures and functions to work with Hauppauge * eeproms. */ #include <uapi/linux/if_ether.h> /** * enum tveeprom_audio_processor - Specifies the type of audio processor * used on a Hauppauge device. * * @TVEEPROM_AUDPROC_NONE: ...
Linux işletim sistemi çekirdeği için 'include/media/tuner-types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * descriptions for simple tuners. */ #ifndef __TUNER_TYPES_H__ #define __TUNER_TYPES_H__ /** * enum param_type - type of the tuner pameters * * @TUNER_PARAM_TYPE_RADIO: Tuner params are for FM and/or AM radio * @TUNER_PARAM_TYPE_PAL: Tuner params are for PAL color ...
Linux işletim sistemi çekirdeği için 'include/media/videobuf2-dma-contig' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * videobuf2-dma-contig.h - DMA contig memory allocator for videobuf2 * * Copyright (C) 2010 Samsung Electronics * * Author: Pawel Osciak <pawel@osciak.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * t...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-h264' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Helper functions for H264 codecs. * * Copyright (c) 2019 Collabora, Ltd. * * Author: Boris Brezillon <boris.brezillon@collabora.com> */ #ifndef _MEDIA_V4L2_H264_H #define _MEDIA_V4L2_H264_H #include <media/v4l2-ctrls.h> /** * struct v4l2_h264_reflist_b...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-image-sizes' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Standard image size definitions * * Copyright (C) 2013, Sylwester Nawrocki <sylvester.nawrocki@gmail.com> */ #ifndef _IMAGE_SIZES_H #define _IMAGE_SIZES_H #define CIF_WIDTH 352 #define CIF_HEIGHT 288 #define HD_720_WIDTH 1280 #define HD_720_HEIGHT 720 #define...
Linux işletim sistemi çekirdeği için 'include/media/vsp1' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * vsp1.h -- R-Car VSP1 API * * Copyright (C) 2015 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ #ifndef __MEDIA_VSP1_H__ #define __MEDIA_VSP1_H__ #include <linux/scatterlist.h> #include <linux/types.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-fh' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * v4l2-fh.h * * V4L2 file handle. Store per file handle data for the V4L2 * framework. Using file handles is mandatory for the drivers. * * Copyright (C) 2009--2010 Nokia Corporation. * * Contact: Sakari Ailus <sakari.ailus@iki.fi> */ #ifndef V4L2_FH_H #defi...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-mc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * v4l2-mc.h - Media Controller V4L2 types and prototypes * * Copyright (C) 2016 Mauro Carvalho Chehab <mchehab@kernel.org> * Copyright (C) 2006-2010 Nokia Corporation * Copyright (c) 2016 Intel Corporation. */ #ifndef _V4L2_MC_H #define _V4L2_MC_H #include...
Linux işletim sistemi çekirdeği için 'include/media/media-entity' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Media entity * * Copyright (C) 2010 Nokia Corporation * * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> */ #ifndef _MEDIA_ENTITY_H #define _MEDIA_ENTITY_H #include <linux/bitmap.h> #include <linux/b...
Linux işletim sistemi çekirdeği için 'include/media/dvb_ca_en50221' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * dvb_ca.h: generic DVB functions for EN50221 CA interfaces * * Copyright (C) 2004 Andrew de Quincey * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 *...
Linux işletim sistemi çekirdeği için 'include/media/cec-pin' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * cec-pin.h - low-level CEC pin control * * Copyright 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef LINUX_CEC_PIN_H #define LINUX_CEC_PIN_H #include <linux/types.h> #include <media/cec.h> /** * struct cec_pin_ops - low-level C...
Linux işletim sistemi çekirdeği için 'include/media/rc-core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Remote Controller core header * * Copyright (C) 2009-2010 by Mauro Carvalho Chehab */ #ifndef _RC_CORE #define _RC_CORE #include <linux/spinlock.h> #include <linux/cdev.h> #include <linux/kfifo.h> #include <linux/time.h> #include <linux/timer.h> #include <medi...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-event' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * v4l2-event.h * * V4L2 events. * * Copyright (C) 2009--2010 Nokia Corporation. * * Contact: Sakari Ailus <sakari.ailus@iki.fi> */ #ifndef V4L2_EVENT_H #define V4L2_EVENT_H #include <linux/types.h> #include <linux/videodev2.h> #include <linux/wait.h> struct...
Linux işletim sistemi çekirdeği için 'include/media/videobuf2-core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * videobuf2-core.h - Video Buffer 2 Core Framework * * Copyright (C) 2010 Samsung Electronics * * Author: Pawel Osciak <pawel@osciak.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-vp9' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Helper functions for vp9 codecs. * * Copyright (c) 2021 Collabora, Ltd. * * Author: Andrzej Pietrasiewicz <andrzej.p@collabora.com> */ #ifndef _MEDIA_V4L2_VP9_H #define _MEDIA_V4L2_VP9_H #include <media/v4l2-ctrls.h> /** * struct v4l2_vp9_frame_mv_cont...
Linux işletim sistemi çekirdeği için 'include/media/dvb_vb2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * SPDX-License-Identifier: GPL-2.0 * * dvb-vb2.h - DVB driver helper framework for streaming I/O * * Copyright (C) 2015 Samsung Electronics * * Author: jh1009.sung@samsung.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
Linux işletim sistemi çekirdeği için 'include/media/mipi-csi2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MIPI CSI-2 Data Types * * Copyright (C) 2022 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #ifndef _MEDIA_MIPI_CSI2_H #define _MEDIA_MIPI_CSI2_H /* Short packet data types */ #define MIPI_CSI2_DT_FS 0x00 #define MIPI_CSI2_DT_FE 0x01 #define MIPI_...
Linux işletim sistemi çekirdeği için 'include/media/ipu-bridge' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Author: Dan Scally <djrscally@gmail.com> */ #ifndef __IPU_BRIDGE_H #define __IPU_BRIDGE_H #include <linux/mod_devicetable.h> #include <linux/property.h> #include <linux/types.h> #include <media/v4l2-fwnode.h> #define IPU_HID "INT343E" #define IPU_MAX_LANES 4 #defin...
Linux işletim sistemi çekirdeği için 'include/media/frame_vector' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 #ifndef _MEDIA_FRAME_VECTOR_H #define _MEDIA_FRAME_VECTOR_H /* Container for pinned pfns / pages in frame_vector.c */ struct frame_vector { unsigned int nr_allocated; /* Number of frames we have space for */ unsigned int nr_frames; /* Number of frames stored in ptrs array */ ...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-ctrls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * V4L2 controls support header. * * Copyright (C) 2010 Hans Verkuil <hverkuil@kernel.org> */ #ifndef _V4L2_CTRLS_H #define _V4L2_CTRLS_H #include <linux/list.h> #include <linux/mutex.h> #include <linux/videodev2.h> #include <media/media-request.h> /* for...
Linux işletim sistemi çekirdeği için 'include/media/ipu6-pci-table' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024 Intel Corporation */ #ifndef __IPU6_PCI_TBL_H__ #define __IPU6_PCI_TBL_H__ #include <linux/pci.h> #define PCI_DEVICE_ID_INTEL_IPU6 0x9a19 #define PCI_DEVICE_ID_INTEL_IPU6SE 0x4e19 #define PCI_DEVICE_ID_INTEL_IPU6EP_ADLP 0x465d #define PCI_...
Linux işletim sistemi çekirdeği için 'include/media/media-device' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Media device * * Copyright (C) 2010 Nokia Corporation * * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * Sakari Ailus <sakari.ailus@iki.fi> */ #ifndef _MEDIA_DEVICE_H #define _MEDIA_DEVICE_H #include <linux/atomic.h> #include <linux/l...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-ioctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * * V 4 L 2 D R I V E R H E L P E R A P I * * Moved from videodev2.h * * Some commonly needed functions for drivers (v4l2-common.o module) */ #ifndef _V4L2_IOCTL_H #define _V4L2_IOCTL_H #include <linux/poll.h> #include <linux/fs.h> #include <linux/mutex.h> #i...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-isp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Video4Linux2 generic ISP parameters and statistics support * * Copyright (C) 2025 Ideas On Board Oy * Author: Jacopo Mondi <jacopo.mondi@ideasonboard.com> */ #ifndef _V4L2_ISP_H_ #define _V4L2_ISP_H_ #include <linux/media/v4l2-isp.h> struct device; struc...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-dev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * * V 4 L 2 D R I V E R H E L P E R A P I * * Moved from videodev2.h * * Some commonly needed functions for drivers (v4l2-common.o module) */ #ifndef _V4L2_DEV_H #define _V4L2_DEV_H #include <linux/poll.h> #include <linux/fs.h> #include <linux/device.h> #incl...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-fwnode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * V4L2 fwnode binding parsing library * * Copyright (c) 2016 Intel Corporation. * Author: Sakari Ailus <sakari.ailus@linux.intel.com> * * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> * * Copyrig...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-subdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * V4L2 sub-device support header. * * Copyright (C) 2008 Hans Verkuil <hverkuil@kernel.org> */ #ifndef _V4L2_SUBDEV_H #define _V4L2_SUBDEV_H #include <linux/types.h> #include <linux/v4l2-subdev.h> #include <media/media-entity.h> #include <media/v4l2-async...
Linux işletim sistemi çekirdeği için 'include/media/v4l2-rect' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * v4l2-rect.h - v4l2_rect helper functions * * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _V4L2_RECT_H_ #define _V4L2_RECT_H_ #include <linux/videodev2.h> /** * v4l2_rect_set_size_to() - copy the width/height valu...
Linux işletim sistemi çekirdeği için 'include/media/cec-notifier' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * cec-notifier.h - notify CEC drivers of physical address changes * * Copyright 2016 Russell King. * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef LINUX_CEC_NOTIFIER_H #define LINUX_CEC_NOTIFIER_H #include <linux...
Linux işletim sistemi çekirdeği için 'include/media/i2c/bt819' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* bt819.h - bt819 notifications Copyright (C) 2009 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _BT819_H_ #define _BT819_H_ #include <linux/ioctl.h> /* v4l2_device notifications. */ /* Needed to reset the FIFO buffer when changing the input or the ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/ds90ub9xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MEDIA_I2C_DS90UB9XX_H__ #define __MEDIA_I2C_DS90UB9XX_H__ #include <linux/types.h> struct i2c_atr; /** * struct ds90ub9xx_platform_data - platform data for FPD-Link Serializers. * @port: Deserializer RX port for this Serializer * @atr: I2C ATR * @bc_rate: ba...
Linux işletim sistemi çekirdeği için 'include/media/i2c/wm8775' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* wm8775.h - definition for wm8775 inputs and outputs Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _WM8775_H_ #define _WM8775_H_ /* The WM8775 has 4 inputs and one output. Zero or more inputs are multiplexed together to the output....
Linux işletim sistemi çekirdeği için 'include/media/i2c/ov772x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ov772x Camera * * Copyright (C) 2008 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> */ #ifndef __OV772X_H__ #define __OV772X_H__ /* for flags */ #define OV772X_FLAG_VFLIP (1 << 0) /* Vertical flip image */ #define OV772X_FLAG_HFLI...
Linux işletim sistemi çekirdeği için 'include/media/i2c/lm3646' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/media/i2c/lm3646.h * * Copyright (C) 2014 Texas Instruments * * Contact: Daniel Jeong <gshark.jeong@gmail.com> * Ldd-Mlp <ldd-mlp@list.ti.com> */ #ifndef __LM3646_H__ #define __LM3646_H__ #include <media/v4l2-subdev.h> #define LM3646_NAME "lm3646...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adp1653' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/media/i2c/adp1653.h * * Copyright (C) 2008--2011 Nokia Corporation * * Contact: Sakari Ailus <sakari.ailus@iki.fi> * * Contributors: * Sakari Ailus <sakari.ailus@iki.fi> * Tuukka Toivonen <tuukkat76@gmail.com> */ #ifndef ADP1653_H #define ADP1653_...
Linux işletim sistemi çekirdeği için 'include/media/i2c/mt9v011' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* mt9v011 sensor * * Copyright (C) 2011 Hans Verkuil <hverkuil@kernel.org> */ #ifndef __MT9V011_H__ #define __MT9V011_H__ struct mt9v011_platform_data { unsigned xtal; /* Hz */ }; #endif ```
Linux işletim sistemi çekirdeği için 'include/media/i2c/ak881x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Header for AK8813 / AK8814 TV-ecoders from Asahi Kasei Microsystems Co., Ltd. (AKM) * * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef AK881X_H #define AK881X_H #define AK881X_IF_MODE_MASK (3 << 0) #define AK881X_IF_MODE_BT656 (0 ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/cs5345' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* cs5345.h - definition for cs5345 inputs and outputs Copyright (C) 2007 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _CS5345_H_ #define _CS5345_H_ /* CS5345 HW inputs */ #define CS5345_IN_MIC 0 #define CS5345_IN_1 1 #define CS5345_IN_2 2 #define CS...
Linux işletim sistemi çekirdeği için 'include/media/i2c/ov7670' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * A V4L2 driver for OmniVision OV7670 cameras. * * Copyright 2010 One Laptop Per Child */ #ifndef __OV7670_H #define __OV7670_H struct ov7670_config { int min_width; /* Filter out smaller sizes */ int min_height; /* Filter out smaller sizes */ int clock_s...
Linux işletim sistemi çekirdeği için 'include/media/i2c/cs53l32a' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* cs53l32a.h - definition for cs53l32a inputs and outputs Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _CS53L32A_H_ #define _CS53L32A_H_ /* There are 2 physical inputs, but the second input can be placed in two modes, the first mod...
Linux işletim sistemi çekirdeği için 'include/media/i2c/tda1997x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * tda1997x - NXP HDMI receiver * * Copyright 2017 Tim Harvey <tharvey@gateworks.com> * */ #ifndef _TDA1997X_ #define _TDA1997X_ /* Platform Data */ struct tda1997x_platform_data { enum v4l2_mbus_type vidout_bus_type; u32 vidout_bus_width; u8 vidout_port_cfg[9]; ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/saa7127' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* saa7127.h - definition for saa7126/7/8/9 inputs/outputs Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _SAA7127_H_ #define _SAA7127_H_ /* Enumeration for the supported input types */ enum saa7127_input_type { SAA7127_INPUT_TYPE_NORMA...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7183' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * adv7183.h - definition for adv7183 inputs and outputs * * Copyright (c) 2011 Analog Devices Inc. */ #ifndef _ADV7183_H_ #define _ADV7183_H_ /* ADV7183 HW inputs */ #define ADV7183_COMPOSITE0 0 /* CVBS in on AIN1 */ #define ADV7183_COMPOSITE1 1 /* CVBS in o...
Linux işletim sistemi çekirdeği için 'include/media/i2c/lm3560' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/media/i2c/lm3560.h * * Copyright (C) 2013 Texas Instruments * * Contact: Daniel Jeong <gshark.jeong@gmail.com> * Ldd-Mlp <ldd-mlp@list.ti.com> */ #ifndef __LM3560_H__ #define __LM3560_H__ #include <media/v4l2-subdev.h> #define LM3559_NAME "lm3559...
Linux işletim sistemi çekirdeği için 'include/media/i2c/tvaudio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* tvaudio.h - definition for tvaudio inputs Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _TVAUDIO_H #define _TVAUDIO_H /* * i2c bus addresses for the chips supported by tvaudio.c */ #define I2C_ADDR_TDA8425 0x82 #define I2C_ADDR_TD...
Linux işletim sistemi çekirdeği için 'include/media/i2c/uda1342' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * uda1342.h - definition for uda1342 inputs * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _UDA1342_H_ #define _UDA1342_H_ /* The UDA1342 has 2 inputs */ #define UDA1342_IN1 1 #define UDA1342_IN2 2 #endif ```
Linux işletim sistemi çekirdeği için 'include/media/i2c/m52790' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* m52790.h - definition for m52790 inputs and outputs Copyright (C) 2007 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _M52790_H_ #define _M52790_H_ /* Input routing switch 1 */ #define M52790_SW1_IN_MASK 0x0003 #define M52790_SW1_IN_TUNER 0x0000 #defin...
Linux işletim sistemi çekirdeği için 'include/media/i2c/tvp514x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * drivers/media/video/tvp514x.h * * Copyright (C) 2008 Texas Instruments Inc * Author: Vaibhav Hiremath <hvaibhav@ti.com> * * Contributors: * Sivaraj R <sivaraj@ti.com> * Brijesh R Jadav <brijesh.j@ti.com> * Hardik Shah <hardik.shah@ti.com> * ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/rj54n1cb0c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * RJ54N1CB0C Private data * * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef __RJ54N1CB0C_H__ #define __RJ54N1CB0C_H__ struct rj54n1_pdata { unsigned int mclk_freq; bool ioctl_high; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/media/i2c/tc358743' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * tc358743 - Toshiba HDMI to CSI-2 bridge * * Copyright 2015 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ /* * References (c = chapter, p = page): * REF_01 - Toshiba, TC358743XBG (H2C), Functional Specification, Rev 0.60 * REF_02 - Toshib...
Linux işletim sistemi çekirdeği için 'include/media/i2c/saa7115' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* saa7115.h - definition for saa7111/3/4/5 inputs and frequency flags Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _SAA7115_H_ #define _SAA7115_H_ /* s_routing inputs, outputs, and config */ /* SAA7111/3/4/5 HW inputs */ #define SAA7...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7393' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ADV7393 header file * * Copyright (C) 2010-2012 ADVANSEE - http://www.advansee.com/ * Benoît Thébaudeau <benoit.thebaudeau@advansee.com> * * Based on ADV7343 driver, * * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ */ #ifndef ADV7...
Linux işletim sistemi çekirdeği için 'include/media/i2c/ths7303' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 Texas Instruments Inc * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. * * Contributors: * Hans Verkuil <hverkuil@kernel.org> * Lad, Prabhakar <prabhakar.lad@ti.com> * Martin Bugge <marbugge@cisco.com> */ #ifndef...
Linux işletim sistemi çekirdeği için 'include/media/i2c/tvp7002' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics * Digitizer with Horizontal PLL registers * * Copyright (C) 2009 Texas Instruments Inc * Author: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com> * * This code is partially based upon t...
Linux işletim sistemi çekirdeği için 'include/media/i2c/tw9910' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * tw9910 Driver header * * Copyright (C) 2008 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on ov772x.h * * Copyright (C) Kuninori Morimoto <morimoto.kuninori@renesas.com> */ #ifndef __TW9910_H__ #define __TW9910_H__ ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/upd64031a' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * upd64031a - NEC Electronics Ghost Reduction input defines * * 2006 by Hans Verkuil (hverkuil@kernel.org) */ #ifndef _UPD64031A_H_ #define _UPD64031A_H_ /* Ghost reduction modes */ #define UPD64031A_GR_ON 0 #define UPD64031A_GR_OFF 1 #define UPD64031A_GR_T...
Linux işletim sistemi çekirdeği için 'include/media/i2c/mt9t112' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* mt9t112 Camera * * Copyright (C) 2009 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@renesas.com> */ #ifndef __MT9T112_H__ #define __MT9T112_H__ struct mt9t112_pll_divider { u8 m, n; u8 p1, p2, p3, p4, p5, p6, p7; }; /** * struct mt9t112_platform_...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7842' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * adv7842 - Analog Devices ADV7842 video decoder driver * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _ADV7842_ #define _ADV7842_ /* Analog input muxing modes (AFE register 0x02, [2:0]) */ enum adv7842_ain_sel { A...
Linux işletim sistemi çekirdeği için 'include/media/i2c/ir-kbd-i2c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _IR_I2C #define _IR_I2C #include <media/rc-core.h> #define DEFAULT_POLLING_INTERVAL 100 /* ms */ struct IR_i2c; struct IR_i2c { char *ir_codes; struct i2c_client *c; struct rc_dev *rc; /* Used to avoid fast repeating */ unsigned char ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/upd64083' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * upd6408x - NEC Electronics 3-Dimensional Y/C separation input defines * * 2006 by Hans Verkuil (hverkuil@kernel.org) */ #ifndef _UPD64083_H_ #define _UPD64083_H_ /* There are two bits of information that the driver needs in order to select the correct r...
Linux işletim sistemi çekirdeği için 'include/media/i2c/ov2659' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Omnivision OV2659 CMOS Image Sensor driver * * Copyright (C) 2015 Texas Instruments, Inc. * * Benoit Parrot <bparrot@ti.com> * Lad, Prabhakar <prabhakar.csengg@gmail.com> */ #ifndef OV2659_H #define OV2659_H /** * struct ov2659_platform_data - ov2659 drive...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7511' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Analog Devices ADV7511 HDMI Transmitter Device Driver * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef ADV7511_H #define ADV7511_H /* notify events */ #define ADV7511_MONITOR_DETECT 0 #define ADV7511_EDID_DETECT 1 ...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7604' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * adv7604 - Analog Devices ADV7604 video decoder driver * * Copyright 2012 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _ADV7604_ #define _ADV7604_ #include <linux/types.h> /* Analog input muxing modes (AFE register 0x02, [2:0]) */...
Linux işletim sistemi çekirdeği için 'include/media/i2c/saa6588' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Types and defines needed for RDS. This is included by saa6588.c and every driver (e.g. bttv-driver.c) that wants to use the saa6588 module. (c) 2005 by Hans J. Koch */ #ifndef _SAA6588_H #define _SAA6588_H struct saa6588_command { unsigned i...
Linux işletim sistemi çekirdeği için 'include/media/i2c/adv7343' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ADV7343 header file * * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ */ #ifndef ADV7343_H #define ADV7343_H #define ADV7343_COMPOSITE_ID (0) #define ADV7343_COMPONENT_ID (1) #define ADV7343_SVIDEO_ID (2) /** * struct adv7343_power_m...
Linux işletim sistemi çekirdeği için 'include/media/tpg/v4l2-tpg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * v4l2-tpg.h - Test Pattern Generator * * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #ifndef _V4L2_TPG_H_ #define _V4L2_TPG_H_ #include <linux/types.h> #include <linux/errno.h> #include <linux/random.h> #include <linux/slab...
Linux işletim sistemi çekirdeği için 'include/media/davinci/vpif_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2011 Texas Instruments Inc */ #ifndef _VPIF_TYPES_H #define _VPIF_TYPES_H #include <linux/i2c.h> #define VPIF_CAPTURE_MAX_CHANNELS 2 #define VPIF_DISPLAY_MAX_CHANNELS 2 enum vpif_if_type { VPIF_IF_BT656, VPIF_IF_BT1120, VPIF_IF_RAW_BAYER }; st...
Linux işletim sistemi çekirdeği için 'include/media/davinci/vpfe_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2008-2009 Texas Instruments Inc */ #ifndef _VPFE_TYPES_H #define _VPFE_TYPES_H #ifdef __KERNEL__ enum vpfe_pin_pol { VPFE_PINPOL_POSITIVE, VPFE_PINPOL_NEGATIVE }; enum vpfe_hw_if_type { /* BT656 - 8 bit */ VPFE_BT656, /* BT1120 - 16 bit *...
Linux işletim sistemi çekirdeği için 'include/media/cadence/cdns-csi2rx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _CDNS_CSI2RX_H #define _CDNS_CSI2RX_H #include <media/v4l2-subdev.h> /** * cdns_csi2rx_negotiate_ppc - Negotiate pixel-per-clock on output interface * * @subdev: point to &struct v4l2_subdev * @pad: pad number of the source pad * @ppc: pointer to requested pix...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/msp3400' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* msp3400.h - definition for msp3400 inputs and outputs Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _MSP3400_H_ #define _MSP3400_H_ /* msp3400 routing =============== The msp3400 has a complicated routing scheme with many poss...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/saa7146_vv' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SAA7146_VV__ #define __SAA7146_VV__ #include <media/v4l2-common.h> #include <media/v4l2-ioctl.h> #include <media/v4l2-fh.h> #include <media/drv-intf/saa7146.h> #include <media/videobuf2-dma-sg.h> #define MAX_SAA7146_CAPTURE_BUFFERS 32 /* arbitrary */ #define BUFFE...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/saa7146' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SAA7146__ #define __SAA7146__ #include <linux/delay.h> /* for delay-stuff */ #include <linux/slab.h> /* for kmalloc/kfree */ #include <linux/pci.h> /* for pci-config-stuff, vendor ids etc. */ #include <linux/init.h> /* for "__init" */ #include <linux/interrupt.h...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/cx2341x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* cx23415/6/8 header containing common defines. */ #ifndef CX2341X_H #define CX2341X_H #include <media/v4l2-ctrls.h> enum cx2341x_port { CX2341X_PORT_MEMORY = 0, CX2341X_PORT_STREAMING = 1, CX2341X_PORT_SERIAL = 2 }; enum cx2341x_cap { CX2341X_CA...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/s3c_camif' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver * * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> */ #ifndef MEDIA_S3C_CAMIF_ #define MEDIA_S3C_CAMIF_ #include <linux/i2c.h> #include <media/v4l2-mediabus.h> /** * struct s3c_c...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/sh_vou' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * SuperH Video Output Unit (VOU) driver header * * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef SH_VOU_H #define SH_VOU_H #include <linux/i2c.h> /* Bus flags */ #define SH_VOU_PCLK_FALLING (1 << 0) #define SH_VOU_HSYNC_LOW (1 << 1...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/si476x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/media/drv-intf/si476x.h -- Common definitions for si476x driver * * Copyright (C) 2012 Innovative Converged Devices(ICD) * Copyright (C) 2013 Andrey Smirnov * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> */ #ifndef SI476X_H #define SI476X_H #...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/exynos-fimc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Samsung S5P/Exynos4 SoC series camera interface driver header * * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd. * Sylwester Nawrocki <s.nawrocki@samsung.com> */ #ifndef S5P_FIMC_H_ #define S5P_FIMC_H_ #include <media/media-entity.h> #include <media/...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/renesas-ceu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * renesas-ceu.h - Renesas CEU driver interface * * Copyright 2017-2018 Jacopo Mondi <jacopo+renesas@jmondi.org> */ #ifndef __MEDIA_DRV_INTF_RENESAS_CEU_H__ #define __MEDIA_DRV_INTF_RENESAS_CEU_H__ #define CEU_MAX_SUBDEVS 2 struct ceu_async_subdev { unsigned long flag...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/tea575x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SOUND_TEA575X_TUNER_H #define __SOUND_TEA575X_TUNER_H /* * ALSA driver for TEA5757/5759 Philips AM/FM tuner chips * * Copyright (c) 2004 Jaroslav Kysela <perex@perex.cz> */ #include <linux/videodev2.h> #include <media/v4l2-ctrls.h> #include <media/v...
Linux işletim sistemi çekirdeği için 'include/media/drv-intf/cx25840' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * cx25840.h - definition for cx25840/1/2/3 inputs * * Copyright (C) 2006 Hans Verkuil (hverkuil@kernel.org) */ #ifndef _CX25840_H_ #define _CX25840_H_ /* * Note that the cx25840 driver requires that the bridge driver calls the * v4l2_subdev's load_fw ...
Linux işletim sistemi çekirdeği için 'include/clocksource/timer-davinci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * TI DaVinci clocksource driver * * Copyright (C) 2019 Texas Instruments * Author: Bartosz Golaszewski <bgolaszewski@baylibre.com> */ #ifndef __TIMER_DAVINCI_H__ #define __TIMER_DAVINCI_H__ #include <linux/clk.h> #include <linux/ioport.h> enum { DAVINCI_TIMER...
Linux işletim sistemi çekirdeği için 'include/clocksource/hyperv_timer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Definitions for the clocksource provided by the Hyper-V * hypervisor to guest VMs, as described in the Hyper-V Top * Level Functional Spec (TLFS). * * Copyright (C) 2019, Microsoft, Inc. * * Author: Michael Kelley <mikelley@microsoft.com> */ #ifndef __CLKSOURC...
Linux işletim sistemi çekirdeği için 'include/clocksource/timer-goldfish' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * goldfish-timer clocksource * Registers definition for the goldfish-timer device */ #ifndef _CLOCKSOURCE_TIMER_GOLDFISH_H #define _CLOCKSOURCE_TIMER_GOLDFISH_H /* * TIMER_TIME_LOW get low bits of current time and update TIMER_TIME_HIGH * TIMER_TIME_HIGH get high ...
Linux işletim sistemi çekirdeği için 'include/clocksource/timer-xilinx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2021 Sean Anderson <sean.anderson@seco.com> */ #ifndef XILINX_TIMER_H #define XILINX_TIMER_H #include <linux/compiler.h> #define TCSR0 0x00 #define TLR0 0x04 #define TCR0 0x08 #define TCSR1 0x10 #define TLR1 0x14 #define TCR1 0x18 #define TCSR_MDT BI...