Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.h47 * @line_state_notifier: used to notify subscribers about lines being
77 struct raw_notifier_head line_state_notifier; member
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()