Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-sensor-hub.c306 mutex_lock(hsdev->mutex_ptr); in sensor_hub_input_attr_get_raw_value()
346 mutex_unlock(hsdev->mutex_ptr); in sensor_hub_input_attr_get_raw_value()
676 hsdev->mutex_ptr = devm_kzalloc(&hdev->dev, in sensor_hub_probe()
679 if (!hsdev->mutex_ptr) { in sensor_hub_probe()
683 mutex_init(hsdev->mutex_ptr); in sensor_hub_probe()
/openbmc/linux/include/linux/
H A Dhid-sensor-hub.h74 struct mutex *mutex_ptr; member