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:cpucp_packet
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
firmware_if.c
71
struct
cpucp_packet
pkt = {};
in hl_fw_send_pci_access_msg()
82
struct
cpucp_packet
*pkt;
in hl_fw_send_cpu_message()
148
struct
cpucp_packet
pkt;
in hl_fw_unmask_irq()
210
struct
cpucp_packet
test_pkt = {};
in hl_fw_test_cpu_queue()
254
struct
cpucp_packet
hb_pkt = {};
in hl_fw_send_heartbeat()
274
struct
cpucp_packet
pkt = {};
in hl_fw_cpucp_info_get()
325
struct
cpucp_packet
pkt = {};
in hl_fw_get_eeprom_data()
370
struct
cpucp_packet
pkt = {};
in hl_fw_cpucp_pci_counters_get()
422
struct
cpucp_packet
pkt = {};
in hl_fw_cpucp_total_energy_get()
H
A
D
hwmon.c
314
struct
cpucp_packet
pkt;
in hl_get_temperature()
340
struct
cpucp_packet
pkt;
in hl_set_temperature()
365
struct
cpucp_packet
pkt;
in hl_get_voltage()
391
struct
cpucp_packet
pkt;
in hl_get_current()
417
struct
cpucp_packet
pkt;
in hl_get_fan_speed()
443
struct
cpucp_packet
pkt;
in hl_get_pwm_info()
469
struct
cpucp_packet
pkt;
in hl_set_pwm_info()
492
struct
cpucp_packet
pkt;
in hl_set_voltage()
517
struct
cpucp_packet
pkt;
in hl_set_current()
H
A
D
sysfs.c
14
struct
cpucp_packet
pkt;
in hl_get_frequency()
43
struct
cpucp_packet
pkt;
in hl_set_frequency()
64
struct
cpucp_packet
pkt;
in hl_get_max_power()
86
struct
cpucp_packet
pkt;
in hl_set_max_power()
H
A
D
debugfs.c
24
struct
cpucp_packet
pkt;
in hl_debugfs_i2c_read()
50
struct
cpucp_packet
pkt;
in hl_debugfs_i2c_write()
76
struct
cpucp_packet
pkt;
in hl_debugfs_led_set()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hwmon.c
571
struct
cpucp_packet
pkt;
in hl_get_temperature()
603
struct
cpucp_packet
pkt;
in hl_set_temperature()
628
struct
cpucp_packet
pkt;
in hl_get_voltage()
657
struct
cpucp_packet
pkt;
in hl_get_current()
686
struct
cpucp_packet
pkt;
in hl_get_fan_speed()
715
struct
cpucp_packet
pkt;
in hl_get_pwm_info()
744
struct
cpucp_packet
pkt;
in hl_set_pwm_info()
767
struct
cpucp_packet
pkt;
in hl_set_voltage()
792
struct
cpucp_packet
pkt;
in hl_set_current()
817
struct
cpucp_packet
pk
in hl_set_power()
[all...]
H
A
D
firmware_if.c
347
struct
cpucp_packet
pkt = {};
in hl_fw_send_pci_access_msg()
360
struct
cpucp_packet
*pkt;
in hl_fw_send_cpu_message()
490
struct
cpucp_packet
pkt;
in hl_fw_unmask_irq()
552
struct
cpucp_packet
test_pkt = {};
in hl_fw_test_cpu_queue()
596
struct
cpucp_packet
pkt;
in hl_fw_send_soft_reset()
610
struct
cpucp_packet
pkt;
in hl_fw_send_device_activity()
625
struct
cpucp_packet
hb_pkt;
in hl_fw_send_heartbeat()
856
struct
cpucp_packet
pkt = {};
in hl_fw_cpucp_info_get()
1002
struct
cpucp_packet
pkt = {};
in hl_fw_get_eeprom_data()
1046
struct
cpucp_packet
pk
in hl_fw_get_monitor_dump()
[all...]
H
A
D
debugfs.c
26
struct
cpucp_packet
pkt;
in hl_debugfs_i2c_read()
58
struct
cpucp_packet
pkt;
in hl_debugfs_i2c_write()
91
struct
cpucp_packet
pkt;
in hl_debugfs_led_set()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/common/
H
A
D
cpucp_if.h
176
* after the
cpucp_packet
structure, where its first element is the array
265
struct
cpucp_packet
{
struct
311
struct
cpucp_packet
cpucp_pkt;
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/common/
H
A
D
cpucp_if.h
521
* after the
cpucp_packet
structure, where its first element is the array
782
struct
cpucp_packet
{
struct
851
struct
cpucp_packet
cpucp_pkt;
857
struct
cpucp_packet
cpucp_pkt;
863
struct
cpucp_packet
cpucp_pkt;
1393
* from "pkt_subidx" field in struct
cpucp_packet
.
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya.c
4569
struct
cpucp_packet
pkt;
in goya_unmask_irq()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
4565
struct
cpucp_packet
pkt;
in goya_unmask_irq()
Completed in 25 milliseconds