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_ops
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
core.h
171
if (host->
bus_ops
->cache_enabled) {
in mmc_cache_enabled()
172
return host->
bus_ops
->cache_enabled(host);
in mmc_cache_enabled()
H
A
D
host.c
51
* It's safe to access the
bus_ops
pointer, as both userspace and the
in mmc_host_class_prepare()
54
if (!host->
bus_ops
) {
in mmc_host_class_prepare()
59
if (host->
bus_ops
->pre_suspend) {
in mmc_host_class_prepare()
60
return host->
bus_ops
->pre_suspend(host);
in mmc_host_class_prepare()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_host_if.h
166
sdio_bus_ops
bus_ops
;
member
H
A
D
oal_sdio_host.c
277
if (hi_sdio->
bus_ops
.rx == HI_NULL) {
in oal_sdio_data_sg_irq()
282
hi_sdio->
bus_ops
.rx(hi_sdio->bus_data);
in oal_sdio_data_sg_irq()
294
hi_sdio->
bus_ops
.rx = rx;
in oal_sdio_transfer_rx_register()
307
hi_sdio->
bus_ops
.rx = HI_NULL;
in oal_sdio_transfer_rx_unregister()
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H
A
D
host.h
420
const struct mmc_bus_ops *
bus_ops
; /* current bus driver */
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_pcie.c
383
static struct dhd_gdb_bus_ops_s
bus_ops
= {
variable
5641
debugger_init((void *) bus, &
bus_ops
, int_val, SI_ENUM_BASE(bus->sih));
in dhdpcie_bus_doiovar()
H
A
D
dhd_sdio.c
340
static struct dhd_dbg_bus_ops_s
bus_ops
= {
variable
4389
debugger_init((void *) bus, &
bus_ops
, int_val, SI_ENUM_BASE(bus->sih));
in dhdsdio_doiovar()
Completed in 29 milliseconds