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:line_entries
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-thunderx.c
58
struct thunderx_line *
line_entries
; /* per line irq info */
member
114
writeq(txgpio->
line_entries
[line].fil_bits,
in thunderx_gpio_dir_in()
137
u64 bit_cfg = txgpio->
line_entries
[line].fil_bits | GPIO_BIT_CFG_TX_OE;
in thunderx_gpio_dir_out()
235
txgpio->
line_entries
[line].fil_bits =
in thunderx_gpio_set_config()
239
bit_cfg |= txgpio->
line_entries
[line].fil_bits;
in thunderx_gpio_set_config()
331
&txgpio->
line_entries
[irqd_to_hwirq(d)];
in thunderx_gpio_irq_set_type()
484
txgpio->
line_entries
= devm_kcalloc(dev,
in thunderx_gpio_probe()
488
if (!txgpio->
line_entries
) {
in thunderx_gpio_probe()
497
txgpio->
line_entries
[i].line = i;
in thunderx_gpio_probe()
498
txgpio->
line_entries
[
in thunderx_gpio_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-thunderx.c
56
struct thunderx_line *
line_entries
; /* per line irq info */
member
112
writeq(txgpio->
line_entries
[line].fil_bits,
in thunderx_gpio_dir_in()
135
u64 bit_cfg = txgpio->
line_entries
[line].fil_bits | GPIO_BIT_CFG_TX_OE;
in thunderx_gpio_dir_out()
233
txgpio->
line_entries
[line].fil_bits =
in thunderx_gpio_set_config()
237
bit_cfg |= txgpio->
line_entries
[line].fil_bits;
in thunderx_gpio_set_config()
329
&txgpio->
line_entries
[irqd_to_hwirq(d)];
in thunderx_gpio_irq_set_type()
485
txgpio->
line_entries
= devm_kcalloc(dev,
in thunderx_gpio_probe()
489
if (!txgpio->
line_entries
) {
in thunderx_gpio_probe()
498
txgpio->
line_entries
[i].line = i;
in thunderx_gpio_probe()
499
txgpio->
line_entries
[
in thunderx_gpio_probe()
[all...]
Completed in 3 milliseconds