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
defs:sdrv
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sdio_bus.c
113
struct sdio_driver *
sdrv
= to_sdio_driver(drv);
in sdio_bus_match()
local
92
sdio_match_device(struct sdio_func *func, struct sdio_driver *
sdrv
)
sdio_match_device()
argument
/kernel/linux/linux-5.10/sound/core/
H
A
D
seq_device.c
46
struct snd_seq_driver *
sdrv
= to_seq_drv(drv);
in snd_seq_bus_match()
local
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sdio_bus.c
114
struct sdio_driver *
sdrv
= to_sdio_driver(drv);
in sdio_bus_match()
local
93
sdio_match_device(struct sdio_func *func, struct sdio_driver *
sdrv
)
sdio_match_device()
argument
/kernel/linux/linux-6.6/sound/core/
H
A
D
seq_device.c
46
struct snd_seq_driver *
sdrv
= to_seq_drv(drv);
in snd_seq_bus_match()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
spmi.h
156
static inline void spmi_driver_unregister(struct spmi_driver *
sdrv
)
in spmi_driver_unregister()
argument
H
A
D
serdev.h
220
static inline void serdev_device_driver_unregister(struct serdev_device_driver *
sdrv
)
in serdev_device_driver_unregister()
argument
/kernel/linux/linux-5.10/drivers/spmi/
H
A
D
spmi.c
325
const struct spmi_driver *
sdrv
= to_spmi_driver(dev->driver);
in spmi_drv_probe()
local
348
const struct spmi_driver *
sdrv
= to_spmi_driver(dev->driver);
in spmi_drv_remove()
local
567
int __spmi_driver_register(struct spmi_driver *
sdrv
, struct module *owner)
in __spmi_driver_register()
argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
spmi.h
157
static inline void spmi_driver_unregister(struct spmi_driver *
sdrv
)
in spmi_driver_unregister()
argument
H
A
D
serdev.h
224
static inline void serdev_device_driver_unregister(struct serdev_device_driver *
sdrv
)
in serdev_device_driver_unregister()
argument
/kernel/linux/linux-6.6/drivers/spmi/
H
A
D
spmi.c
327
const struct spmi_driver *
sdrv
= to_spmi_driver(dev->driver);
in spmi_drv_probe()
local
350
const struct spmi_driver *
sdrv
= to_spmi_driver(dev->driver);
in spmi_drv_remove()
local
364
const struct spmi_driver *
sdrv
= to_spmi_driver(dev->driver);
in spmi_drv_shutdown()
local
593
__spmi_driver_register(struct spmi_driver *
sdrv
, struct module *owner)
__spmi_driver_register()
argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H
A
D
bus.c
264
const struct ssam_device_driver *
sdrv
;
in ssam_device_get_match()
local
309
struct ssam_device_driver *
sdrv
= to_ssam_device_driver(drv);
in ssam_bus_match()
local
326
struct ssam_device_driver *
sdrv
= to_ssam_device_driver(dev->driver);
in ssam_bus_remove()
local
348
__ssam_device_driver_register(struct ssam_device_driver *
sdrv
, struct module *owner)
__ssam_device_driver_register()
argument
365
ssam_device_driver_unregister(struct ssam_device_driver *
sdrv
)
ssam_device_driver_unregister()
argument
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-max3191x.c
456
static int __init max3191x_register_driver(struct spi_driver *
sdrv
)
in max3191x_register_driver()
argument
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-max3191x.c
454
static int __init max3191x_register_driver(struct spi_driver *
sdrv
)
in max3191x_register_driver()
argument
/kernel/linux/linux-5.10/drivers/tty/serdev/
H
A
D
core.c
410
const struct serdev_device_driver *
sdrv
= to_serdev_device_driver(dev->driver);
in serdev_drv_probe()
local
426
const struct serdev_device_driver *
sdrv
= to_serdev_device_driver(dev->driver);
in serdev_drv_remove()
local
810
int __serdev_device_driver_register(struct serdev_device_driver *
sdrv
, struct module *owner)
in __serdev_device_driver_register()
argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/serdev/
H
A
D
core.c
421
const struct serdev_device_driver *
sdrv
= to_serdev_device_driver(dev->driver);
in serdev_drv_probe()
local
437
const struct serdev_device_driver *
sdrv
= to_serdev_device_driver(dev->driver);
in serdev_drv_remove()
local
850
int __serdev_device_driver_register(struct serdev_device_driver *
sdrv
, struct module *owner)
in __serdev_device_driver_register()
argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_error.c
234
struct scsi_driver *
sdrv
= scsi_cmd_to_driver(scmd);
in scsi_eh_reset()
local
1174
struct scsi_driver *
sdrv
= scsi_cmd_to_driver(scmd);
in scsi_eh_action()
local
/kernel/linux/linux-5.10/drivers/ssb/
H
A
D
main.c
207
struct ssb_driver *
sdrv
;
in ssb_devices_freeze()
local
242
struct ssb_driver *
sdrv
;
in ssb_devices_thaw()
local
/kernel/linux/linux-6.6/drivers/ssb/
H
A
D
main.c
210
struct ssb_driver *
sdrv
;
in ssb_devices_freeze()
local
245
struct ssb_driver *
sdrv
;
in ssb_devices_thaw()
local
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_error.c
275
struct scsi_driver *
sdrv
= scsi_cmd_to_driver(scmd);
in scsi_eh_reset()
local
1258
struct scsi_driver *
sdrv
= scsi_cmd_to_driver(scmd);
in scsi_eh_action()
local
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
spi.h
299
static inline void spi_unregister_driver(struct spi_driver *
sdrv
)
in spi_unregister_driver()
argument
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi.c
332
const struct spi_driver *
sdrv
= to_spi_driver(sdev->dev.driver);
in spi_get_device_id()
local
341
const struct spi_driver *
sdrv
= to_spi_driver(drv);
in spi_match_device()
local
384
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
in spi_drv_probe()
local
415
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
in spi_drv_remove()
local
427
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
spi_drv_shutdown()
local
440
__spi_register_driver(struct module *owner, struct spi_driver *
sdrv
)
__spi_register_driver()
argument
[all...]
/kernel/linux/linux-6.6/include/linux/spi/
H
A
D
spi.h
345
static inline void spi_unregister_driver(struct spi_driver *
sdrv
)
in spi_unregister_driver()
argument
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi.c
358
const struct spi_driver *
sdrv
= to_spi_driver(sdev->dev.driver);
in spi_get_device_id()
local
379
const struct spi_driver *
sdrv
= to_spi_driver(drv);
in spi_match_device()
local
413
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
in spi_probe()
local
444
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
in spi_remove()
local
455
const struct spi_driver *
sdrv
= to_spi_driver(dev->driver);
spi_shutdown()
local
481
__spi_register_driver(struct module *owner, struct spi_driver *
sdrv
)
__spi_register_driver()
argument
[all...]
Completed in 29 milliseconds