Searched refs:misc_opened (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-smo8800.c | 25 unsigned long misc_opened; /* whether the device is open */ member 116 if (test_and_set_bit(0, &smo8800->misc_opened)) in smo8800_misc_open() 128 clear_bit(0, &smo8800->misc_opened); /* release the device */ in smo8800_misc_release()
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-smo8800.c | 26 unsigned long misc_opened; /* whether the device is open */ member 83 if (test_and_set_bit(0, &smo8800->misc_opened)) in smo8800_misc_open() 95 clear_bit(0, &smo8800->misc_opened); /* release the device */ in smo8800_misc_release()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sensor-custom.c | 51 unsigned long misc_opened; member 429 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_capture_sample() 459 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_send_event() 675 clear_bit(0, &sensor_inst->misc_opened); in hid_sensor_custom_release() 687 if (test_and_set_bit(0, &sensor_inst->misc_opened)) in hid_sensor_custom_open()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sensor-custom.c | 54 unsigned long misc_opened; member 434 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_capture_sample() 464 if (!test_bit(0, &sensor_inst->misc_opened)) in hid_sensor_send_event() 680 clear_bit(0, &sensor_inst->misc_opened); in hid_sensor_custom_release() 692 if (test_and_set_bit(0, &sensor_inst->misc_opened)) in hid_sensor_custom_open()
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.h | 295 unsigned long misc_opened; /* bit0: whether the device is open */ member
|
H A D | lis3lv02d.c | 490 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()
|
/kernel/linux/linux-6.6/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.h | 294 unsigned long misc_opened; /* bit0: whether the device is open */ member
|
H A D | lis3lv02d.c | 490 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 9 milliseconds