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:smbcmd
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/kpc2000/
H
A
D
kpc2000_i2c.c
294
int
smbcmd
;
in i801_block_transaction_byte_by_byte()
local
313
smbcmd
= I801_I2C_BLOCK_LAST;
in i801_block_transaction_byte_by_byte()
315
smbcmd
= I801_BLOCK_LAST;
in i801_block_transaction_byte_by_byte()
319
smbcmd
= I801_I2C_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
321
smbcmd
= I801_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
323
outb_p(
smbcmd
| ENABLE_INT9, SMBHSTCNT(priv));
in i801_block_transaction_byte_by_byte()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-i801.c
693
int
smbcmd
;
in i801_block_transaction_byte_by_byte()
local
714
smbcmd
= I801_I2C_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
716
smbcmd
= I801_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
721
smbcmd
|= SMBHSTCNT_LAST_BYTE;
in i801_block_transaction_byte_by_byte()
722
priv->cmd =
smbcmd
| SMBHSTCNT_INTREN;
in i801_block_transaction_byte_by_byte()
741
smbcmd
|= SMBHSTCNT_LAST_BYTE;
in i801_block_transaction_byte_by_byte()
742
outb_p(
smbcmd
| SMBHSTCNT_START, SMBHSTCNT(priv));
in i801_block_transaction_byte_by_byte()
770
outb_p(
smbcmd
| SMBHSTCNT_LAST_BYTE, SMBHSTCNT(priv));
in i801_block_transaction_byte_by_byte()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-i801.c
648
int
smbcmd
;
in i801_block_transaction_byte_by_byte()
local
665
smbcmd
= I801_I2C_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
667
smbcmd
= I801_BLOCK_DATA;
in i801_block_transaction_byte_by_byte()
672
smbcmd
|= SMBHSTCNT_LAST_BYTE;
in i801_block_transaction_byte_by_byte()
673
priv->cmd =
smbcmd
| SMBHSTCNT_INTREN;
in i801_block_transaction_byte_by_byte()
685
smbcmd
|= SMBHSTCNT_LAST_BYTE;
in i801_block_transaction_byte_by_byte()
686
outb_p(
smbcmd
| SMBHSTCNT_START, SMBHSTCNT(priv));
in i801_block_transaction_byte_by_byte()
714
outb_p(
smbcmd
| SMBHSTCNT_LAST_BYTE, SMBHSTCNT(priv));
in i801_block_transaction_byte_by_byte()
Completed in 7 milliseconds