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:prop_work
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H
A
D
cdns-mhdp8546-hdcp.c
453
schedule_work(&mhdp->hdcp.
prop_work
);
in cdns_mhdp_hdcp_check_link()
460
schedule_work(&mhdp->hdcp.
prop_work
);
in cdns_mhdp_hdcp_check_link()
486
prop_work
);
in cdns_mhdp_hdcp_prop_work()
542
schedule_work(&mhdp->hdcp.
prop_work
);
in cdns_mhdp_hdcp_enable()
557
schedule_work(&mhdp->hdcp.
prop_work
);
in cdns_mhdp_hdcp_disable()
569
INIT_WORK(&mhdp->hdcp.
prop_work
, cdns_mhdp_hdcp_prop_work);
in cdns_mhdp_hdcp_init()
H
A
D
cdns-mhdp8546-core.h
348
struct work_struct
prop_work
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_hdcp.c
907
schedule_work(&hdcp->
prop_work
);
in intel_hdcp_update_value()
985
prop_work
);
in intel_hdcp_prop_work()
2068
INIT_WORK(&hdcp->
prop_work
, intel_hdcp_prop_work);
in intel_hdcp_init()
2191
schedule_work(&hdcp->
prop_work
);
in intel_hdcp_update_pipe()
2204
*
prop_work
to update correct CP property to user space.
in intel_hdcp_update_pipe()
2208
schedule_work(&hdcp->
prop_work
);
in intel_hdcp_update_pipe()
2253
* We don't cancel
prop_work
in the same way as check_work since it
in intel_hdcp_cleanup()
2256
* scheduling
prop_work
to ensure the connector is alive when
prop_work
in intel_hdcp_cleanup()
2258
* function should be called), we're "guaranteed" that
prop_work
i
in intel_hdcp_cleanup()
[all...]
H
A
D
intel_display_types.h
363
struct work_struct
prop_work
;
member
H
A
D
intel_display.c
18889
cancel_work_sync(&connector->hdcp.
prop_work
);
in intel_hpd_poll_fini()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hdcp.c
1008
queue_work(i915->unordered_wq, &hdcp->
prop_work
);
in intel_hdcp_update_value()
1086
prop_work
);
in intel_hdcp_prop_work()
2286
INIT_WORK(&hdcp->
prop_work
, intel_hdcp_prop_work);
in intel_hdcp_init()
2483
queue_work(i915->unordered_wq, &hdcp->
prop_work
);
in intel_hdcp_update_pipe()
2496
*
prop_work
to update correct CP property to user space.
in intel_hdcp_update_pipe()
2500
queue_work(i915->unordered_wq, &hdcp->
prop_work
);
in intel_hdcp_update_pipe()
2546
* We don't cancel
prop_work
in the same way as check_work since it
in intel_hdcp_cleanup()
2549
* scheduling
prop_work
to ensure the connector is alive when
prop_work
in intel_hdcp_cleanup()
2551
* function should be called), we're "guaranteed" that
prop_work
i
in intel_hdcp_cleanup()
[all...]
H
A
D
intel_display_types.h
537
struct work_struct
prop_work
;
member
H
A
D
intel_display.c
7998
cancel_work_sync(&connector->hdcp.
prop_work
);
in intel_hpd_poll_fini()
Completed in 46 milliseconds