Searched refs:gpiod_line_state_notify (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpiolib-sysfs.c | 338 gpiod_line_state_notify(data->desc, GPIO_V2_LINE_CHANGED_CONFIG); in edge_store() 362 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_sysfs_set_active_low() 509 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in export_gpio_desc()
|
| H A D | gpiolib.c | 2546 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_RELEASED); in gpiod_free_commit() 2645 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in gpiochip_request_own_desc() 2790 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_set_debounce_timeout() 2846 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_input() 2993 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output_raw() 3020 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output() 3180 gpiod_line_state_notify(desc, in gpiod_set_config() 3255 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_toggle_active_low() 3991 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_set_consumer_name() 4439 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function [all …]
|
| H A D | gpiolib.h | 160 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() 371 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linehandle_create() 1425 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linereq_set_config() 1693 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linereq_create() 2085 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in lineevent_create()
|