Home
last modified time | relevance | path

Searched refs:UsbAcmDevice (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
H A Dcdcacm.h53 struct UsbAcmDevice *acm;
74 void (*Connect)(struct UsbAcmDevice *acm);
75 void (*Disconnect)(struct UsbAcmDevice *acm);
76 int32_t (*SendBreak)(struct UsbAcmDevice *acm, int32_t duration);
90 struct UsbAcmDevice { struct
126 struct UsbAcmDevice *acm;
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c47 static int32_t UsbSerialInit(struct UsbAcmDevice *acm);
48 static int32_t UsbSerialRelease(struct UsbAcmDevice *acm);
323 struct UsbAcmDevice *acm = port->acm; in UsbSerialAllocReadRequests()
344 struct UsbAcmDevice *acm = port->acm; in UsbSerialAllocWriteRequests()
454 struct UsbAcmDevice *acm = port->acm; in UsbSerialOpen()
476 struct UsbAcmDevice *acm = NULL; in UsbSerialClose()
757 static int32_t UsbSerialGetProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbSerialGetProp()
779 static int32_t UsbSerialSetProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data) in UsbSerialSetProp()
824 static int32_t UsbSerialRegistProp(struct UsbAcmDevice *acmDevice, struct HdfSBuf *data) in UsbSerialRegistProp()
851 struct UsbAcmDevice *ac in AcmSerialCmd()
[all...]

Completed in 3 milliseconds