Home
last modified time | relevance | path

Searched refs:mutex_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-sensor-hub.c297 mutex_lock(hsdev->mutex_ptr); in sensor_hub_input_attr_get_raw_value()
331 mutex_unlock(hsdev->mutex_ptr); in sensor_hub_input_attr_get_raw_value()
684 hsdev->mutex_ptr = devm_kzalloc(&hdev->dev, in sensor_hub_probe()
687 if (!hsdev->mutex_ptr) { in sensor_hub_probe()
691 mutex_init(hsdev->mutex_ptr); in sensor_hub_probe()
/linux-4.4.14/include/linux/
Dhid-sensor-hub.h87 struct mutex *mutex_ptr; member