ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/dma
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
linux
dma
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
dw.h
1.49 MB
chmod
View
DL
Edit
Rename
Delete
edma.h
3.21 MB
chmod
View
DL
Edit
Rename
Delete
hsu.h
1.63 MB
chmod
View
DL
Edit
Rename
Delete
idma64.h
310 B
chmod
View
DL
Edit
Rename
Delete
imx-dma.h
3.39 MB
chmod
View
DL
Edit
Rename
Delete
ipu-dma.h
4.01 MB
chmod
View
DL
Edit
Rename
Delete
k3-event-router.h
317 B
chmod
View
DL
Edit
Rename
Delete
k3-psil.h
2.39 MB
chmod
View
DL
Edit
Rename
Delete
k3-udma-glue.h
5.38 MB
chmod
View
DL
Edit
Rename
Delete
mxs-dma.h
798 B
chmod
View
DL
Edit
Rename
Delete
pxa-dma.h
637 B
chmod
View
DL
Edit
Rename
Delete
qcom-gpi-dma.h
1.65 MB
chmod
View
DL
Edit
Rename
Delete
qcom_adm.h
227 B
chmod
View
DL
Edit
Rename
Delete
qcom_bam_dma.h
1.74 MB
chmod
View
DL
Edit
Rename
Delete
sprd-dma.h
8.2 MB
chmod
View
DL
Edit
Rename
Delete
ti-cppi5.h
33.04 MB
chmod
View
DL
Edit
Rename
Delete
xilinx_dma.h
1022 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/dma/qcom-gpi-dma.h
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020, Linaro Limited */ #ifndef QCOM_GPI_DMA_H #define QCOM_GPI_DMA_H /** * enum spi_transfer_cmd - spi transfer commands */ enum spi_transfer_cmd { SPI_TX = 1, SPI_RX, SPI_DUPLEX, }; /** * struct gpi_spi_config - spi config for peripheral * * @loopback_en: spi loopback enable when set * @clock_pol_high: clock polarity * @data_pol_high: data polarity * @pack_en: process tx/rx buffers as packed * @word_len: spi word length * @clk_div: source clock divider * @clk_src: serial clock * @cmd: spi cmd * @fragmentation: keep CS assserted at end of sequence * @cs: chip select toggle * @set_config: set peripheral config * @rx_len: receive length for buffer */ struct gpi_spi_config { u8 set_config; u8 loopback_en; u8 clock_pol_high; u8 data_pol_high; u8 pack_en; u8 word_len; u8 fragmentation; u8 cs; u32 clk_div; u32 clk_src; enum spi_transfer_cmd cmd; u32 rx_len; }; enum i2c_op { I2C_WRITE = 1, I2C_READ, }; /** * struct gpi_i2c_config - i2c config for peripheral * * @pack_enable: process tx/rx buffers as packed * @cycle_count: clock cycles to be sent * @high_count: high period of clock * @low_count: low period of clock * @clk_div: source clock divider * @addr: i2c bus address * @stretch: stretch the clock at eot * @set_config: set peripheral config * @rx_len: receive length for buffer * @op: i2c cmd * @muli-msg: is part of multi i2c r-w msgs */ struct gpi_i2c_config { u8 set_config; u8 pack_enable; u8 cycle_count; u8 high_count; u8 low_count; u8 addr; u8 stretch; u16 clk_div; u32 rx_len; enum i2c_op op; bool multi_msg; }; #endif /* QCOM_GPI_DMA_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