Searched defs:acm (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | acm.c | 142 struct acm { struct 147 struct acm_line line; /* line coding (bits, stop, parity) */ argument 152 unsigned int used; /* someone has this acm's device open */ argument 153 unsigned int minor; /* acm minor number */ argument 160 static struct acm *acm_table[ACM_TTY_MINORS]; argument 162 #define ACM_READY(acm) (acm && acm->dev && acm->used) argument 168 static int acm_ctrl_msg(struct acm *acm, int request, int value, void *buf, int len) in acm_ctrl_msg() 176 #define acm_set_control(acm, control) acm_ctrl_msg(acm, ACM_REQ_SET_CONTROL, control, NULL, 0) argument 177 #define acm_set_line(acm, line) acm_ctrl_msg(acm, ACM_REQ_SET_LINE, 0, line, sizeof(struct acm_lin… argument 178 #define acm_send_break(acm, ms) acm_ctrl_msg(acm, ACM_REQ_SEND_BREAK, ms, NULL, 0) argument [all …]
|
/linux-2.4.37.9/drivers/video/ |
D | retz3fb.c | 956 volatile unsigned char *acm = zinfo->base + ACM_OFFSET; in retz3_busy() local 976 volatile unsigned long *acm = (unsigned long *)(zinfo->base + ACM_OFFSET); in retz3_bitblt() local
|