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:intr_sts
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg_fsm.c
641
u32
intr_sts
, otg_bsess_vld, port_conn;
in ci_otg_fsm_event()
local
644
intr_sts
= hw_read_intr_status(ci);
in ci_otg_fsm_event()
657
if (otg_bsess_vld && (
intr_sts
& USBi_PCI) && port_conn) {
in ci_otg_fsm_event()
663
if ((
intr_sts
& USBi_SLI) && port_conn && otg_bsess_vld) {
in ci_otg_fsm_event()
665
} else if (
intr_sts
& USBi_PCI) {
in ci_otg_fsm_event()
672
if ((
intr_sts
& USBi_PCI) && !port_conn) {
in ci_otg_fsm_event()
679
if (
intr_sts
& USBi_SLI) {
in ci_otg_fsm_event()
689
if (
intr_sts
& USBi_URI)
in ci_otg_fsm_event()
692
if (
intr_sts
& USBi_PCI) {
in ci_otg_fsm_event()
700
if ((
intr_sts
in ci_otg_fsm_event()
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg_fsm.c
648
u32
intr_sts
, otg_bsess_vld, port_conn;
in ci_otg_fsm_event()
local
651
intr_sts
= hw_read_intr_status(ci);
in ci_otg_fsm_event()
664
if (otg_bsess_vld && (
intr_sts
& USBi_PCI) && port_conn) {
in ci_otg_fsm_event()
670
if ((
intr_sts
& USBi_SLI) && port_conn && otg_bsess_vld) {
in ci_otg_fsm_event()
672
} else if (
intr_sts
& USBi_PCI) {
in ci_otg_fsm_event()
679
if ((
intr_sts
& USBi_PCI) && !port_conn) {
in ci_otg_fsm_event()
686
if (
intr_sts
& USBi_SLI) {
in ci_otg_fsm_event()
696
if (
intr_sts
& USBi_URI)
in ci_otg_fsm_event()
699
if (
intr_sts
& USBi_PCI) {
in ci_otg_fsm_event()
707
if ((
intr_sts
in ci_otg_fsm_event()
[all...]
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
qcom.c
668
u32 value,
intr_sts
, intr_sts_masked, slave_status;
in qcom_swrm_irq_handler()
local
675
&
intr_sts
);
in qcom_swrm_irq_handler()
676
intr_sts_masked =
intr_sts
& ctrl->intr_mask;
in qcom_swrm_irq_handler()
788
intr_sts
);
in qcom_swrm_irq_handler()
790
&
intr_sts
);
in qcom_swrm_irq_handler()
791
intr_sts_masked =
intr_sts
& ctrl->intr_mask;
in qcom_swrm_irq_handler()
Completed in 5 milliseconds