Searched defs:ctrlr (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vme/bridges/
H A Dvme_ca91cx42.c1192 struct vme_dma_resource *ctrlr; local
1200 ctrlr = list->parent;
1202 bridge = ctrlr->parent->driver_priv;
1203 dev = ctrlr->parent->parent;
1205 mutex_lock(&ctrlr->mtx);
1207 if (!(list_empty(&ctrlr->running))) {
1214 mutex_unlock(&ctrlr->mtx);
1217 list_add(&list->list, &ctrlr->running);
1226 mutex_unlock(&ctrlr->mtx);
1248 ca91cx42_dma_busy(ctrlr
[all...]
H A Dvme_tsi148.c1784 struct vme_dma_resource *ctrlr; local
1793 ctrlr = list->parent;
1795 tsi148_bridge = ctrlr->parent;
1799 mutex_lock(&ctrlr->mtx);
1801 channel = ctrlr->number;
1803 if (!list_empty(&ctrlr->running)) {
1810 mutex_unlock(&ctrlr->mtx);
1813 list_add(&list->list, &ctrlr->running);
1822 mutex_unlock(&ctrlr->mtx);
1836 tsi148_dma_busy(ctrlr
[all...]
/drivers/staging/vme/
H A Dvme.c717 struct vme_dma_resource *ctrlr; local
725 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list);
733 dma_list->parent = ctrlr;
946 struct vme_dma_resource *ctrlr; local
953 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list);
955 if (!mutex_trylock(&ctrlr->mtx)) {
960 if (!(list_empty(&ctrlr->pending) && list_empty(&ctrlr->running))) {
962 mutex_unlock(&ctrlr->mtx);
966 ctrlr
[all...]

Completed in 91 milliseconds