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

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

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

Safe-mode: OFF (not secure)

/usr/src/linux-headers-3.13.0-57/include/linux/usb/   drwxr-xr-x
Free 9.62 GB of 29.4 GB (32.73%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     chipidea.h (1.22 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Platform data for the chipidea USB dual role controller
 */

#ifndef __LINUX_USB_CHIPIDEA_H
#define __LINUX_USB_CHIPIDEA_H

#include <linux/usb/otg.h>

struct ci_hdrc;
struct ci_hdrc_platform_data {
    const char    *name;
    /* offset of the capability registers */
    uintptr_t     capoffset;
    unsigned     power_budget;
    struct usb_phy    *phy;
    enum usb_phy_interface phy_mode;
    unsigned long     flags;
#define CI_HDRC_REGS_SHARED        BIT(0)
#define CI_HDRC_REQUIRE_TRANSCEIVER    BIT(1)
#define CI_HDRC_DISABLE_STREAMING    BIT(3)
    /*
     * Only set it when DCCPARAMS.DC==1 and DCCPARAMS.HC==1,
     * but otg is not supported (no register otgsc).
     */
#define CI_HDRC_DUAL_ROLE_NOT_OTG    BIT(4)
#define CI_HDRC_IMX28_WRITE_FIX        BIT(5)
    enum usb_dr_mode    dr_mode;
#define CI_HDRC_CONTROLLER_RESET_EVENT        0
#define CI_HDRC_CONTROLLER_STOPPED_EVENT    1
    void    (*notify_event) (struct ci_hdrc *ci, unsigned event);
    struct regulator    *reg_vbus;
};

/* Default offset of capability registers */
#define DEF_CAPOFFSET        0x100

/* Add ci hdrc device */
struct platform_device *ci_hdrc_add_device(struct device *dev,
            struct resource *res, int nres,
            struct ci_hdrc_platform_data *platdata);
/* Remove ci hdrc device */
void ci_hdrc_remove_device(struct platform_device *pdev);

#endif

:: 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 KaizenLouie | C99Shell Github | Generation time: 0.0058 ]--