Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h77 struct raw_notifier_head line_state_notifier; member
H A Dgpiolib-cdev.c2730 ret = raw_notifier_chain_register(&gdev->line_state_notifier, in gpio_chrdev_open()
2756 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_open()
2782 raw_notifier_chain_unregister(&gdev->line_state_notifier, in gpio_chrdev_release()
H A Dgpiolib.c1133 RAW_INIT_NOTIFIER_HEAD(&gdev->line_state_notifier); in gpiochip_add_data_with_key()
4399 raw_notifier_call_chain(&desc->gdev->line_state_notifier, action, desc); in gpiod_line_state_notify()