Searched refs:gpiod_line_state_notify (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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 | 2497 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_RELEASED); in gpiod_free_commit() 2596 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in gpiochip_request_own_desc() 2741 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_set_debounce_timeout() 2797 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_input() 2949 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output_raw() 2976 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output() 3136 gpiod_line_state_notify(desc, in gpiod_set_config() 3211 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_toggle_active_low() 3935 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_set_consumer_name() 4369 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function [all …]
|
| H A D | gpiolib.h | 163 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()
|