Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:I2C_M_DMA_SAFE
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
i2c.h
75
#define
I2C_M_DMA_SAFE
0x0200 /* the buffer of this message is DMA safe */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
i2c.h
27
* %
I2C_M_DMA_SAFE
: the buffer of this message is DMA safe. Makes only sense
78
#define
I2C_M_DMA_SAFE
0x0200 /* use only in kernel space */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
i2c.h
27
#define
I2C_M_DMA_SAFE
0x0200
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
i2c.h
27
#define
I2C_M_DMA_SAFE
0x0200
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
i2c.h
15
#define
I2C_M_DMA_SAFE
0x0200
macro
/kernel/linux/linux-5.10/drivers/i2c/
H
A
D
i2c-core-smbus.c
303
msg->flags |=
I2C_M_DMA_SAFE
;
in i2c_smbus_try_get_dmabuf()
511
if (msg[0].flags &
I2C_M_DMA_SAFE
)
in i2c_smbus_xfer_emulated()
513
if (msg[1].flags &
I2C_M_DMA_SAFE
)
in i2c_smbus_xfer_emulated()
H
A
D
i2c-dev.c
263
msgs[i].flags |=
I2C_M_DMA_SAFE
;
in i2cdev_ioctl_rdwr()
H
A
D
i2c-core-base.c
2435
if (msg->flags &
I2C_M_DMA_SAFE
)
in i2c_get_dma_safe_msg_buf()
/kernel/linux/linux-6.6/drivers/i2c/
H
A
D
i2c-core-smbus.c
312
msg->flags |=
I2C_M_DMA_SAFE
;
in i2c_smbus_try_get_dmabuf()
514
if (msg[0].flags &
I2C_M_DMA_SAFE
)
in i2c_smbus_xfer_emulated()
516
if (msg[1].flags &
I2C_M_DMA_SAFE
)
in i2c_smbus_xfer_emulated()
H
A
D
i2c-dev.c
262
msgs[i].flags |=
I2C_M_DMA_SAFE
;
in i2cdev_ioctl_rdwr()
H
A
D
i2c-core-base.c
2623
if (msg->flags &
I2C_M_DMA_SAFE
)
in i2c_get_dma_safe_msg_buf()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H
A
D
adm1266.c
89
.flags =
I2C_M_DMA_SAFE
,
in adm1266_pmbus_block_xfer()
95
.flags = I2C_M_RD |
I2C_M_DMA_SAFE
,
in adm1266_pmbus_block_xfer()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H
A
D
adm1266.c
89
.flags =
I2C_M_DMA_SAFE
,
in adm1266_pmbus_block_xfer()
95
.flags = I2C_M_RD |
I2C_M_DMA_SAFE
,
in adm1266_pmbus_block_xfer()
/kernel/linux/linux-5.10/include/linux/
H
A
D
i2c.h
91
I2C_M_RD |
I2C_M_DMA_SAFE
);
in i2c_master_recv_dmasafe()
121
I2C_M_DMA_SAFE
);
in i2c_master_send_dmasafe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
i2c.h
96
I2C_M_RD |
I2C_M_DMA_SAFE
);
in i2c_master_recv_dmasafe()
126
I2C_M_DMA_SAFE
);
in i2c_master_send_dmasafe()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
st1232.c
63
.flags = I2C_M_RD |
I2C_M_DMA_SAFE
,
in st1232_ts_read_data()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
st1232.c
76
.flags = I2C_M_RD |
I2C_M_DMA_SAFE
,
in st1232_ts_read_data()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-imx.c
846
int use_dma = i2c_imx->dma && msgs->flags &
I2C_M_DMA_SAFE
&&
in i2c_imx_read()
1016
msgs[i].flags &
I2C_M_DMA_SAFE
)
in i2c_imx_xfer_common()
H
A
D
i2c-rcar.c
422
!(msg->flags &
I2C_M_DMA_SAFE
) || (read && priv->flags & ID_P_NO_RXDMA))
in rcar_i2c_dma()
/kernel/linux/linux-6.6/drivers/hid/i2c-hid/
H
A
D
i2c-hid-core.c
180
msgs[n].flags = (client->flags & I2C_M_TEN) |
I2C_M_DMA_SAFE
;
in i2c_hid_xfer()
189
I2C_M_RD |
I2C_M_DMA_SAFE
;
in i2c_hid_xfer()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-imx.c
1139
int use_dma = i2c_imx->dma && msgs->flags &
I2C_M_DMA_SAFE
&&
in i2c_imx_read()
1307
msgs[i].flags &
I2C_M_DMA_SAFE
)
in i2c_imx_xfer_common()
H
A
D
i2c-rcar.c
424
!(msg->flags &
I2C_M_DMA_SAFE
) || (read && priv->flags & ID_P_NO_RXDMA))
in rcar_i2c_dma()
Completed in 27 milliseconds