Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpio/
Dgpiolib.h69 struct blocking_notifier_head line_state_notifier; member
Dgpiolib-cdev.c2720 ret = blocking_notifier_chain_register(&gdev->line_state_notifier, in gpio_chrdev_open()
2746 blocking_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_open()
2772 blocking_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_release()
Dgpiolib.c850 BLOCKING_INIT_NOTIFIER_HEAD(&gdev->line_state_notifier); in gpiochip_add_data_with_key()
3751 blocking_notifier_call_chain(&desc->gdev->line_state_notifier, in gpiod_line_state_notify()