instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/rdma/rdma_vt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright(c) 2016 - 2019 Intel Corporation. */ #ifndef DEF_RDMA_VT_H #define DEF_RDMA_VT_H /* * Structure that low level drivers will populate in order to register with the * rdmavt layer. */ #include <linux/spinlock.h> #include <linux/list.h> #in...
Linux işletim sistemi çekirdeği için 'include/rdma/uverbs_ioctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2017, Mellanox Technologies inc. All rights reserved. */ #ifndef _UVERBS_IOCTL_ #define _UVERBS_IOCTL_ #include <rdma/uverbs_types.h> #include <linux/uaccess.h> #include <rdma/rdma_user_ioctl.h> #include <rdma/ib_user_ioctl_verbs.h> #in...
Linux işletim sistemi çekirdeği için 'include/rdma/iw_portmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2014 Intel Corporation. All rights reserved. * Copyright (c) 2014 Chelsio, Inc. All rights reserved. */ #ifndef _IW_PORTMAP_H #define _IW_PORTMAP_H #include <linux/socket.h> #include <linux/netlink.h> #define IWPM_ULIBNAME_SIZE 32 #def...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_smi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2004 Infinicon Corporation. All rights reserved. * Copyright (c) 2004 Intel Corporation. All rights reserved. * Copyright (c) 2004 Topspin Corporation. All rights r...
Linux işletim sistemi çekirdeği için 'include/rdma/rdma_netlink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _RDMA_NETLINK_H #define _RDMA_NETLINK_H #include <linux/netlink.h> #include <uapi/rdma/rdma_netlink.h> #include <rdma/ib_verbs.h> struct ib_device; enum { RDMA_NLDEV_ATTR_EMPTY_STRING = 1, RDMA_NLDEV_ATTR_ENTRY_STRLEN = 16, RDMA_NLDEV_ATTR_CHARDEV_TYPE_SIZE = 3...
Linux işletim sistemi çekirdeği için 'include/rdma/lag' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2020 Mellanox Technologies. All rights reserved. */ #ifndef _RDMA_LAG_H_ #define _RDMA_LAG_H_ #include <net/lag.h> struct ib_device; struct rdma_ah_attr; enum rdma_lag_flags { RDMA_LAG_FLAGS_HASH_ALL_SLAVES = 1 << 0 }; void rdma_lag_...
Linux işletim sistemi çekirdeği için 'include/rdma/uverbs_named_ioctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2018, Mellanox Technologies inc. All rights reserved. */ #ifndef _UVERBS_NAMED_IOCTL_ #define _UVERBS_NAMED_IOCTL_ #include <rdma/uverbs_ioctl.h> #ifndef UVERBS_MODULE_NAME #error "Please #define UVERBS_MODULE_NAME before including rdm...
Linux işletim sistemi çekirdeği için 'include/rdma/rdma_counter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2019 Mellanox Technologies. All rights reserved. */ #ifndef _RDMA_COUNTER_H_ #define _RDMA_COUNTER_H_ #include <linux/mutex.h> #include <linux/pid_namespace.h> #include <rdma/restrack.h> #include <rdma/rdma_netlink.h> struct ib_device;...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_umem_odp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2014 Mellanox Technologies. All rights reserved. */ #ifndef IB_UMEM_ODP_H #define IB_UMEM_ODP_H #include <rdma/ib_umem.h> #include <rdma/ib_verbs.h> #include <linux/hmm-dma.h> struct ib_umem_odp { struct ib_umem umem; struct mmu_inter...
Linux işletim sistemi çekirdeği için 'include/rdma/uverbs_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2017, Mellanox Technologies inc. All rights reserved. */ #ifndef _UVERBS_TYPES_ #define _UVERBS_TYPES_ #include <linux/kernel.h> #include <rdma/ib_verbs.h> struct uverbs_obj_type; struct uverbs_api_object; enum rdma_lookup_mode { UVE...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_pack' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2004 Topspin Corporation. All rights reserved. */ #ifndef IB_PACK_H #define IB_PACK_H #include <rdma/ib_verbs.h> #include <uapi/linux/if_ether.h> enum { IB_LRH_BYTES = 8, IB_ETH_BYTES = 14, IB_VLAN_BYTES = 4, IB_GRH_BYTES = 40,...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_sysfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright (c) 2021 Mellanox Technologies Ltd. All rights reserved. */ #ifndef DEF_RDMA_IB_SYSFS_H #define DEF_RDMA_IB_SYSFS_H #include <linux/sysfs.h> struct ib_device; struct ib_port_attribute { struct attribute attr; ssize_t (*show)(struct ib_de...
Linux işletim sistemi çekirdeği için 'include/rdma/iw_cm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2005 Network Appliance, Inc. All rights reserved. * Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved. */ #ifndef IW_CM_H #define IW_CM_H #include <linux/in.h> #include <rdma/ib_cm.h> struct iw_cm_id; enum iw_cm_event_t...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_ucaps' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved */ #ifndef _IB_UCAPS_H_ #define _IB_UCAPS_H_ #define UCAP_ENABLED(ucaps, type) (!!((ucaps) & (1U << (type)))) enum rdma_user_cap { RDMA_UCAP_MLX5_CTRL_LOCAL, RDMA_UCAP_MLX5_CT...
Linux işletim sistemi çekirdeği için 'include/rdma/rdma_cm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2005 Voltaire Inc. All rights reserved. * Copyright (c) 2005 Intel Corporation. All rights reserved. */ #ifndef RDMA_CM_H #define RDMA_CM_H #include <linux/socket.h> #include <linux/in6.h> #include <rdma/ib_addr.h> #include <rdma/ib_s...
Linux işletim sistemi çekirdeği için 'include/rdma/tid_rdma_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* * Copyright(c) 2018 Intel Corporation. * */ #ifndef TID_RDMA_DEFS_H #define TID_RDMA_DEFS_H #include <rdma/ib_pack.h> struct tid_rdma_read_req { __le32 kdeth0; __le32 kdeth1; struct ib_reth reth; __be32 tid_flow_psn; __be32 tid_flow_qp; __be32...
Linux işletim sistemi çekirdeği için 'include/rdma/uverbs_std_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2017, Mellanox Technologies inc. All rights reserved. */ #ifndef _UVERBS_STD_TYPES__ #define _UVERBS_STD_TYPES__ #include <rdma/uverbs_types.h> #include <rdma/uverbs_ioctl.h> #include <rdma/ib_user_ioctl_verbs.h> /* Returns _id, or cau...
Linux işletim sistemi çekirdeği için 'include/rdma/rdmavt_mr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright(c) 2016 Intel Corporation. */ #ifndef DEF_RDMAVT_INCMR_H #define DEF_RDMAVT_INCMR_H /* * For Memory Regions. This stuff should probably be moved into rdmavt/mr.h once * drivers no longer need access to the MR directly. */ #include <linux/...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_cm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2004, 2005 Intel Corporation. All rights reserved. * Copyright (c) 2004 Topspin Corporation. All rights reserved. * Copyright (c) 2004 Voltaire Corporation. All rights reserved. * Copyright (c) 2005 Sun Microsystems, Inc. All rights r...
Linux işletim sistemi çekirdeği için 'include/rdma/ib_hdrs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* * Copyright(c) 2016 - 2018 Intel Corporation. */ #ifndef IB_HDRS_H #define IB_HDRS_H #include <linux/types.h> #include <linux/unaligned.h> #include <rdma/ib_verbs.h> #define IB_SEQ_NAK (3 << 29) /* AETH NAK opcode values */ #define IB_RNR_NAK ...
Linux işletim sistemi çekirdeği için 'include/rdma/iba' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2020, Mellanox Technologies inc. All rights reserved. */ #ifndef _IBA_DEFS_H_ #define _IBA_DEFS_H_ #include <linux/kernel.h> #include <linux/bitfield.h> #include <linux/unaligned.h> static inline u32 _iba_get8(const u8 *ptr) { return *...
Linux işletim sistemi çekirdeği için 'include/rdma/signature' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) */ /* * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. */ #ifndef _RDMA_SIGNATURE_H_ #define _RDMA_SIGNATURE_H_ #include <linux/types.h> enum ib_signature_prot_cap { IB_PROT_T10DIF_TYPE_1 = 1, IB_PROT_T10DIF_TYPE_2 = 1 << 1, IB_PROT...
Linux işletim sistemi çekirdeği için 'include/rv/automata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org> * * Deterministic automata helper functions, to be used with the automata * models in C generated by the dot2k tool. */ #ifndef _RV_AUTOMATA_H #define _RV_AUTOMATA_H #ifndef MON...
Linux işletim sistemi çekirdeği için 'include/rv/instrumentation' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org> * * Helper functions to facilitate the instrumentation of auto-generated * RV monitors create by dot2k. * * The dot2k tool is available at tools/verification/dot2/ */ #include <...
Linux işletim sistemi çekirdeği için 'include/rv/ha_monitor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2025-2028 Red Hat, Inc. Gabriele Monaco <gmonaco@redhat.com> * * Hybrid automata (HA) monitor functions, to be used together * with automata models in C generated by the rvgen tool. * * This type of monitors extends the Deterministic automata (DA) cla...
Linux işletim sistemi çekirdeği için 'include/rv/da_monitor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org> * * Deterministic automata (DA) monitor functions, to be used together * with automata models in C generated by the rvgen tool. * * The rvgen tool is available at tools/verificati...
Linux işletim sistemi çekirdeği için 'include/rv/ltl_monitor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /** * This file must be combined with the $(MODEL_NAME).h file generated by * tools/verification/rvgen. */ #include <linux/args.h> #include <linux/rv.h> #include <linux/stringify.h> #include <linux/seq_buf.h> #include <rv/instrumentation.h> #include <trace/events/task.h> ...
Linux işletim sistemi çekirdeği için 'include/keys/rxrpc-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* RxRPC key type * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_RXRPC_TYPE_H #define _KEYS_RXRPC_TYPE_H #include <linux/key.h> #include <crypto/krb5.h> /* * key type for AF_RXRPC ke...
Linux işletim sistemi çekirdeği için 'include/keys/dns_resolver-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* DNS resolver key type * * Copyright (C) 2010 Wang Lei. All Rights Reserved. * Written by Wang Lei (wang840925@gmail.com) */ #ifndef _KEYS_DNS_RESOLVER_TYPE_H #define _KEYS_DNS_RESOLVER_TYPE_H #include <linux/key-type.h> extern struct key_type key_type_dns_r...
Linux işletim sistemi çekirdeği için 'include/keys/asymmetric-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Asymmetric Public-key cryptography key type interface * * See Documentation/crypto/asymmetric-keys.rst * * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_ASYMMETRIC_TYPE_H #define _KEY...
Linux işletim sistemi çekirdeği için 'include/keys/ceph-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _KEYS_CEPH_TYPE_H #define _KEYS_CEPH_TYPE_H #include <linux/key.h> extern struct key_type key_type_ceph; #endif ```
Linux işletim sistemi çekirdeği için 'include/keys/encrypted-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2010 IBM Corporation * Copyright (C) 2010 Politecnico di Torino, Italy * TORSEC group -- https://security.polito.it * * Authors: * Mimi Zohar <zohar@us.ibm.com> * Roberto Sassu <roberto.sassu@polito.it> */ #ifndef _KEYS_ENCR...
Linux işletim sistemi çekirdeği için 'include/keys/trusted_tpm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __TRUSTED_TPM_H #define __TRUSTED_TPM_H #include <keys/trusted-type.h> #include <linux/tpm_command.h> extern struct trusted_key_ops trusted_key_tpm_ops; int tpm2_seal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, struct trusted...
Linux işletim sistemi çekirdeği için 'include/keys/trusted_tee' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019-2021 Linaro Ltd. * * Author: * Sumit Garg <sumit.garg@linaro.org> */ #ifndef __TEE_TRUSTED_KEY_H #define __TEE_TRUSTED_KEY_H #include <keys/trusted-type.h> extern struct trusted_key_ops trusted_key_tee_ops; #endif ```
Linux işletim sistemi çekirdeği için 'include/keys/keyring-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Keyring key type * * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_KEYRING_TYPE_H #define _KEYS_KEYRING_TYPE_H #include <linux/key.h> #include <linux/assoc_array.h> #endif /* _K...
Linux işletim sistemi çekirdeği için 'include/keys/big_key-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Big capacity key type. * * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_BIG_KEY_TYPE_H #define _KEYS_BIG_KEY_TYPE_H #include <linux/key-type.h> extern struct key_type key_type_big_ke...
Linux işletim sistemi çekirdeği için 'include/keys/system_keyring' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* System keyring containing trusted public keys. * * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_SYSTEM_KEYRING_H #define _KEYS_SYSTEM_KEYRING_H #include <linux/key.h> enum blacklist_...
Linux işletim sistemi çekirdeği için 'include/keys/trusted_pkwm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PKWM_TRUSTED_KEY_H #define __PKWM_TRUSTED_KEY_H #include <keys/trusted-type.h> #include <linux/bitops.h> #include <linux/printk.h> extern struct trusted_key_ops pkwm_trusted_key_ops; struct trusted_pkwm_options { u16 wrap_flags; }; static inline void dump_optio...
Linux işletim sistemi çekirdeği için 'include/keys/asymmetric-parser' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Asymmetric public-key cryptography data parser * * See Documentation/crypto/asymmetric-keys.rst * * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_ASYMMETRIC_PARSER_H #define _KEYS_ASY...
Linux işletim sistemi çekirdeği için 'include/keys/asymmetric-subtype' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Asymmetric public-key cryptography key subtype * * See Documentation/crypto/asymmetric-keys.rst * * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_ASYMMETRIC_SUBTYPE_H #define _KEYS_AS...
Linux işletim sistemi çekirdeği için 'include/keys/trusted_caam' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <kernel@pengutronix.de> */ #ifndef __CAAM_TRUSTED_KEY_H #define __CAAM_TRUSTED_KEY_H extern struct trusted_key_ops trusted_key_caam_ops; #endif ```
Linux işletim sistemi çekirdeği için 'include/keys/trusted-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2010 IBM Corporation * Author: David Safford <safford@us.ibm.com> */ #ifndef _KEYS_TRUSTED_TYPE_H #define _KEYS_TRUSTED_TYPE_H #include <linux/key.h> #include <linux/rcupdate.h> #include <linux/tpm.h> #ifdef pr_fmt #undef pr_fmt #endif #define p...
Linux işletim sistemi çekirdeği için 'include/keys/request_key_auth-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* request_key authorisation token key type * * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_REQUEST_KEY_AUTH_TYPE_H #define _KEYS_REQUEST_KEY_AUTH_TYPE_H #include <linux/key.h> /* * A...
Linux işletim sistemi çekirdeği için 'include/keys/trusted_dcp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2021 sigma star gmbh */ #ifndef TRUSTED_DCP_H #define TRUSTED_DCP_H extern struct trusted_key_ops dcp_trusted_key_ops; #endif ```
Linux işletim sistemi çekirdeği için 'include/keys/user-type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* user-type.h: User-defined key type * * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #ifndef _KEYS_USER_TYPE_H #define _KEYS_USER_TYPE_H #include <linux/key.h> #include <linux/rcupdate.h> #ifdef CO...
Linux işletim sistemi çekirdeği için 'include/video/atmel_lcdc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Header file for AT91/AT32 LCD Controller * * Data structure and register user interface * * Copyright (C) 2007 Atmel Corporation */ #ifndef __ATMEL_LCDC_H__ #define __ATMEL_LCDC_H__ #include <linux/workqueue.h> /* Way LCD wires are connected to the ch...
Linux işletim sistemi çekirdeği için 'include/video/of_videomode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> * * videomode of-helpers */ #ifndef __LINUX_OF_VIDEOMODE_H #define __LINUX_OF_VIDEOMODE_H struct device_node; struct videomode; int of_get_videomode(struct device_node *np, struct videomode *vm, ...
Linux işletim sistemi çekirdeği için 'include/video/cvisionppc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Phase5 CybervisionPPC (TVP4020) definitions for the Permedia2 framebuffer * driver. * * Copyright (c) 1998-1999 Ilario Nardinocchi (nardinoc@CS.UniBO.IT) * -------------------------------------------------------------------------- * $Id: cvisionppc.h,v 1.8 1999/01/28 13:18:07 illo Exp $ * -------------...
Linux işletim sistemi çekirdeği için 'include/video/display_timing' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> * * description of display timings */ #ifndef __LINUX_DISPLAY_TIMING_H #define __LINUX_DISPLAY_TIMING_H #include <linux/bitops.h> #include <linux/types.h> enum display_flags { DISPLAY_FLAGS_HSYNC_LO...
Linux işletim sistemi çekirdeği için 'include/video/imx-ipu-image-convert' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2012-2016 Mentor Graphics Inc. * * i.MX Queued image conversion support, with tiling and rotation. */ #ifndef __IMX_IPU_IMAGE_CONVERT_H__ #define __IMX_IPU_IMAGE_CONVERT_H__ #include <video/imx-ipu-v3.h> struct ipu_image_convert_ctx; /** * ...
Linux işletim sistemi çekirdeği için 'include/video/aty128' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* $Id: aty128.h,v 1.1 1999/10/12 11:00:40 geert Exp $ * linux/drivers/video/aty128.h * Register definitions for ATI Rage128 boards * * Anthony Tong <atong@uiuc.edu>, 1999 * Brad Douglas <brad@neruo.com>, 2000 */ #ifndef REG_RAGE128_H #define REG_RAGE128_H #defin...
Linux işletim sistemi çekirdeği için 'include/video/pm3fb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/drivers/video/pm3fb.h -- 3DLabs Permedia3 frame buffer device * * Copyright (C) 2001 Romain Dolbeau <dolbeau@irisa.fr> * Copyright (C) 2001 Sven Luther, <luther@dpt-info.u-strasbg.fr> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYI...
Linux işletim sistemi çekirdeği için 'include/video/omapvrfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * VRFB Rotation Engine * * Copyright (C) 2009 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> */ #ifndef __OMAP_VRFB_H__ #define __OMAP_VRFB_H__ #define OMAP_VRFB_LINE_LEN 2048 struct vrfb { u8 context; void __iomem *vaddr[4]; unsigned...
Linux işletim sistemi çekirdeği için 'include/video/imx-ipu-v3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright 2005-2009 Freescale Semiconductor, Inc. * * The code contained herein is licensed under the GNU Lesser General * Public License. You may obtain a copy of the GNU Lesser General * Public License Version 2.1 or later at the following locations: * * http://www.opensource.org/licenses/lgpl-licen...
Linux işletim sistemi çekirdeği için 'include/video/broadsheetfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * broadsheetfb.h - definitions for the broadsheet framebuffer driver * * Copyright (C) 2008 by Jaya Kumar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. * */ #ifndef _LINUX_BROADSH...
Linux işletim sistemi çekirdeği için 'include/video/cirrus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * drivers/video/clgenfb.h - Cirrus Logic chipset constants * * Copyright 1999 Jeff Garzik <jgarzik@pobox.com> * * Original clgenfb author: Frank Neumann * * Based on retz3fb.c and clgen.c: * Copyright (C) 1997 Jes Sorensen * Copyright (C) 1996 Frank Neumann * ******************************...
Linux işletim sistemi çekirdeği için 'include/video/gbe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/video/gbe.h -- SGI GBE (Graphics Back End) * * Copyright (C) 1999 Silicon Graphics, Inc. (Jeffrey Newquist) */ #ifndef __GBE_H__ #define __GBE_H__ struct sgi_gbe { volatile uint32_t ctrlstat; /* general control */ volatile uint32_t dotclock; /* dot c...
Linux işletim sistemi çekirdeği için 'include/video/kyro' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/drivers/video/kyro/kryo.h * * Copyright (C) 2002 STMicroelectronics * Copyright (C) 2004 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #ifndef _KYRO_H #d...
Linux işletim sistemi çekirdeği için 'include/video/cmdline' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef VIDEO_CMDLINE_H #define VIDEO_CMDLINE_H #include <linux/kconfig.h> #include <linux/types.h> const char *video_get_options(const char *name); #if IS_ENABLED(CONFIG_FB_CORE) /* exported for compatibility with fbdev; don't use in new code */ bool __video_get_options(...
Linux işletim sistemi çekirdeği için 'include/video/mach64' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ATI Mach64 Register Definitions * * Copyright (C) 1997 Michael AK Tesch * written with much help from Jon Howell * * Updated for 3D RAGE PRO and 3D RAGE Mobility by Geert Uytterhoeven */ /* * most of the rest of this file comes from ATI sample code */...
Linux işletim sistemi çekirdeği için 'include/video/metronomefb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * metronomefb.h - definitions for the metronome framebuffer driver * * Copyright (C) 2008 by Jaya Kumar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. * */ #ifndef _LINUX_METRONOME...
Linux işletim sistemi çekirdeği için 'include/video/tdfx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _TDFX_H #define _TDFX_H #include <linux/i2c.h> #include <linux/i2c-algo-bit.h> /* membase0 register offsets */ #define STATUS 0x00 #define PCIINIT0 0x04 #define SIPMONITOR 0x08 #define LFBMEMORYCONFIG 0x0c #define MISCINIT0 0x10 #define MISCINIT1 0x14 #define DRAMI...
Linux işletim sistemi çekirdeği için 'include/video/omapfb_dss' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2016 Texas Instruments, Inc. */ #ifndef __OMAPFB_DSS_H #define __OMAPFB_DSS_H #include <linux/list.h> #include <linux/kobject.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/platform_data/omapdss.h> #include <video/vi...
Linux işletim sistemi çekirdeği için 'include/video/videomode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> * * generic videomode description */ #ifndef __LINUX_VIDEOMODE_H #define __LINUX_VIDEOMODE_H #include <linux/types.h> #include <video/display_timing.h> /* * Subsystem independent description of a vi...
Linux işletim sistemi çekirdeği için 'include/video/uvesafb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _UVESAFB_H #define _UVESAFB_H #include <uapi/video/uvesafb.h> /* VBE CRTC Info Block */ struct vbe_crtc_ib { u16 horiz_total; u16 horiz_start; u16 horiz_end; u16 vert_total; u16 vert_start; u16 vert_end; u8 flags; u32 pixel_clock; u16 refresh_rate; u8 r...
Linux işletim sistemi çekirdeği için 'include/video/neomagic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/include/video/neo_reg.h -- NeoMagic Framebuffer Driver * * Copyright (c) 2001 Denis Oliver Kropp <dok@convergence.de> * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this * archive for more details. */ #de...
Linux işletim sistemi çekirdeği için 'include/video/newport' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* $Id: newport.h,v 1.5 1999/08/04 06:01:51 ulfc Exp $ * * newport.h: Defines and register layout for NEWPORT graphics * hardware. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * * Ulf Carlsson - Compatibility with the IRIX structures added ...
Linux işletim sistemi çekirdeği için 'include/video/udlfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef UDLFB_H #define UDLFB_H /* * TODO: Propose standard fb.h ioctl for reporting damage, * using _IOWR() and one of the existing area structs from fb.h * Consider these ioctls deprecated, but they're still used by the * DisplayLink X server as yet - need both to be m...
Linux işletim sistemi çekirdeği için 'include/video/s1d13xxxfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* include/video/s1d13xxxfb.h * * (c) 2004 Simtec Electronics * (c) 2005 Thibaut VARENE <varenet@parisc-linux.org> * * Header file for Epson S1D13XXX driver code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this arch...
Linux işletim sistemi çekirdeği için 'include/video/of_display_timing' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2012 Steffen Trumtrar <s.trumtrar@pengutronix.de> * * display timings of helpers */ #ifndef __LINUX_OF_DISPLAY_TIMING_H #define __LINUX_OF_DISPLAY_TIMING_H #include <linux/errno.h> struct device_node; struct display_timing; struct display_timings; ...
Linux işletim sistemi çekirdeği için 'include/video/tgafb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/drivers/video/tgafb.h -- DEC 21030 TGA frame buffer device * * Copyright (C) 1999,2000 Martin Lucina, Tom Zerucha * * $Id: tgafb.h,v 1.4.2.3 2000/04/04 06:44:56 mato Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in th...
Linux işletim sistemi çekirdeği için 'include/video/radeon' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _RADEON_H #define _RADEON_H #define RADEON_REGSIZE 0x4000 #define MM_INDEX 0x0000 #define MM_DATA 0x0004 #define BUS_CNTL 0x0030 #define HI_STAT ...
Linux işletim sistemi çekirdeği için 'include/video/edid' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __linux_video_edid_h__ #define __linux_video_edid_h__ #include <uapi/video/edid.h> #endif /* __linux_video_edid_h__ */ ```
Linux işletim sistemi çekirdeği için 'include/video/platform_lcd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/video/platform_lcd.h * * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * Generic platform-device LCD power control interface. */ struct plat_lcd_data; struct plat_lcd_data { int (*probe)(struct plat_lcd_data *); void (*set_power)(...
Linux işletim sistemi çekirdeği için 'include/video/ili9320' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/video/ili9320.c * * ILI9320 LCD controller configuration control. * * Copyright 2007 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * http://armlinux.simtec.co.uk/ */ #define ILI9320_REG(x) (x) #define ILI9320_INDEX ILI9320_REG(0x00) #define I...
Linux işletim sistemi çekirdeği için 'include/video/maxinefb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/drivers/video/maxinefb.h * * DECstation 5000/xx onboard framebuffer support, Copyright (C) 1999 by * Michael Engel <engel@unix-ag.org> and Karsten Merker <merker@guug.de> * This file is subject to the terms and conditions of the GNU General * Public License. See the file ...
Linux işletim sistemi çekirdeği için 'include/video/pxa168fb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2009 Marvell International Ltd. */ #ifndef __ASM_MACH_PXA168FB_H #define __ASM_MACH_PXA168FB_H #include <linux/fb.h> #include <linux/interrupt.h> /* Dumb interface */ #define PIN_MODE_DUMB_24 0 #define PIN_MODE_DUMB_18_SPI 1 #define PIN_MODE_DU...
Linux işletim sistemi çekirdeği için 'include/video/pmagb-b-fb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/include/video/pmagb-b-fb.h * * TURBOchannel PMAGB-B Smart Frame Buffer (SFB) card support, * Copyright (C) 1999, 2000, 2001 by * Michael Engel <engel@unix-ag.org> and * Karsten Merker <merker@linuxtag.org> * Copyright (c) 2005 Maciej W. Rozycki * * This file is subject to the terms and conditi...
Linux işletim sistemi çekirdeği için 'include/video/vga' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/include/video/vga.h -- standard VGA chipset interaction * * Copyright 1999 Jeff Garzik <jgarzik@pobox.com> * * Copyright history from vga16fb.c: * Copyright 1999 Ben Pfaff and Petr Vandrovec * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm * Based on VESA framebuffer (c) 1998 Gerd ...
Linux işletim sistemi çekirdeği için 'include/video/trident' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef TRIDENTFB_DEBUG #define TRIDENTFB_DEBUG 0 #endif #if TRIDENTFB_DEBUG #define debug(f, a...) printk("%s:" f, __func__ , ## a); #else #define debug(f, a...) #endif #define output(f, a...) pr_info("tridentfb: " f, ## a) #define Kb (1024) #define Mb (Kb*Kb) /* PCI I...
Linux işletim sistemi çekirdeği için 'include/video/nomodeset' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: MIT */ #ifndef VIDEO_NOMODESET_H #define VIDEO_NOMODESET_H bool video_firmware_drivers_only(void); #endif ```
Linux işletim sistemi çekirdeği için 'include/video/pmag-ba-fb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * linux/include/video/pmag-ba-fb.h * * TURBOchannel PMAG-BA Color Frame Buffer (CFB) card support, * Copyright (C) 1999, 2000, 2001 by * Michael Engel <engel@unix-ag.org>, * Karsten Merker <merker@linuxtag.org> * Copyright (c) 2005 Maciej W. Rozycki * * This file is subject to the terms and conditions...
Linux işletim sistemi çekirdeği için 'include/video/mipi_display' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Defines for Mobile Industry Processor Interface (MIPI(R)) * Display Working Group standards: DSI, DCS, DBI, DPI * * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> * Copyright (C) 2006 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.com...
Linux işletim sistemi çekirdeği için 'include/video/pixel_format' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef VIDEO_PIXEL_FORMAT_H #define VIDEO_PIXEL_FORMAT_H struct pixel_format { unsigned char bits_per_pixel; bool indexed; union { struct { struct { unsigned char offset; unsigned char length; } alpha, red, green, blue; }; struct { unsigned char o...
Linux işletim sistemi çekirdeği için 'include/video/mmp_disp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/include/video/mmp_disp.h * Header file for Marvell MMP Display Controller * * Copyright (C) 2012 Marvell Technology Group Ltd. * Authors: Zhou Zhu <zzhu3@marvell.com> */ #ifndef _MMP_DISP_H_ #define _MMP_DISP_H_ #include <linux/kthread.h> enum { P...
Linux işletim sistemi çekirdeği için 'include/video/permedia2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Permedia2 framebuffer driver definitions. * Copyright (c) 1998-2000 Ilario Nardinocchi (nardinoc@CS.UniBO.IT) * -------------------------------------------------------------------------- * $Id: pm2fb.h,v 1.26 2000/09/19 00:11:53 illo Exp $ * ---------------------------------------------------------------...
Linux işletim sistemi çekirdeği için 'include/video/sh_mobile_lcdc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_MOBILE_LCDC_H__ #define __ASM_SH_MOBILE_LCDC_H__ #include <linux/fb.h> /* Register definitions */ #define _LDDCKR 0x410 #define LDDCKR_ICKSEL_BUS (0 << 16) #define LDDCKR_ICKSEL_MIPI (1 << 16) #define LDDCKR_ICKSEL_HDMI (2 << 16) #define LDDCKR_ICKSEL_EXT...
Linux işletim sistemi çekirdeği için 'include/video/sticore' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef STICORE_H #define STICORE_H struct device; /* generic STI structures & functions */ #define MAX_STI_ROMS 4 /* max no. of ROMs which this driver handles */ #define STI_REGION_MAX 8 /* hardcoded STI constants */ #define STI_DEV_NAME_LENGTH 32 #define STI_MONITOR_MA...
Linux işletim sistemi çekirdeği için 'include/video/sstfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/drivers/video/sstfb.h -- voodoo graphics frame buffer * * Copyright (c) 2000,2001 Ghozlane Toumi <gtoumi@messel.emse.fr> * * Created 28 Aug 2001 by Ghozlane Toumi */ #ifndef _SSTFB_H_ #define _SSTFB_H_ /* * * Debug Stuff * */ #ifdef SST_DEBUG...
Linux işletim sistemi çekirdeği için 'include/video/samsung_fimd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/video/samsung_fimd.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * S3C Platform - new-style fimd and framebuffer register definitions * * This is the ...
Linux işletim sistemi çekirdeği için 'include/video/sisfb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * sisfb.h - definitions for the SiS framebuffer driver * * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. */ #ifndef _LINUX_SISFB_H_ #define _LINUX_SISFB_H_ #include <linux/pci.h> #include <uapi/video/sisfb.h> #define UNKNOWN_VGA 0 #defin...
Linux işletim sistemi çekirdeği için 'include/video/sa1100fb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * StrongARM 1100 LCD Controller Frame Buffer Device * * Copyright (C) 1999 Eric A. Thomas * Based on acornfb.c Copyright (C) Russell King. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more d...
Linux işletim sistemi çekirdeği için 'include/video/hecubafb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * hecubafb.h - definitions for the hecuba framebuffer driver * * Copyright (C) 2008 by Jaya Kumar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. * */ #ifndef _LINUX_HECUBAFB_H_ #de...
Linux işletim sistemi çekirdeği için 'include/trace/bpf_probe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM_VAR #ifdef CONFIG_BPF_EVENTS #include "stages/stage6_event_callback.h" #undef __perf_count #define __perf_count(c) (c) #undef __perf_task #define __perf_task(t) (t) #include <linux/args.h> /* cast any integer, pointer, or small struct to u64 */ #def...
Linux işletim sistemi çekirdeği için 'include/trace/perf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM_VAR #ifdef CONFIG_PERF_EVENTS #include "stages/stage6_event_callback.h" #undef __perf_count #define __perf_count(c) (__count = (c)) #undef __perf_task #define __perf_task(t) (__task = (t)) #undef __DECLARE_EVENT_CLASS #define __DECLARE_EVENT_CLASS(ca...
Linux işletim sistemi çekirdeği için 'include/trace/define_remote_events' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #include <linux/trace_events.h> #include <linux/trace_remote_event.h> #include <linux/trace_seq.h> #include <linux/stringify.h> #define REMOTE_EVENT_INCLUDE(__file) __stringify(../../__file) #ifdef REMOTE_EVENT_SECTION # define __REMOTE_EVENT_SECTION(__name) __used __secti...
Linux işletim sistemi çekirdeği için 'include/trace/define_custom_trace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Trace files that want to automate creation of all tracepoints defined * in their file should include this file. The following are macros that the * trace file may define: * * TRACE_SYSTEM defines the system the tracepoint is for * * TRACE_INCLUDE_FILE if the file ...
Linux işletim sistemi çekirdeği için 'include/trace/define_trace' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Trace files that want to automate creation of all tracepoints defined * in their file should include this file. The following are macros that the * trace file may define: * * TRACE_SYSTEM defines the system the tracepoint is for * * TRACE_INCLUDE_FILE if the file ...
Linux işletim sistemi çekirdeği için 'include/trace/syscall' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _TRACE_SYSCALL_H #define _TRACE_SYSCALL_H #include <linux/tracepoint.h> #include <linux/unistd.h> #include <linux/trace_events.h> #include <linux/thread_info.h> #include <asm/ptrace.h> /* * A syscall entry in the ftrace syscalls array. * * @name: name of the sy...
Linux işletim sistemi çekirdeği için 'include/trace/trace_custom_events' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This is similar to the trace_events.h file, but is to only * create custom trace events to be attached to existing tracepoints. * Where as the TRACE_EVENT() macro (from trace_events.h) will create * both the trace event and the tracepoint it will attach the event to,...