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:next_config_rom
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
ohci.c
221
__be32 *
next_config_rom
;
member
2062
*
next_config_rom
pointer so a new update can take place.
in bus_reset_work()
2065
if (ohci->
next_config_rom
!= NULL) {
in bus_reset_work()
2066
if (ohci->
next_config_rom
!= ohci->config_rom) {
in bus_reset_work()
2070
ohci->config_rom = ohci->
next_config_rom
;
in bus_reset_work()
2072
ohci->
next_config_rom
= NULL;
in bus_reset_work()
2428
ohci->
next_config_rom
=
in ohci_enable()
2432
if (ohci->
next_config_rom
== NULL)
in ohci_enable()
2435
copy_config_rom(ohci->
next_config_rom
, config_rom, length);
in ohci_enable()
2441
ohci->
next_config_rom
in ohci_enable()
2491
__be32 *
next_config_rom
;
ohci_set_config_rom()
local
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
ohci.c
221
__be32 *
next_config_rom
;
member
2073
*
next_config_rom
pointer so a new update can take place.
in bus_reset_work()
2076
if (ohci->
next_config_rom
!= NULL) {
in bus_reset_work()
2077
if (ohci->
next_config_rom
!= ohci->config_rom) {
in bus_reset_work()
2081
ohci->config_rom = ohci->
next_config_rom
;
in bus_reset_work()
2083
ohci->
next_config_rom
= NULL;
in bus_reset_work()
2438
ohci->
next_config_rom
= dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE,
in ohci_enable()
2440
if (ohci->
next_config_rom
== NULL)
in ohci_enable()
2443
copy_config_rom(ohci->
next_config_rom
, config_rom, length);
in ohci_enable()
2449
ohci->
next_config_rom
in ohci_enable()
2499
__be32 *
next_config_rom
;
ohci_set_config_rom()
local
[all...]
Completed in 11 milliseconds