__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#ifndef __GPIO_ASPEED_H
#define __GPIO_ASPEED_H
#include <linux/types.h>
struct gpio_desc;
struct aspeed_gpio_copro_ops {
int (*request_access)(void *data);
int (*release_access)(void *data);
};
int aspeed_gpio_copro_grab_gpio(struct gpio_desc *desc,
u16 *vreg_offset, u16 *dreg_offset, u8 *bit);
int aspeed_gpio_copro_release_gpio(struct gpio_desc *desc);
int aspeed_gpio_copro_set_ops(const struct aspeed_gpio_copro_ops *ops, void *data);
#endif /* __GPIO_ASPEED_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aspeed.h | File | 482 B | 0644 |
|
| consumer.h | File | 18.28 KB | 0644 |
|
| driver.h | File | 27.06 KB | 0644 |
|
| gpio-nomadik.h | File | 7.42 KB | 0644 |
|
| gpio-reg.h | File | 437 B | 0644 |
|
| legacy-of-mm-gpiochip.h | File | 947 B | 0644 |
|
| machine.h | File | 4.35 KB | 0644 |
|
| property.h | File | 374 B | 0644 |
|
| regmap.h | File | 3.52 KB | 0644 |
|