mutex_ptr 302 drivers/hid/hid-sensor-hub.c mutex_lock(hsdev->mutex_ptr); mutex_ptr 342 drivers/hid/hid-sensor-hub.c mutex_unlock(hsdev->mutex_ptr); mutex_ptr 670 drivers/hid/hid-sensor-hub.c hsdev->mutex_ptr = devm_kzalloc(&hdev->dev, mutex_ptr 673 drivers/hid/hid-sensor-hub.c if (!hsdev->mutex_ptr) { mutex_ptr 677 drivers/hid/hid-sensor-hub.c mutex_init(hsdev->mutex_ptr); mutex_ptr 74 include/linux/hid-sensor-hub.h struct mutex *mutex_ptr;