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:raw_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
perf_event_mipsxx.c
1774
unsigned int
raw_id
= config & 0xff;
in mipsxx_pmu_map_raw_event()
local
1775
unsigned int base_id =
raw_id
& 0x7f;
in mipsxx_pmu_map_raw_event()
1783
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1797
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1799
if (IS_RANGE_P_34K_EVENT(
raw_id
, base_id))
in mipsxx_pmu_map_raw_event()
1801
else if (unlikely(IS_RANGE_V_34K_EVENT(
raw_id
)))
in mipsxx_pmu_map_raw_event()
1813
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1823
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1831
raw_id
= config & 0x1ff;
in mipsxx_pmu_map_raw_event()
1832
base_id =
raw_id
in mipsxx_pmu_map_raw_event()
1922
unsigned int
raw_id
= config & 0xff;
octeon_pmu_map_raw_event()
local
1955
unsigned int
raw_id
= config & 0xff;
xlp_pmu_map_raw_event()
local
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
perf_event_mipsxx.c
1708
unsigned int
raw_id
= config & 0xff;
in mipsxx_pmu_map_raw_event()
local
1709
unsigned int base_id =
raw_id
& 0x7f;
in mipsxx_pmu_map_raw_event()
1717
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1731
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1733
if (IS_RANGE_P_34K_EVENT(
raw_id
, base_id))
in mipsxx_pmu_map_raw_event()
1735
else if (unlikely(IS_RANGE_V_34K_EVENT(
raw_id
)))
in mipsxx_pmu_map_raw_event()
1747
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1757
raw_id
> 127 ? CNTR_ODD : CNTR_EVEN;
in mipsxx_pmu_map_raw_event()
1765
raw_id
= config & 0x1ff;
in mipsxx_pmu_map_raw_event()
1766
base_id =
raw_id
in mipsxx_pmu_map_raw_event()
[all...]
/kernel/linux/linux-6.6/include/linux/soc/qcom/
H
A
D
socinfo.h
22
__le32
raw_id
;
member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
perf_event.c
844
unsigned int
raw_id
= M_PERFCTL_EVENT(config);
in loongarch_pmu_map_raw_event()
local
845
unsigned int base_id = M_PERFCTL_EVENT(
raw_id
);
in loongarch_pmu_map_raw_event()
849
base_id =
raw_id
;
in loongarch_pmu_map_raw_event()
/kernel/linux/linux-5.10/drivers/i2c/
H
A
D
i2c-core-base.c
2163
union i2c_smbus_data
raw_id
;
in i2c_get_device_id()
local
2169
raw_id
.block[0] = 3;
in i2c_get_device_id()
2172
I2C_SMBUS_I2C_BLOCK_DATA, &
raw_id
);
in i2c_get_device_id()
2176
id->manufacturer_id = (
raw_id
.block[1] << 4) | (
raw_id
.block[2] >> 4);
in i2c_get_device_id()
2177
id->part_id = ((
raw_id
.block[2] & 0xf) << 5) | (
raw_id
.block[3] >> 3);
in i2c_get_device_id()
2178
id->die_revision =
raw_id
.block[3] & 0x7;
in i2c_get_device_id()
/kernel/linux/linux-6.6/drivers/i2c/
H
A
D
i2c-core-base.c
2337
union i2c_smbus_data
raw_id
;
in i2c_get_device_id()
local
2343
raw_id
.block[0] = 3;
in i2c_get_device_id()
2346
I2C_SMBUS_I2C_BLOCK_DATA, &
raw_id
);
in i2c_get_device_id()
2350
id->manufacturer_id = (
raw_id
.block[1] << 4) | (
raw_id
.block[2] >> 4);
in i2c_get_device_id()
2351
id->part_id = ((
raw_id
.block[2] & 0xf) << 5) | (
raw_id
.block[3] >> 3);
in i2c_get_device_id()
2352
id->die_revision =
raw_id
.block[3] & 0x7;
in i2c_get_device_id()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-magicmouse.c
192
static void magicmouse_emit_touch(struct magicmouse_sc *msc, int
raw_id
, u8 *tdata)
in magicmouse_emit_touch()
argument
232
msc->tracking_ids[
raw_id
] = id;
in magicmouse_emit_touch()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-magicmouse.c
210
static void magicmouse_emit_touch(struct magicmouse_sc *msc, int
raw_id
, u8 *tdata)
in magicmouse_emit_touch()
argument
251
msc->tracking_ids[
raw_id
] = id;
in magicmouse_emit_touch()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
socinfo.c
96
__le32
raw_id
;
member
Completed in 15 milliseconds