D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
include
/
linux
/
usb
/
Filename :
charger.h
back
Copy
/* * This file defines the USB charger type and state that are needed for * USB device APIs. */ #ifndef __LINUX_USB_CHARGER_H #define __LINUX_USB_CHARGER_H /* * USB charger type: * SDP (Standard Downstream Port) * DCP (Dedicated Charging Port) * CDP (Charging Downstream Port) * ACA (Accessory Charger Adapters) */ enum usb_charger_type { UNKNOWN_TYPE = 0, SDP_TYPE = 1, DCP_TYPE = 2, CDP_TYPE = 3, ACA_TYPE = 4, }; /* USB charger state */ enum usb_charger_state { USB_CHARGER_DEFAULT = 0, USB_CHARGER_PRESENT = 1, USB_CHARGER_ABSENT = 2, }; #endif /* __LINUX_USB_CHARGER_H */
Name
Size
Last Modified
Owner
Permissions
Actions
audio.h
19.033
KB
April 15 2025 12:26:03
root
0644
cdc-wdm.h
0.722
KB
April 15 2025 12:26:03
root
0644
cdc.h
13.162
KB
April 15 2025 12:26:03
root
0644
ch11.h
8.935
KB
April 15 2025 12:26:03
root
0644
ch9.h
38.596
KB
April 15 2025 12:26:03
root
0644
charger.h
0.584
KB
April 15 2025 12:26:03
root
0644
functionfs.h
10.127
KB
April 15 2025 12:26:03
root
0644
g_printer.h
1.353
KB
April 15 2025 12:26:03
root
0644
g_uvc.h
1.048
KB
April 15 2025 12:26:03
root
0644
gadgetfs.h
2.752
KB
April 15 2025 12:26:03
root
0644
midi.h
3.354
KB
April 15 2025 12:26:03
root
0644
tmc.h
4.74
KB
April 15 2025 12:26:03
root
0644
video.h
16.89
KB
April 15 2025 12:26:03
root
0644
2017 © D7net | D704T team