subdevs_lock       52 drivers/gpu/host1x/bus.c 	mutex_lock(&device->subdevs_lock);
subdevs_lock       54 drivers/gpu/host1x/bus.c 	mutex_unlock(&device->subdevs_lock);
subdevs_lock      119 drivers/gpu/host1x/bus.c 	mutex_lock(&device->subdevs_lock);
subdevs_lock      126 drivers/gpu/host1x/bus.c 	mutex_unlock(&device->subdevs_lock);
subdevs_lock      176 drivers/gpu/host1x/bus.c 	mutex_lock(&device->subdevs_lock);
subdevs_lock      178 drivers/gpu/host1x/bus.c 	mutex_unlock(&device->subdevs_lock);
subdevs_lock      365 drivers/gpu/host1x/bus.c 	mutex_lock(&device->subdevs_lock);
subdevs_lock      392 drivers/gpu/host1x/bus.c 	mutex_unlock(&device->subdevs_lock);
subdevs_lock      430 drivers/gpu/host1x/bus.c 	mutex_init(&device->subdevs_lock);
subdevs_lock      539 drivers/gpu/host1x/bus.c 		mutex_lock(&device->subdevs_lock);
subdevs_lock      548 drivers/gpu/host1x/bus.c 		mutex_unlock(&device->subdevs_lock);
subdevs_lock      292 include/linux/host1x.h 	struct mutex subdevs_lock;