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:bus_request
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
sdio.c
43
struct
bus_request
bus_req[BUS_REQUEST_MAX_NUM];
190
static struct
bus_request
*ath6kl_sdio_alloc_busreq(struct ath6kl_sdio *ar_sdio)
in ath6kl_sdio_alloc_busreq()
192
struct
bus_request
*bus_req;
in ath6kl_sdio_alloc_busreq()
202
struct
bus_request
, list);
in ath6kl_sdio_alloc_busreq()
213
struct
bus_request
*bus_req)
in ath6kl_sdio_free_bus_req()
261
struct
bus_request
*req)
in ath6kl_sdio_scat_rw()
349
struct
bus_request
*bus_req;
in ath6kl_sdio_alloc_prep_scat_req()
445
struct
bus_request
*req)
in __ath6kl_sdio_write_async()
465
struct
bus_request
*req, *tmp_req;
in ath6kl_sdio_write_async_work()
571
struct
bus_request
*bus_re
in ath6kl_sdio_write_async()
[all...]
H
A
D
hif.h
70
struct
bus_request
{
struct
188
struct
bus_request
*busrequest;
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
sdio.c
43
struct
bus_request
bus_req[BUS_REQUEST_MAX_NUM];
190
static struct
bus_request
*ath6kl_sdio_alloc_busreq(struct ath6kl_sdio *ar_sdio)
in ath6kl_sdio_alloc_busreq()
192
struct
bus_request
*bus_req;
in ath6kl_sdio_alloc_busreq()
202
struct
bus_request
, list);
in ath6kl_sdio_alloc_busreq()
213
struct
bus_request
*bus_req)
in ath6kl_sdio_free_bus_req()
261
struct
bus_request
*req)
in ath6kl_sdio_scat_rw()
349
struct
bus_request
*bus_req;
in ath6kl_sdio_alloc_prep_scat_req()
445
struct
bus_request
*req)
in __ath6kl_sdio_write_async()
465
struct
bus_request
*req, *tmp_req;
in ath6kl_sdio_write_async_work()
571
struct
bus_request
*bus_re
in ath6kl_sdio_write_async()
[all...]
H
A
D
hif.h
70
struct
bus_request
{
struct
188
struct
bus_request
*busrequest;
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H
A
D
wil_platform.h
37
int (*
bus_request
)(void *handle, uint32_t kbps /* KBytes/Sec */);
member
H
A
D
main.c
777
if (wil->platform_ops.
bus_request
) {
in wil6210_bus_request()
779
wil->platform_ops.
bus_request
(wil->platform_handle, kbps);
in wil6210_bus_request()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H
A
D
wil_platform.h
37
int (*
bus_request
)(void *handle, uint32_t kbps /* KBytes/Sec */);
member
H
A
D
main.c
777
if (wil->platform_ops.
bus_request
) {
in wil6210_bus_request()
779
wil->platform_ops.
bus_request
(wil->platform_handle, kbps);
in wil6210_bus_request()
Completed in 9 milliseconds