Home
last modified time | relevance | path

Searched refs:misc_opened (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/platform/x86/dell/
A Ddell-smo8800.c26 unsigned long misc_opened; /* whether the device is open */ member
86 if (test_and_set_bit(0, &smo8800->misc_opened)) in smo8800_misc_open()
98 clear_bit(0, &smo8800->misc_opened); /* release the device */ in smo8800_misc_release()
/linux/drivers/hid/
A Dhid-sensor-custom.c53 unsigned long misc_opened; member
433 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_capture_sample()
463 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_send_event()
679 clear_bit(0, &sensor_inst->misc_opened); in hid_sensor_custom_release()
691 if (test_and_set_bit(0, &sensor_inst->misc_opened)) in hid_sensor_custom_open()
/linux/drivers/misc/lis3lv02d/
A Dlis3lv02d.h294 unsigned long misc_opened; /* bit0: whether the device is open */ member
A Dlis3lv02d.c490 if (!test_bit(0, &lis3->misc_opened)) in lis302dl_interrupt()
578 if (test_and_set_bit(0, &lis3->misc_opened)) in lis3lv02d_misc_open()
593 clear_bit(0, &lis3->misc_opened); /* release the device */ in lis3lv02d_misc_release()

Completed in 16 milliseconds