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:get_status
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/drm_hal/
H
A
D
drm_hal_hdmitx.h
57
int (*
get_status
)(enum drm_hal_hdmitx_id id, enum drm_hal_hdmitx_status_type type,
member
H
A
D
drm_hal_hdmitx.c
310
g_hdmitx_dev.
get_status
= drm_hal_hdmitx_get_status;
in drm_hal_hdmitx_dev_register()
331
g_hdmitx_dev.
get_status
= NULL;
in drm_hal_hdmitx_dev_unregister()
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H
A
D
driver.h
86
* @
get_status
: Return actual (not as-configured) status of regulator, as a
168
int (*
get_status
)(struct regulator_dev *);
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_thread.h
252
MppThreadStatus
get_status
(MppThreadSignal id = THREAD_WORK);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_thread.h
254
MppThreadStatus
get_status
(MppThreadSignal id = THREAD_WORK);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
mpp_thread.h
242
MppThreadStatus
get_status
(MppThreadSignal id = THREAD_WORK);
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_thread.h
252
MppThreadStatus
get_status
(MppThreadSignal id = THREAD_WORK);
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
composite.h
162
* @
get_status
: Returns function status as a reply to
226
int (*
get_status
)(struct usb_function *);
member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H
A
D
composite.h
162
* @
get_status
: Returns function status as a reply to
233
int (*
get_status
)(struct usb_function *);
member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
730
status = rdev->desc->ops->
get_status
(rdev);
in regulator_status_show()
2632
* * Error Value - as received from ops->
get_status
()
2636
int ret = rdev->desc->ops->
get_status
(rdev);
in _regulator_check_status_enabled()
2638
rdev_info(rdev, "
get_status
returned error: %d\n", ret);
in _regulator_check_status_enabled()
2725
if (rdev->desc->ops->
get_status
) {
in _regulator_do_enable()
4831
return ops->
get_status
? mode : 0;
in regulator_attr_is_visible()
Completed in 15 milliseconds