Home | History | Annotate | Download | only in usb

Lines Matching defs:hp_flags

281 	unsigned int		hp_flags;	/* see below */
321 /* hp_flags */
808 hp->hp_flags = flags;
850 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE))
864 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE)) {
882 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY | UHSO_PORT_MUXREADY);
910 CLR(hp->hp_flags, UHSO_PORT_MUXREADY);
951 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY);
953 if (hp->hp_rlen == 0 && !ISSET(hp->hp_flags, UHSO_PORT_MUXREADY))
956 SET(hp->hp_flags, UHSO_PORT_MUXBUSY);
957 CLR(hp->hp_flags, UHSO_PORT_MUXREADY);
974 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY);
1022 SET(hp->hp_flags, UHSO_PORT_MUXREADY);
1023 if (ISSET(hp->hp_flags, UHSO_PORT_MUXBUSY))