Lines Matching refs:pg_event
742 dev->pg_event = MEI_PG_EVENT_WAIT;
750 dev->pg_event == MEI_PG_EVENT_RECEIVED,
754 if (dev->pg_event == MEI_PG_EVENT_RECEIVED) {
761 dev->pg_event = MEI_PG_EVENT_IDLE;
779 if (dev->pg_event == MEI_PG_EVENT_RECEIVED)
782 dev->pg_event = MEI_PG_EVENT_WAIT;
788 dev->pg_event == MEI_PG_EVENT_RECEIVED,
793 if (dev->pg_event != MEI_PG_EVENT_RECEIVED) {
798 dev->pg_event = MEI_PG_EVENT_INTR_WAIT;
805 dev->pg_event == MEI_PG_EVENT_INTR_RECEIVED,
809 if (dev->pg_event == MEI_PG_EVENT_INTR_RECEIVED)
815 dev->pg_event = MEI_PG_EVENT_IDLE;
830 return dev->pg_event >= MEI_PG_EVENT_WAIT &&
831 dev->pg_event <= MEI_PG_EVENT_INTR_WAIT;
933 dev->pg_event = MEI_PG_EVENT_WAIT;
942 dev->pg_event == MEI_PG_EVENT_RECEIVED,
946 if (dev->pg_event != MEI_PG_EVENT_RECEIVED) {
952 dev->pg_event = MEI_PG_EVENT_INTR_WAIT;
963 dev->pg_event == MEI_PG_EVENT_INTR_RECEIVED,
967 if (dev->pg_event != MEI_PG_EVENT_INTR_RECEIVED) {
979 dev->pg_event = MEI_PG_EVENT_IDLE;
1009 dev->pg_event = MEI_PG_EVENT_IDLE;
1027 dev->pg_event = MEI_PG_EVENT_INTR_WAIT;
1046 dev->pg_event == MEI_PG_EVENT_INTR_RECEIVED,
1050 if (dev->pg_event != MEI_PG_EVENT_INTR_RECEIVED) {
1062 dev->pg_event = MEI_PG_EVENT_IDLE;
1078 if (dev->pg_event != MEI_PG_EVENT_INTR_WAIT)
1081 dev->pg_event = MEI_PG_EVENT_INTR_RECEIVED;
1097 if (dev->pg_event == MEI_PG_EVENT_INTR_WAIT &&
1099 dev->pg_event = MEI_PG_EVENT_INTR_RECEIVED;
1360 if (dev->pg_event != MEI_PG_EVENT_WAIT &&
1361 dev->pg_event != MEI_PG_EVENT_RECEIVED) {