Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-cdev.c505 struct notifier_block device_unregistered_nb; member
551 device_unregistered_nb); in linereq_unregistered_notify()
1535 if (lr->device_unregistered_nb.notifier_call) in linereq_free()
1537 &lr->device_unregistered_nb); in linereq_free()
1699 lr->device_unregistered_nb.notifier_call = linereq_unregistered_notify; in linereq_create()
1701 &lr->device_unregistered_nb); in linereq_create()
1770 struct notifier_block device_unregistered_nb; member
1802 device_unregistered_nb); in lineevent_unregistered_notify()
1880 if (le->device_unregistered_nb.notifier_call) in lineevent_free()
1882 &le->device_unregistered_nb); in lineevent_free()
[all …]