Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib.h80 struct raw_notifier_head line_state_notifier; member
H A Dgpiolib-cdev.c2733 ret = raw_notifier_chain_register(&gdev->line_state_notifier, in gpio_chrdev_open()
2759 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_open()
2785 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_release()
H A Dgpiolib.c1085 RAW_INIT_NOTIFIER_HEAD(&gdev->line_state_notifier); in gpiochip_add_data_with_key()
4373 raw_notifier_call_chain(&desc->gdev->line_state_notifier, action, desc); in gpiod_line_state_notify()