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:v_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_base.c
570
int
v_id
;
in ice_vsi_map_rings_to_vectors()
local
576
for (
v_id
= 0;
v_id
< q_vectors;
v_id
++) {
in ice_vsi_map_rings_to_vectors()
577
struct ice_q_vector *q_vector = vsi->q_vectors[
v_id
];
in ice_vsi_map_rings_to_vectors()
583
q_vectors -
v_id
);
in ice_vsi_map_rings_to_vectors()
600
q_vectors -
v_id
);
in ice_vsi_map_rings_to_vectors()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_base.c
749
int
v_id
;
in ice_vsi_map_rings_to_vectors()
local
755
for (
v_id
= 0;
v_id
< q_vectors;
v_id
++) {
in ice_vsi_map_rings_to_vectors()
756
struct ice_q_vector *q_vector = vsi->q_vectors[
v_id
];
in ice_vsi_map_rings_to_vectors()
762
q_vectors -
v_id
);
in ice_vsi_map_rings_to_vectors()
779
q_vectors -
v_id
);
in ice_vsi_map_rings_to_vectors()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
159
u16
v_id
; /* vendor ID */
member
176
u16
v_id
; /* vendor ID */
member
504
u16
v_id
; /* vendor ID */
member
670
memcpy(val, ((u8 *)&hpdev->desc.
v_id
) + where, size);
in _hv_pcifront_read_config()
2154
(hpdev->desc.
v_id
== new_desc->
v_id
) &&
in pci_devices_present_work()
2293
dr->func[i].
v_id
= relations->func[i].
v_id
;
in hv_pci_devices_present()
2328
dr->func[i].
v_id
= relations->func[i].
v_id
;
in hv_pci_devices_present2()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
171
u16
v_id
; /* vendor ID */
member
188
u16
v_id
; /* vendor ID */
member
533
u16
v_id
; /* vendor ID */
member
1127
memcpy(val, ((u8 *)&hpdev->desc.
v_id
) + where, size);
in _hv_pcifront_read_config()
2629
(hpdev->desc.
v_id
== new_desc->
v_id
) &&
in pci_devices_present_work()
2767
dr->func[i].
v_id
= relations->func[i].
v_id
;
in hv_pci_devices_present()
2802
dr->func[i].
v_id
= relations->func[i].
v_id
;
in hv_pci_devices_present2()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5645.c
440
int
v_id
;
member
3400
if (rt5645->
v_id
< 3) {
in rt5645_probe()
3935
rt5645->
v_id
= val & 0xff;
in rt5645_i2c_probe()
H
A
D
rt5659.h
1807
int
v_id
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5645.c
466
int
v_id
;
member
3438
if (rt5645->
v_id
< 3) {
in rt5645_probe()
4025
rt5645->
v_id
= val & 0xff;
in rt5645_i2c_probe()
H
A
D
rt5659.h
1807
int
v_id
;
member
Completed in 30 milliseconds