ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/linux/gpio
/
usr
src
kernels
5.14.0-611.34.1.el9_7.x86_64
include
linux
gpio
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
aspeed.h
482 B
chmod
View
DL
Edit
Rename
Delete
consumer.h
18.51 MB
chmod
View
DL
Edit
Rename
Delete
driver.h
26.09 MB
chmod
View
DL
Edit
Rename
Delete
gpio-reg.h
437 B
chmod
View
DL
Edit
Rename
Delete
legacy-of-mm-gpiochip.h
947 B
chmod
View
DL
Edit
Rename
Delete
machine.h
4.02 MB
chmod
View
DL
Edit
Rename
Delete
property.h
351 B
chmod
View
DL
Edit
Rename
Delete
regmap.h
3.52 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-611.34.1.el9_7.x86_64/include/linux/gpio/legacy-of-mm-gpiochip.h
/* SPDX-License-Identifier: GPL-2.0+ */ /* * OF helpers for the old of_mm_gpio_chip, used on ppc32 and nios2, * do not use in new code. * * Copyright (c) 2007-2008 MontaVista Software, Inc. * * Author: Anton Vorontsov <avorontsov@ru.mvista.com> */ #ifndef __LINUX_GPIO_LEGACY_OF_MM_GPIO_CHIP_H #define __LINUX_GPIO_LEGACY_OF_MM_GPIO_CHIP_H #include <linux/gpio/driver.h> #include <linux/of.h> /* * OF GPIO chip for memory mapped banks */ struct of_mm_gpio_chip { struct gpio_chip gc; void (*save_regs)(struct of_mm_gpio_chip *mm_gc); void __iomem *regs; }; static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) { return container_of(gc, struct of_mm_gpio_chip, gc); } extern int of_mm_gpiochip_add_data(struct device_node *np, struct of_mm_gpio_chip *mm_gc, void *data); extern void of_mm_gpiochip_remove(struct of_mm_gpio_chip *mm_gc); #endif /* __LINUX_GPIO_LEGACY_OF_MM_GPIO_CHIP_H */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply