Searched refs:gpiod_line_state_notify (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 2684 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_RELEASED); in gpiod_free_commit() 2783 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in gpiochip_request_own_desc() 2928 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_set_debounce_timeout() 2984 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_input() 3131 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output_raw() 3158 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output() 3318 gpiod_line_state_notify(desc, in gpiod_set_config() 3393 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_toggle_active_low() 4122 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_set_consumer_name() 4565 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function [all …]
|
| H A D | gpiolib-cdev.c | 199 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linehandle_set_config() 371 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linehandle_create() 1438 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linereq_set_config() 1703 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linereq_create() 2074 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in lineevent_create()
|