Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpiolib.h153 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action);
Dgpiolib-cdev.c196 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()
1564 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_CONFIG); in linereq_set_config()
1837 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in linereq_create()
2229 gpiod_line_state_notify(desc, GPIO_V2_LINE_CHANGED_REQUESTED); in lineevent_create()
Dgpiolib.c2396 gpiod_line_state_notify(desc, GPIOLINE_CHANGED_RELEASED); in gpiod_free_commit()
4048 void gpiod_line_state_notify(struct gpio_desc *desc, unsigned long action) in gpiod_line_state_notify() function
4328 gpiod_line_state_notify(desc, GPIOLINE_CHANGED_REQUESTED); in gpiod_find_and_request()