Searched refs:gpiod_line_state_notify (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpio/ |
H A D | gpiolib-sysfs.c | 293 gpiod_line_state_notify(data->desc, GPIO_V2_LINE_CHANGED_CONFIG); in edge_store() 320 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_sysfs_set_active_low() 492 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in export_store()
|
H A D | gpiolib.c | 2432 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_RELEASED); in gpiod_free_commit() 2531 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in gpiochip_request_own_desc() 2673 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_set_debounce_timeout() 2696 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_input() 2815 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output_raw() 2842 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output() 3002 gpiod_line_state_notify(desc, in gpiod_set_config() 3077 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_toggle_active_low() 3728 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_set_consumer_name() 4156 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function [all …]
|
H A D | gpiolib.h | 157 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action);
|
H A D | gpiolib-cdev.c | 199 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linehandle_set_config() 374 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linehandle_create() 1452 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linereq_set_config() 1720 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linereq_create() 2112 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in lineevent_create()
|