!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-headers-5.15.0-1040/include/drm/bridge/   drwxr-xr-x
Free 83.27 GB of 96.73 GB (86.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     dw_mipi_dsi.h (1.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) STMicroelectronics SA 2017
 *
 * Authors: Philippe Cornu <[email protected]>
 *          Yannick Fertre <[email protected]>
 */

#ifndef __DW_MIPI_DSI__
#define __DW_MIPI_DSI__

#include <linux/types.h>

#include <drm/drm_modes.h>

struct drm_display_mode;
struct drm_encoder;
struct dw_mipi_dsi;
struct mipi_dsi_device;
struct platform_device;

struct dw_mipi_dsi_dphy_timing {
    u16 data_hs2lp;
    u16 data_lp2hs;
    u16 clk_hs2lp;
    u16 clk_lp2hs;
};

struct dw_mipi_dsi_phy_ops {
    int (*init)(void *priv_data);
    void (*power_on)(void *priv_data);
    void (*power_off)(void *priv_data);
    int (*get_lane_mbps)(void *priv_data,
                 const struct drm_display_mode *mode,
                 unsigned long mode_flags, u32 lanes, u32 format,
                 unsigned int *lane_mbps);
    int (*get_timing)(void *priv_data, unsigned int lane_mbps,
              struct dw_mipi_dsi_dphy_timing *timing);
    int (*get_esc_clk_rate)(void *priv_data, unsigned int *esc_clk_rate);
};

struct dw_mipi_dsi_host_ops {
    int (*attach)(void *priv_data,
              struct mipi_dsi_device *dsi);
    int (*detach)(void *priv_data,
              struct mipi_dsi_device *dsi);
};

struct dw_mipi_dsi_plat_data {
    void __iomem *base;
    unsigned int max_data_lanes;

    enum drm_mode_status (*mode_valid)(void *priv_data,
                       const struct drm_display_mode *mode);

    const struct dw_mipi_dsi_phy_ops *phy_ops;
    const struct dw_mipi_dsi_host_ops *host_ops;

    void *priv_data;
};

struct dw_mipi_dsi *dw_mipi_dsi_probe(struct platform_device *pdev,
                      const struct dw_mipi_dsi_plat_data
                      *plat_data);
void dw_mipi_dsi_remove(struct dw_mipi_dsi *dsi);
int dw_mipi_dsi_bind(struct dw_mipi_dsi *dsi, struct drm_encoder *encoder);
void dw_mipi_dsi_unbind(struct dw_mipi_dsi *dsi);
void dw_mipi_dsi_set_slave(struct dw_mipi_dsi *dsi, struct dw_mipi_dsi *slave);

#endif /* __DW_MIPI_DSI__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0038 ]--