Lines Matching refs:device_unregistered_nb
600 struct notifier_block device_unregistered_nb; member
743 device_unregistered_nb); in linereq_unregistered_notify()
1754 if (lr->device_unregistered_nb.notifier_call) in linereq_free()
1756 &lr->device_unregistered_nb); in linereq_free()
1921 lr->device_unregistered_nb.notifier_call = linereq_unregistered_notify; in linereq_create()
1923 &lr->device_unregistered_nb); in linereq_create()
1992 struct notifier_block device_unregistered_nb; member
2030 device_unregistered_nb); in lineevent_unregistered_notify()
2122 if (le->device_unregistered_nb.notifier_call) in lineevent_free()
2124 &le->device_unregistered_nb); in lineevent_free()
2353 le->device_unregistered_nb.notifier_call = lineevent_unregistered_notify; in lineevent_create()
2355 &le->device_unregistered_nb); in lineevent_create()
2540 struct notifier_block device_unregistered_nb; member
2753 device_unregistered_nb); in gpio_device_unregistered_notify()
2914 cdev->device_unregistered_nb.notifier_call = in gpio_chrdev_open()
2917 &cdev->device_unregistered_nb); in gpio_chrdev_open()
2933 &cdev->device_unregistered_nb); in gpio_chrdev_open()
2959 &cdev->device_unregistered_nb); in gpio_chrdev_release()