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:port_buf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
uv_sysfs.c
25
static struct uv_bios_port_info **
port_buf
;
variable
370
port_buf
= kcalloc(uv_bios_obj_cnt, sizeof(*
port_buf
), GFP_KERNEL);
in uv_ports_init()
371
if (!
port_buf
)
in uv_ports_init()
375
sz = hub_buf[j].ports * sizeof(*
port_buf
[j]);
in uv_ports_init()
376
port_buf
[j] = kzalloc(sz, GFP_KERNEL);
in uv_ports_init()
377
if (!
port_buf
[j]) {
in uv_ports_init()
383
(u64 *)
port_buf
[j]);
in uv_ports_init()
406
uv_hubs[j]->ports[k]->port_info = &
port_buf
[j][k];
in uv_ports_init()
408
&uv_hubs[j]->kobj, "port_%d",
port_buf
[
in uv_ports_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_ddi.c
3217
u32
port_buf
= 0;
in intel_enable_ddi_hdmi()
local
3219
port_buf
|= XELPDP_PORT_WIDTH(lane_count);
in intel_enable_ddi_hdmi()
3222
port_buf
|= XELPDP_PORT_REVERSAL;
in intel_enable_ddi_hdmi()
3225
XELPDP_PORT_WIDTH_MASK | XELPDP_PORT_REVERSAL,
port_buf
);
in intel_enable_ddi_hdmi()
Completed in 13 milliseconds