ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/greybus
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
linux
greybus
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
bundle.h
2.02 MB
chmod
View
DL
Edit
Rename
Delete
connection.h
3.66 MB
chmod
View
DL
Edit
Rename
Delete
control.h
2.2 MB
chmod
View
DL
Edit
Rename
Delete
greybus_id.h
590 B
chmod
View
DL
Edit
Rename
Delete
greybus_manifest.h
4.79 MB
chmod
View
DL
Edit
Rename
Delete
greybus_protocols.h
59.45 MB
chmod
View
DL
Edit
Rename
Delete
hd.h
2.65 MB
chmod
View
DL
Edit
Rename
Delete
interface.h
2.15 MB
chmod
View
DL
Edit
Rename
Delete
manifest.h
331 B
chmod
View
DL
Edit
Rename
Delete
module.h
753 B
chmod
View
DL
Edit
Rename
Delete
operation.h
6.53 MB
chmod
View
DL
Edit
Rename
Delete
svc.h
3.21 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/greybus/module.h
/* SPDX-License-Identifier: GPL-2.0 */ /* * Greybus Module code * * Copyright 2016 Google Inc. * Copyright 2016 Linaro Ltd. */ #ifndef __MODULE_H #define __MODULE_H #include <linux/types.h> #include <linux/device.h> struct gb_module { struct device dev; struct gb_host_device *hd; struct list_head hd_node; u8 module_id; size_t num_interfaces; bool disconnected; struct gb_interface *interfaces[]; }; #define to_gb_module(d) container_of(d, struct gb_module, dev) struct gb_module *gb_module_create(struct gb_host_device *hd, u8 module_id, size_t num_interfaces); int gb_module_add(struct gb_module *module); void gb_module_del(struct gb_module *module); void gb_module_put(struct gb_module *module); #endif /* __MODULE_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