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:notify_priv
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H
A
D
notify.c
582
/* Ensure
notify_priv
is updated */
in scmi_notify()
584
if (!handle->
notify_priv
)
in scmi_notify()
586
ni = handle->
notify_priv
;
in scmi_notify()
765
/* Ensure
notify_priv
is updated */
in scmi_register_protocol_events()
767
if (!handle->
notify_priv
)
in scmi_register_protocol_events()
769
ni = handle->
notify_priv
;
in scmi_register_protocol_events()
1291
/* Ensure
notify_priv
is updated */
in scmi_register_notifier()
1293
if (!handle->
notify_priv
)
in scmi_register_notifier()
1295
ni = handle->
notify_priv
;
in scmi_register_notifier()
1339
/* Ensure
notify_priv
i
in scmi_unregister_notifier()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
scmi_protocol.h
276
* @
notify_priv
: pointer to private data structure specific to notifications
294
void *
notify_priv
;
member
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
348
* @
notify_priv
: Passed as argument to the v4l2_ctrl notify callback.
371
void *
notify_priv
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
381
* @
notify_priv
: Passed as argument to the v4l2_ctrl notify callback.
404
void *
notify_priv
;
member
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
driver.c
147
* @
notify_priv
: Pointer to private data structure specific to notifications.
173
void *
notify_priv
;
member
291
info->
notify_priv
= priv;
in scmi_notification_instance_data_set()
302
return info->
notify_priv
;
in scmi_notification_instance_data_get()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-core.c
1300
ctrl->handler->
notify_priv
= priv;
in v4l2_ctrl_notify()
1350
ctrl->handler->notify(ctrl, ctrl->handler->
notify_priv
);
in new_to_cur()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
2186
ctrl->handler->notify(ctrl, ctrl->handler->
notify_priv
);
in new_to_cur()
4525
ctrl->handler->
notify_priv
= priv;
in v4l2_ctrl_notify()
Completed in 19 milliseconds