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:cr_ctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
commonring.c
27
commonring->
cr_ctx
= ctx;
in brcmf_commonring_register_cb()
43
commonring->cr_write_rptr(commonring->
cr_ctx
);
in brcmf_commonring_config()
46
commonring->cr_write_wptr(commonring->
cr_ctx
);
in brcmf_commonring_config()
89
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_write_available()
98
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_write_available()
132
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_reserve_for_write()
171
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_reserve_for_write_multiple()
189
commonring->cr_write_wptr(commonring->
cr_ctx
);
in brcmf_commonring_write_complete()
191
return commonring->cr_ring_bell(commonring->
cr_ctx
);
in brcmf_commonring_write_complete()
211
commonring->cr_update_wptr(commonring->
cr_ctx
);
in brcmf_commonring_get_read_ptr()
[all...]
H
A
D
commonring.h
24
void *
cr_ctx
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
commonring.c
27
commonring->
cr_ctx
= ctx;
in brcmf_commonring_register_cb()
43
commonring->cr_write_rptr(commonring->
cr_ctx
);
in brcmf_commonring_config()
46
commonring->cr_write_wptr(commonring->
cr_ctx
);
in brcmf_commonring_config()
89
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_write_available()
98
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_write_available()
132
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_reserve_for_write()
171
commonring->cr_update_rptr(commonring->
cr_ctx
);
in brcmf_commonring_reserve_for_write_multiple()
189
commonring->cr_write_wptr(commonring->
cr_ctx
);
in brcmf_commonring_write_complete()
191
return commonring->cr_ring_bell(commonring->
cr_ctx
);
in brcmf_commonring_write_complete()
211
commonring->cr_update_wptr(commonring->
cr_ctx
);
in brcmf_commonring_get_read_ptr()
[all...]
H
A
D
commonring.h
24
void *
cr_ctx
;
member
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
omap-iommu.h
76
struct cr_regs *
cr_ctx
;
member
H
A
D
omap-iommu.c
914
tmp = obj->
cr_ctx
;
in omap_iommu_save_tlb_entries()
930
tmp = obj->
cr_ctx
;
in omap_iommu_restore_tlb_entries()
1200
obj->
cr_ctx
= devm_kzalloc(&pdev->dev,
in omap_iommu_probe()
1201
sizeof(*obj->
cr_ctx
) * obj->nr_tlb_entries,
in omap_iommu_probe()
1203
if (!obj->
cr_ctx
)
in omap_iommu_probe()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
omap-iommu.h
76
struct cr_regs *
cr_ctx
;
member
H
A
D
omap-iommu.c
913
tmp = obj->
cr_ctx
;
in omap_iommu_save_tlb_entries()
929
tmp = obj->
cr_ctx
;
in omap_iommu_restore_tlb_entries()
1199
obj->
cr_ctx
= devm_kzalloc(&pdev->dev,
in omap_iommu_probe()
1200
sizeof(*obj->
cr_ctx
) * obj->nr_tlb_entries,
in omap_iommu_probe()
1202
if (!obj->
cr_ctx
)
in omap_iommu_probe()
Completed in 7 milliseconds