Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.c2649 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_RELEASED); in gpiod_free_commit()
2748 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in gpiochip_request_own_desc()
2893 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpio_set_debounce_timeout()
2949 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_input()
3096 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output_raw()
3123 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_direction_output()
3283 gpiod_line_state_notify(desc, in gpiod_set_config()
3358 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_toggle_active_low()
4094 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in gpiod_set_consumer_name()
4542 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function
[all …]
H A Dgpiolib-cdev.c199 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()