Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-4.15.0-64 /
include /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
blackfin
[ DIR ]
drwxr-xr-x
davinci
[ DIR ]
drwxr-xr-x
drv-intf
[ DIR ]
drwxr-xr-x
i2c
[ DIR ]
drwxr-xr-x
cec-notifier.h
4.18
KB
-rw-r--r--
cec-pin.h
3.08
KB
-rw-r--r--
cec.h
14.21
KB
-rw-r--r--
i2c-addr.h
1.21
KB
-rw-r--r--
imx.h
396
B
-rw-r--r--
lirc.h
29
B
-rw-r--r--
lirc_dev.h
5.03
KB
-rw-r--r--
media-device.h
15.76
KB
-rw-r--r--
media-devnode.h
5.68
KB
-rw-r--r--
media-entity.h
34.19
KB
-rw-r--r--
rc-core.h
11.57
KB
-rw-r--r--
rc-map.h
13.86
KB
-rw-r--r--
rcar-fcp.h
1.31
KB
-rw-r--r--
soc_camera.h
12.99
KB
-rw-r--r--
tuner-types.h
6.99
KB
-rw-r--r--
tuner.h
8.85
KB
-rw-r--r--
tveeprom.h
3.29
KB
-rw-r--r--
v4l2-async.h
6.55
KB
-rw-r--r--
v4l2-clk.h
2.09
KB
-rw-r--r--
v4l2-common.h
8.38
KB
-rw-r--r--
v4l2-ctrls.h
38.06
KB
-rw-r--r--
v4l2-dev.h
15.05
KB
-rw-r--r--
v4l2-device.h
11.12
KB
-rw-r--r--
v4l2-dv-timings.h
8.3
KB
-rw-r--r--
v4l2-event.h
7.56
KB
-rw-r--r--
v4l2-fh.h
4.62
KB
-rw-r--r--
v4l2-flash-led-class.h
5.59
KB
-rw-r--r--
v4l2-fwnode.h
13.35
KB
-rw-r--r--
v4l2-image-sizes.h
864
B
-rw-r--r--
v4l2-ioctl.h
31.31
KB
-rw-r--r--
v4l2-mc.h
8.02
KB
-rw-r--r--
v4l2-mediabus.h
4.96
KB
-rw-r--r--
v4l2-mem2mem.h
19.72
KB
-rw-r--r--
v4l2-rect.h
5.18
KB
-rw-r--r--
v4l2-subdev.h
37.57
KB
-rw-r--r--
v4l2-tpg-colors.h
1.89
KB
-rw-r--r--
v4l2-tpg.h
14.49
KB
-rw-r--r--
videobuf-core.h
6.99
KB
-rw-r--r--
videobuf-dma-contig.h
1.04
KB
-rw-r--r--
videobuf-dma-sg.h
2.94
KB
-rw-r--r--
videobuf-dvb.h
1.7
KB
-rw-r--r--
videobuf-vmalloc.h
1.29
KB
-rw-r--r--
videobuf2-core.h
39.7
KB
-rw-r--r--
videobuf2-dma-contig.h
866
B
-rw-r--r--
videobuf2-dma-sg.h
696
B
-rw-r--r--
videobuf2-dvb.h
1.79
KB
-rw-r--r--
videobuf2-memops.h
1.09
KB
-rw-r--r--
videobuf2-v4l2.h
9.76
KB
-rw-r--r--
videobuf2-vmalloc.h
509
B
-rw-r--r--
vsp1.h
1.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cec-notifier.h
/* * cec-notifier.h - notify CEC drivers of physical address changes * * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk> * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * * This program is free software; you may redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ #ifndef LINUX_CEC_NOTIFIER_H #define LINUX_CEC_NOTIFIER_H #include <linux/types.h> #include <media/cec.h> struct device; struct edid; struct cec_adapter; struct cec_notifier; #if IS_REACHABLE(CONFIG_CEC_CORE) && IS_ENABLED(CONFIG_CEC_NOTIFIER) /** * cec_notifier_get - find or create a new cec_notifier for the given device. * @dev: device that sends the events. * * If a notifier for device @dev already exists, then increase the refcount * and return that notifier. * * If it doesn't exist, then allocate a new notifier struct and return a * pointer to that new struct. * * Return NULL if the memory could not be allocated. */ struct cec_notifier *cec_notifier_get(struct device *dev); /** * cec_notifier_put - decrease refcount and delete when the refcount reaches 0. * @n: notifier */ void cec_notifier_put(struct cec_notifier *n); /** * cec_notifier_set_phys_addr - set a new physical address. * @n: the CEC notifier * @pa: the CEC physical address * * Set a new CEC physical address. * Does nothing if @n == NULL. */ void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa); /** * cec_notifier_set_phys_addr_from_edid - set parse the PA from the EDID. * @n: the CEC notifier * @edid: the struct edid pointer * * Parses the EDID to obtain the new CEC physical address and set it. * Does nothing if @n == NULL. */ void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, const struct edid *edid); /** * cec_notifier_register - register a callback with the notifier * @n: the CEC notifier * @adap: the CEC adapter, passed as argument to the callback function * @callback: the callback function */ void cec_notifier_register(struct cec_notifier *n, struct cec_adapter *adap, void (*callback)(struct cec_adapter *adap, u16 pa)); /** * cec_notifier_unregister - unregister the callback from the notifier. * @n: the CEC notifier */ void cec_notifier_unregister(struct cec_notifier *n); /** * cec_register_cec_notifier - register the notifier with the cec adapter. * @adap: the CEC adapter * @notifier: the CEC notifier */ void cec_register_cec_notifier(struct cec_adapter *adap, struct cec_notifier *notifier); #else static inline struct cec_notifier *cec_notifier_get(struct device *dev) { /* A non-NULL pointer is expected on success */ return (struct cec_notifier *)0xdeadfeed; } static inline void cec_notifier_put(struct cec_notifier *n) { } static inline void cec_notifier_set_phys_addr(struct cec_notifier *n, u16 pa) { } static inline void cec_notifier_set_phys_addr_from_edid(struct cec_notifier *n, const struct edid *edid) { } static inline void cec_notifier_register(struct cec_notifier *n, struct cec_adapter *adap, void (*callback)(struct cec_adapter *adap, u16 pa)) { } static inline void cec_notifier_unregister(struct cec_notifier *n) { } static inline void cec_register_cec_notifier(struct cec_adapter *adap, struct cec_notifier *notifier) { } #endif /** * cec_notifier_phys_addr_invalidate() - set the physical address to INVALID * * @n: the CEC notifier * * This is a simple helper function to invalidate the physical * address. Does nothing if @n == NULL. */ static inline void cec_notifier_phys_addr_invalidate(struct cec_notifier *n) { cec_notifier_set_phys_addr(n, CEC_PHYS_ADDR_INVALID); } #endif
Close