Lines Matching full:label
61 CONFIGURED [label=Configured,shape=box];
62 RUNNING [label=Running,shape=box];
63 SUSPENDED [label=Suspended,shape=box];
65 init -> CONFIGURED [label=dma_config];
67 CONFIGURED -> RUNNING [label=dma_start];
68 CONFIGURED -> CONFIGURED [label=dma_stop, headport=c, tailport=e];
69 CONFIGURED -> CONFIGURED [label=dma_config, headport=c, tailport=w];
71 RUNNING -> CONFIGURED [label=dma_stop];
72 RUNNING -> RUNNING [label=dma_start];
73 RUNNING -> RUNNING [label=dma_resume, headport=w];
74 RUNNING -> SUSPENDED [label=dma_suspend];
76 SUSPENDED -> SUSPENDED [label=dma_suspend];
77 SUSPENDED -> RUNNING [label=dma_resume];
78 SUSPENDED -> CONFIGURED [label=dma_stop];