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:switchtec_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/switch/
H
A
D
switchtec.c
52
struct
switchtec_dev
*stdev;
76
static int is_firmware_running(struct
switchtec_dev
*stdev)
in is_firmware_running()
83
static struct switchtec_user *stuser_create(struct
switchtec_dev
*stdev)
in stuser_create()
139
static void mrpc_complete_cmd(struct
switchtec_dev
*stdev);
141
static void flush_wc_buf(struct
switchtec_dev
*stdev)
in flush_wc_buf()
154
static void mrpc_cmd_submit(struct
switchtec_dev
*stdev)
in mrpc_cmd_submit()
189
struct
switchtec_dev
*stdev = stuser->stdev;
in mrpc_queue_cmd()
202
static void mrpc_cleanup_cmd(struct
switchtec_dev
*stdev)
in mrpc_cleanup_cmd()
218
static void mrpc_complete_cmd(struct
switchtec_dev
*stdev)
in mrpc_complete_cmd()
264
struct
switchtec_dev
*stde
in mrpc_event_work()
[all...]
/kernel/linux/linux-5.10/drivers/pci/switch/
H
A
D
switchtec.c
51
struct
switchtec_dev
*stdev;
69
static struct switchtec_user *stuser_create(struct
switchtec_dev
*stdev)
in stuser_create()
124
static void mrpc_complete_cmd(struct
switchtec_dev
*stdev);
126
static void flush_wc_buf(struct
switchtec_dev
*stdev)
in flush_wc_buf()
139
static void mrpc_cmd_submit(struct
switchtec_dev
*stdev)
in mrpc_cmd_submit()
174
struct
switchtec_dev
*stdev = stuser->stdev;
in mrpc_queue_cmd()
187
static void mrpc_complete_cmd(struct
switchtec_dev
*stdev)
in mrpc_complete_cmd()
237
struct
switchtec_dev
*stdev;
in mrpc_event_work()
239
stdev = container_of(work, struct
switchtec_dev
, mrpc_work);
in mrpc_event_work()
251
struct
switchtec_dev
*stde
in mrpc_timeout_work()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
switchtec.h
473
struct
switchtec_dev
{
struct
510
void (*link_notifier)(struct
switchtec_dev
*stdev);
519
static inline struct
switchtec_dev
*to_stdev(struct device *dev)
in to_stdev()
521
return container_of(dev, struct
switchtec_dev
, dev);
in to_stdev()
/kernel/linux/linux-6.6/include/linux/
H
A
D
switchtec.h
473
struct
switchtec_dev
{
struct
510
void (*link_notifier)(struct
switchtec_dev
*stdev);
519
static inline struct
switchtec_dev
*to_stdev(struct device *dev)
in to_stdev()
521
return container_of(dev, struct
switchtec_dev
, dev);
in to_stdev()
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
47
struct
switchtec_dev
*stdev;
421
struct
switchtec_dev
*stdev = sndev->stdev;
in switchtec_ntb_part_link_speed()
550
static void switchtec_ntb_link_notification(struct
switchtec_dev
*stdev)
in switchtec_ntb_link_notification()
1478
struct
switchtec_dev
*stdev = to_stdev(dev);
in switchtec_ntb_add()
1549
struct
switchtec_dev
*stdev = to_stdev(dev);
in switchtec_ntb_remove()
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
47
struct
switchtec_dev
*stdev;
421
struct
switchtec_dev
*stdev = sndev->stdev;
in switchtec_ntb_part_link_speed()
552
static void switchtec_ntb_link_notification(struct
switchtec_dev
*stdev)
in switchtec_ntb_link_notification()
1475
struct
switchtec_dev
*stdev = to_stdev(dev);
in switchtec_ntb_add()
1545
struct
switchtec_dev
*stdev = to_stdev(dev);
in switchtec_ntb_remove()
Completed in 10 milliseconds