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:at_request_ctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
ohci.c
206
struct context
at_request_ctx
;
member
1636
if (ctx == &ctx->ohci->
at_request_ctx
) {
in handle_local_request()
1658
if (ctx == &ctx->ohci->
at_request_ctx
)
in handle_local_request()
2035
context_stop(&ohci->
at_request_ctx
);
in bus_reset_work()
2045
at_context_flush(&ohci->
at_request_ctx
);
in bus_reset_work()
2135
tasklet_schedule(&ohci->
at_request_ctx
.tasklet);
in irq_handler()
2579
at_context_transmit(&ohci->
at_request_ctx
, packet);
in ohci_send_request()
2592
struct context *ctx = &ohci->
at_request_ctx
;
in ohci_cancel_packet()
3695
err = context_init(&ohci->
at_request_ctx
, ohci,
in pci_probe()
3775
context_release(&ohci->
at_request_ctx
);
in pci_probe()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
ohci.c
206
struct context
at_request_ctx
;
member
1638
if (ctx == &ctx->ohci->
at_request_ctx
) {
in handle_local_request()
1660
if (ctx == &ctx->ohci->
at_request_ctx
)
in handle_local_request()
2046
context_stop(&ohci->
at_request_ctx
);
in bus_reset_work()
2056
at_context_flush(&ohci->
at_request_ctx
);
in bus_reset_work()
2145
tasklet_schedule(&ohci->
at_request_ctx
.tasklet);
in irq_handler()
2587
at_context_transmit(&ohci->
at_request_ctx
, packet);
in ohci_send_request()
2600
struct context *ctx = &ohci->
at_request_ctx
;
in ohci_cancel_packet()
3706
err = context_init(&ohci->
at_request_ctx
, ohci,
in pci_probe()
Completed in 10 milliseconds