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:aspeed_i2c_bus
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-aspeed.c
143
struct
aspeed_i2c_bus
{
struct
173
static int aspeed_i2c_reset(struct
aspeed_i2c_bus
*bus);
175
static int aspeed_i2c_recover_bus(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_recover_bus()
244
static u32 aspeed_i2c_slave_irq(struct
aspeed_i2c_bus
*bus, u32 irq_status)
in aspeed_i2c_slave_irq()
356
static void aspeed_i2c_do_start(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_do_start()
389
static void aspeed_i2c_do_stop(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_do_stop()
396
static void aspeed_i2c_next_msg_or_stop(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_next_msg_or_stop()
419
static u32 aspeed_i2c_master_irq(struct
aspeed_i2c_bus
*bus, u32 irq_status)
in aspeed_i2c_master_irq()
615
struct
aspeed_i2c_bus
*bus = dev_id;
in aspeed_i2c_bus_irq()
679
struct
aspeed_i2c_bus
*bu
in aspeed_i2c_master_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-aspeed.c
141
struct
aspeed_i2c_bus
{
struct
171
static int aspeed_i2c_reset(struct
aspeed_i2c_bus
*bus);
173
static int aspeed_i2c_recover_bus(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_recover_bus()
242
static u32 aspeed_i2c_slave_irq(struct
aspeed_i2c_bus
*bus, u32 irq_status)
in aspeed_i2c_slave_irq()
361
static void aspeed_i2c_do_start(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_do_start()
394
static void aspeed_i2c_do_stop(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_do_stop()
401
static void aspeed_i2c_next_msg_or_stop(struct
aspeed_i2c_bus
*bus)
in aspeed_i2c_next_msg_or_stop()
424
static u32 aspeed_i2c_master_irq(struct
aspeed_i2c_bus
*bus, u32 irq_status)
in aspeed_i2c_master_irq()
620
struct
aspeed_i2c_bus
*bus = dev_id;
in aspeed_i2c_bus_irq()
684
struct
aspeed_i2c_bus
*bu
in aspeed_i2c_master_xfer()
[all...]
Completed in 3 milliseconds