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:alert_mask
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
max6697.h
21
u8
alert_mask
; /* set bit to 1 to disable alert */
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
max6697.h
21
u8
alert_mask
; /* set bit to 1 to disable alert */
member
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
tcpci_maxim.c
94
u16
alert_mask
= 0;
in max_tcpci_init_regs()
local
115
alert_mask
= TCPC_ALERT_TX_SUCCESS | TCPC_ALERT_TX_DISCARDED | TCPC_ALERT_TX_FAILED |
in max_tcpci_init_regs()
121
ret = max_tcpci_write16(chip, TCPC_ALERT_MASK,
alert_mask
);
in max_tcpci_init_regs()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
tcpci_maxim_core.c
67
u16
alert_mask
= 0;
in max_tcpci_init_regs()
local
95
alert_mask
= TCPC_ALERT_TX_SUCCESS | TCPC_ALERT_TX_DISCARDED | TCPC_ALERT_TX_FAILED |
in max_tcpci_init_regs()
101
ret = max_tcpci_write16(chip, TCPC_ALERT_MASK,
alert_mask
);
in max_tcpci_init_regs()
H
A
D
tcpci.c
36
unsigned int
alert_mask
;
member
649
tcpci->
alert_mask
= reg;
in tcpci_init()
734
return IRQ_RETVAL(status & tcpci->
alert_mask
);
in tcpci_irq()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
max6697.c
576
pdata->
alert_mask
= be32_to_cpu(prop[0]);
in max6697_get_config_of()
658
MAX6697_ALERT_MAP_BITS(pdata->
alert_mask
));
in max6697_init_chip()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
max6697.c
575
pdata->
alert_mask
= be32_to_cpu(prop[0]);
in max6697_get_config_of()
657
MAX6697_ALERT_MAP_BITS(pdata->
alert_mask
));
in max6697_init_chip()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
interrupt.c
289
u8 pending_mask,
alert_mask
;
in gisa_get_ipm_or_restore_iam()
local
294
alert_mask
= READ_ONCE(gi->alert.mask);
in gisa_get_ipm_or_restore_iam()
295
pending_mask = (u8)(word >> 24) &
alert_mask
;
in gisa_get_ipm_or_restore_iam()
298
_word = (word & ~0xffUL) |
alert_mask
;
in gisa_get_ipm_or_restore_iam()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
interrupt.c
291
u8 pending_mask,
alert_mask
;
in gisa_get_ipm_or_restore_iam()
local
296
alert_mask
= READ_ONCE(gi->alert.mask);
in gisa_get_ipm_or_restore_iam()
297
pending_mask = (u8)(word >> 24) &
alert_mask
;
in gisa_get_ipm_or_restore_iam()
300
_word = (word & ~0xffUL) |
alert_mask
;
in gisa_get_ipm_or_restore_iam()
Completed in 13 milliseconds