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:BIT_WORD
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_atomic.h
81
#define
BIT_WORD
(nr) ((nr) / BITS_PER_LONG)
macro
404
oal_bitops *p = ((oal_bitops *)p_addr) +
BIT_WORD
(nr);
in oal_bit_atomic_set()
416
return (1UL & (p_addr[
BIT_WORD
(nr)] >> ((hi_u32)nr & (BITS_PER_LONG - 1))));
in oal_bit_atomic_test()
436
oal_bitops *p = ((oal_bitops *)p_addr) +
BIT_WORD
(nr);
in oal_bit_atomic_test_and_set()
454
oal_bitops *p = ((oal_bitops *)p_addr) +
BIT_WORD
(nr);
in oal_bit_atomic_test_and_clear()
479
oal_bitops *p = ((oal_bitops *)p_addr) +
BIT_WORD
(nr);
in oal_bit_atomic_clear()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gt911/
H
A
D
gt911.c
305
g_ts_dev->keybit[
BIT_WORD
(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
in tp_devinput_init()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc.c
2854
.absbit = {[
BIT_WORD
(ABS_MT_POSITION_X)] = BIT_MASK(ABS_MT_POSITION_X) | BIT_MASK(ABS_MT_POSITION_Y)},
2858
.keybit = {[
BIT_WORD
(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH)},
2859
.absbit = {[
BIT_WORD
(ABS_X)] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y)},
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc.c
3014
.absbit = { [
BIT_WORD
(ABS_MT_POSITION_X)] =
3021
.keybit = { [
BIT_WORD
(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
3022
.absbit = { [
BIT_WORD
(ABS_X)] =
Completed in 9 milliseconds