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:kss
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ks8851_spi.c
82
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_lock_spi()
local
84
mutex_lock(&
kss
->lock);
in ks8851_lock_spi()
96
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_unlock_spi()
local
98
mutex_unlock(&
kss
->lock);
in ks8851_unlock_spi()
119
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_wrreg16_spi()
local
120
struct spi_transfer *xfer = &
kss
->spi_xfer1;
in ks8851_wrreg16_spi()
121
struct spi_message *msg = &
kss
->spi_msg1;
in ks8851_wrreg16_spi()
132
ret = spi_sync(
kss
->spidev, msg);
in ks8851_wrreg16_spi()
150
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_rdreg()
local
159
if (
kss
in ks8851_rdreg()
215
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_rdfifo_spi()
local
255
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_wrfifo_spi()
local
321
struct ks8851_net_spi *
kss
;
ks8851_tx_work()
local
367
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_flush_tx_work_spi()
local
391
struct ks8851_net_spi *
kss
;
ks8851_start_xmit_spi()
local
418
struct ks8851_net_spi *
kss
;
ks8851_probe_spi()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ks8851_spi.c
84
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_lock_spi()
local
86
mutex_lock(&
kss
->lock);
in ks8851_lock_spi()
98
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_unlock_spi()
local
100
mutex_unlock(&
kss
->lock);
in ks8851_unlock_spi()
121
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_wrreg16_spi()
local
122
struct spi_transfer *xfer = &
kss
->spi_xfer1;
in ks8851_wrreg16_spi()
123
struct spi_message *msg = &
kss
->spi_msg1;
in ks8851_wrreg16_spi()
134
ret = spi_sync(
kss
->spidev, msg);
in ks8851_wrreg16_spi()
152
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
in ks8851_rdreg()
local
161
if (
kss
in ks8851_rdreg()
217
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_rdfifo_spi()
local
257
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_wrfifo_spi()
local
323
struct ks8851_net_spi *
kss
;
ks8851_tx_work()
local
369
struct ks8851_net_spi *
kss
= to_ks8851_spi(ks);
ks8851_flush_tx_work_spi()
local
393
struct ks8851_net_spi *
kss
;
ks8851_start_xmit_spi()
local
420
struct ks8851_net_spi *
kss
;
ks8851_probe_spi()
local
[all...]
/kernel/linux/linux-6.6/sound/virtio/
H
A
D
virtio_pcm.c
466
struct snd_pcm_substream *
kss
;
in virtsnd_pcm_build_devs()
local
471
for (
kss
= ks->substream;
kss
;
kss
=
kss
->next)
in virtsnd_pcm_build_devs()
472
vs->substreams[
kss
->number]->substream =
kss
;
in virtsnd_pcm_build_devs()
Completed in 2 milliseconds