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:is_polling
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-s3c64xx.c
119
#define
is_polling
(x) (x->port_conf->quirks & S3C64XX_SPI_QUIRK_POLL)
macro
352
if (
is_polling
(sdd))
in s3c64xx_spi_prepare_transfer()
701
if (!
is_polling
(sdd) && (xfer->len > fifo_len) &&
in s3c64xx_spi_transfer_one()
705
} else if (
is_polling
(sdd) && xfer->len > fifo_len) {
in s3c64xx_spi_transfer_one()
1154
if (!
is_polling
(sdd))
in s3c64xx_spi_probe()
1213
if (!
is_polling
(sdd)) {
in s3c64xx_spi_probe()
1274
if (!
is_polling
(sdd))
in s3c64xx_spi_probe()
1277
if (!
is_polling
(sdd))
in s3c64xx_spi_probe()
1300
if (!
is_polling
(sdd)) {
in s3c64xx_spi_remove()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-s3c64xx.c
121
#define
is_polling
(x) (x->cntrlr_info->polling)
macro
358
if (
is_polling
(sdd))
in s3c64xx_spi_prepare_transfer()
388
if (
is_polling
(sdd))
in s3c64xx_spi_unprepare_transfer()
772
if (!
is_polling
(sdd) && (xfer->len > fifo_len) &&
in s3c64xx_spi_transfer_one()
1218
if (!
is_polling
(sdd))
in s3c64xx_spi_probe()
1307
if (!
is_polling
(sdd)) {
in s3c64xx_spi_remove()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
dev.h
101
u8
is_polling
; /* host has to poll the card irq */
member
H
A
D
if_sdio.c
1224
priv->
is_polling
= !(func->card->host->caps & MMC_CAP_SDIO_IRQ);
in if_sdio_probe()
H
A
D
if_usb.c
271
priv->
is_polling
= false;
in if_usb_probe()
H
A
D
cfg.c
1991
if (priv->
is_polling
) {
in lbs_set_power_mgmt()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
dev.h
101
u8
is_polling
; /* host has to poll the card irq */
member
H
A
D
if_usb.c
271
priv->
is_polling
= false;
in if_usb_probe()
H
A
D
if_sdio.c
1229
priv->
is_polling
= !(func->card->host->caps & MMC_CAP_SDIO_IRQ);
in if_sdio_probe()
H
A
D
cfg.c
2039
if (priv->
is_polling
) {
in lbs_set_power_mgmt()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_nic.h
60
bool
is_polling
;
member
H
A
D
aq_nic.c
103
cfg->
is_polling
= AQ_CFG_IS_POLLING_DEF;
in aq_nic_cfg_start()
507
if (cfg->
is_polling
) {
in aq_nic_start()
1250
if (self->aq_nic_cfg.
is_polling
)
in aq_nic_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_nic.h
64
bool
is_polling
;
member
H
A
D
aq_nic.c
103
cfg->
is_polling
= AQ_CFG_IS_POLLING_DEF;
in aq_nic_cfg_start()
518
if (cfg->
is_polling
) {
in aq_nic_start()
1397
if (self->aq_nic_cfg.
is_polling
)
in aq_nic_stop()
/kernel/linux/linux-5.10/drivers/usb/atm/
H
A
D
cxacru.c
1230
int
is_polling
= 1;
in cxacru_unbind()
local
1245
is_polling
= 0;
in cxacru_unbind()
1251
if (
is_polling
)
in cxacru_unbind()
/kernel/linux/linux-6.6/drivers/usb/atm/
H
A
D
cxacru.c
1227
int
is_polling
= 1;
in cxacru_unbind()
local
1242
is_polling
= 0;
in cxacru_unbind()
1248
if (
is_polling
)
in cxacru_unbind()
Completed in 25 milliseconds