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_ic
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-aspeed-i2c-ic.c
34
struct aspeed_i2c_ic *
i2c_ic
= irq_desc_get_handler_data(desc);
in aspeed_i2c_ic_irq_handler()
local
40
status = readl(
i2c_ic
->base);
in aspeed_i2c_ic_irq_handler()
42
bus_irq = irq_find_mapping(
i2c_ic
->irq_domain, bit);
in aspeed_i2c_ic_irq_handler()
68
struct aspeed_i2c_ic *
i2c_ic
;
in aspeed_i2c_ic_of_init()
local
71
i2c_ic
= kzalloc(sizeof(*
i2c_ic
), GFP_KERNEL);
in aspeed_i2c_ic_of_init()
72
if (!
i2c_ic
)
in aspeed_i2c_ic_of_init()
75
i2c_ic
->base = of_iomap(node, 0);
in aspeed_i2c_ic_of_init()
76
if (!
i2c_ic
->base) {
in aspeed_i2c_ic_of_init()
81
i2c_ic
in aspeed_i2c_ic_of_init()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-aspeed-i2c-ic.c
34
struct aspeed_i2c_ic *
i2c_ic
= irq_desc_get_handler_data(desc);
in aspeed_i2c_ic_irq_handler()
local
39
status = readl(
i2c_ic
->base);
in aspeed_i2c_ic_irq_handler()
41
generic_handle_domain_irq(
i2c_ic
->irq_domain, bit);
in aspeed_i2c_ic_irq_handler()
66
struct aspeed_i2c_ic *
i2c_ic
;
in aspeed_i2c_ic_of_init()
local
69
i2c_ic
= kzalloc(sizeof(*
i2c_ic
), GFP_KERNEL);
in aspeed_i2c_ic_of_init()
70
if (!
i2c_ic
)
in aspeed_i2c_ic_of_init()
73
i2c_ic
->base = of_iomap(node, 0);
in aspeed_i2c_ic_of_init()
74
if (!
i2c_ic
->base) {
in aspeed_i2c_ic_of_init()
79
i2c_ic
in aspeed_i2c_ic_of_init()
[all...]
Completed in 1 milliseconds