Lines Matching refs:device_unregistered_nb
550 struct notifier_block device_unregistered_nb; member
693 device_unregistered_nb); in linereq_unregistered_notify()
1675 if (lr->device_unregistered_nb.notifier_call) in linereq_free()
1677 &lr->device_unregistered_nb); in linereq_free()
1843 lr->device_unregistered_nb.notifier_call = linereq_unregistered_notify; in linereq_create()
1845 &lr->device_unregistered_nb); in linereq_create()
1914 struct notifier_block device_unregistered_nb; member
1946 device_unregistered_nb); in lineevent_unregistered_notify()
2024 if (le->device_unregistered_nb.notifier_call) in lineevent_free()
2026 &le->device_unregistered_nb); in lineevent_free()
2248 le->device_unregistered_nb.notifier_call = lineevent_unregistered_notify; in lineevent_create()
2250 &le->device_unregistered_nb); in lineevent_create()
2437 struct notifier_block device_unregistered_nb; member
2644 device_unregistered_nb); in gpio_device_unregistered_notify()
2786 cdev->device_unregistered_nb.notifier_call = in gpio_chrdev_open()
2789 &cdev->device_unregistered_nb); in gpio_chrdev_open()
2803 &cdev->device_unregistered_nb); in gpio_chrdev_open()
2829 &cdev->device_unregistered_nb); in gpio_chrdev_release()