Lines Matching refs:asycom
102 static void async_txint(struct asycom *asy, uchar_t lsr);
103 static void async_rxint(struct asycom *asy, uchar_t lsr);
104 static void async_msint(struct asycom *asy);
105 static int async_softint(struct asycom *asy);
115 static int asy_program(struct asycom *asy, int mode);
124 static int asymctl(struct asycom *, int, int);
127 static void asycheckflowcontrol_hw(struct asycom *asy);
128 static boolean_t asycheckflowcontrol_sw(struct asycom *asy);
129 static void asy_ppsevent(struct asycom *asy, int msr);
302 status = ddi_soft_state_init(&su_asycom, sizeof (struct asycom), in _init()
384 struct asycom *asy; in asydetach()
390 asy = (struct asycom *)ddi_get_soft_state(su_asycom, instance); in asydetach()
475 struct asycom *asy; in asyattach()
500 asy = (struct asycom *)ddi_get_soft_state(su_asycom, instance); in asyattach()
884 struct asycom *asy; in asyinfo()
891 asy = (struct asycom *)ddi_get_soft_state(su_asycom, in asyinfo()
914 struct asycom *asy; in asyopen()
1069 struct asycom *asy = async->async_common; in async_progress_check()
1112 struct asycom *asy; in asyclose()
1310 asy_isbusy(struct asycom *asy) in asy_isbusy()
1330 asy_program(struct asycom *asy, int mode) in asy_program()
1520 struct asycom *asy = (struct asycom *)arg; in asyputchar()
1545 struct asycom *asy = (struct asycom *)arg; in asyischar()
1552 struct asycom *asy = (struct asycom *)arg; in asygetchar()
1570 struct asycom *asy = (struct asycom *)arg; in asy_polled_enter()
1603 struct asycom *asy = (struct asycom *)arg; in asy_polled_exit()
1634 struct asycom *asy = (struct asycom *)argasy; in asyintr()
1735 async_txint(struct asycom *asy, uchar_t lsr) in async_txint()
1801 async_rxint(struct asycom *asy, uchar_t lsr) in async_rxint()
1916 asy_ppsevent(struct asycom *asy, int msr) in asy_ppsevent()
1976 async_msint(struct asycom *asy) in async_msint()
2022 struct asycom *asy = (struct asycom *)intarg; in asysoftintr()
2070 async_softint(struct asycom *asy) in async_softint()
2423 struct asycom *asy = async->async_common; in async_restart()
2488 register struct asycom *asy = async->async_common; in async_nstart()
2738 register struct asycom *asy = async->async_common; in async_resume()
2768 register struct asycom *asy = async->async_common; in async_ioctl()
3289 register struct asycom *asy; in asywput()
3510 struct asycom *asy = async->async_common; in async_reioctl()
3537 struct asycom *asy; in async_iocdata()
3592 asymctl(struct asycom *asy, int bits, int how) in asymctl()
3684 asycheckflowcontrol_hw(struct asycom *asy) in asycheckflowcontrol_hw()
3704 asycheckflowcontrol_sw(struct asycom *asy) in asycheckflowcontrol_sw()