VCOM Linux Driver
Advantech Inc.
Loading...
Searching...
No Matches
vc_client_common.h File Reference

Go to the source code of this file.

Functions

struct vc_opsvc_common_open (struct vc_attr *attr)
 
struct vc_opsvc_common_close (struct vc_attr *attr)
 
struct vc_opsvc_common_xmit (struct vc_attr *attr)
 
struct vc_opsvc_common_ioctl (struct vc_attr *attr)
 
struct vc_opsvc_common_recv (struct vc_attr *attr, char *buf, int len)
 
void vc_common_purge (struct vc_attr *attr, unsigned int pflags)
 

Function Documentation

◆ vc_common_close()

struct vc_ops * vc_common_close ( struct vc_attr * attr)

◆ vc_common_ioctl()

struct vc_ops * vc_common_ioctl ( struct vc_attr * attr)

◆ vc_common_open()

struct vc_ops * vc_common_open ( struct vc_attr * attr)

◆ vc_common_purge()

void vc_common_purge ( struct vc_attr * attr,
unsigned int pflags )

◆ vc_common_recv()

struct vc_ops * vc_common_recv ( struct vc_attr * attr,
char * buf,
int len )

◆ vc_common_xmit()

struct vc_ops * vc_common_xmit ( struct vc_attr * attr)