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:shyway_drv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/superhyway/
H
A
D
superhyway.c
140
struct superhyway_driver *
shyway_drv
= to_superhyway_driver(dev->driver);
in superhyway_device_probe()
local
142
if (
shyway_drv
&&
shyway_drv
->probe) {
in superhyway_device_probe()
145
id = superhyway_match_id(
shyway_drv
->id_table, shyway_dev);
in superhyway_device_probe()
147
return
shyway_drv
->probe(shyway_dev, id);
in superhyway_device_probe()
156
struct superhyway_driver *
shyway_drv
= to_superhyway_driver(dev->driver);
in superhyway_device_remove()
local
158
if (
shyway_drv
&&
shyway_drv
->remove) {
in superhyway_device_remove()
159
shyway_drv
->remove(shyway_dev);
in superhyway_device_remove()
197
struct superhyway_driver *
shyway_drv
in superhyway_bus_match()
local
[all...]
/kernel/linux/linux-6.6/drivers/sh/superhyway/
H
A
D
superhyway.c
140
struct superhyway_driver *
shyway_drv
= to_superhyway_driver(dev->driver);
in superhyway_device_probe()
local
142
if (
shyway_drv
&&
shyway_drv
->probe) {
in superhyway_device_probe()
145
id = superhyway_match_id(
shyway_drv
->id_table, shyway_dev);
in superhyway_device_probe()
147
return
shyway_drv
->probe(shyway_dev, id);
in superhyway_device_probe()
156
struct superhyway_driver *
shyway_drv
= to_superhyway_driver(dev->driver);
in superhyway_device_remove()
local
158
if (
shyway_drv
->remove)
in superhyway_device_remove()
159
shyway_drv
->remove(shyway_dev);
in superhyway_device_remove()
193
struct superhyway_driver *
shyway_drv
= to_superhyway_driver(drv);
in superhyway_bus_match()
local
194
const struct superhyway_device_id *ids =
shyway_drv
in superhyway_bus_match()
[all...]
Completed in 1 milliseconds