Home
last modified time | relevance | path

Searched refs:descUsbFfs (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Doh_usb.cpp34 void FillUsbV2Head(struct Hdc::UsbFunctionfsDescV2 &descUsbFfs) in FillUsbV2Head() argument
36 descUsbFfs.head.magic = LONG_LE(FUNCTIONFS_DESCRIPTORS_MAGIC_V2); in FillUsbV2Head()
37 descUsbFfs.head.length = LONG_LE(sizeof(descUsbFfs)); in FillUsbV2Head()
38 descUsbFfs.head.flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC | in FillUsbV2Head()
40 descUsbFfs.config1Count = CONFIG_COUNT3; in FillUsbV2Head()
41 descUsbFfs.config2Count = CONFIG_COUNT3; in FillUsbV2Head()
42 descUsbFfs.config3Count = CONFIG_COUNT5; in FillUsbV2Head()
43 descUsbFfs.configWosCount = CONFIG_COUNT2; in FillUsbV2Head()
44 descUsbFfs in FillUsbV2Head()
55 struct Hdc::UsbFunctionfsDescV2 descUsbFfs = {}; ConfigEpPoint() local
[all...]
H A Doh_usb.h24 void FillUsbV2Head(struct Hdc::UsbFunctionfsDescV2 &descUsbFfs);
/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp129 void HdcDaemonUSB::FillUsbV2Head(UsbFunctionfsDescV2 &descUsbFfs) in FillUsbV2Head() argument
131 descUsbFfs.head.magic = LONG_LE(FUNCTIONFS_DESCRIPTORS_MAGIC_V2); in FillUsbV2Head()
132 descUsbFfs.head.length = LONG_LE(sizeof(descUsbFfs)); in FillUsbV2Head()
133 descUsbFfs.head.flags in FillUsbV2Head()
135 descUsbFfs.config1Count = CONFIG_COUNT3; in FillUsbV2Head()
136 descUsbFfs.config2Count = CONFIG_COUNT3; in FillUsbV2Head()
137 descUsbFfs.config3Count = CONFIG_COUNT5; in FillUsbV2Head()
138 descUsbFfs.configWosCount = CONFIG_COUNT2; in FillUsbV2Head()
139 descUsbFfs in FillUsbV2Head()
152 struct UsbFunctionfsDescV2 descUsbFfs = {}; ConnectEPPoint() local
[all...]
H A Ddaemon_usb.h57 void FillUsbV2Head(struct UsbFunctionfsDescV2 &descUsbFfs);

Completed in 3 milliseconds