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:detect_pin
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
colibri.h
34
extern void colibri_pxa3xx_init_mmc(mfp_cfg_t *pins, int len, int
detect_pin
);
36
static inline void colibri_pxa3xx_init_mmc(mfp_cfg_t *pins, int len, int
detect_pin
) {}
in colibri_pxa3xx_init_mmc()
argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
atmel-mci.c
207
* @
detect_pin
: GPIO pin wired to the card detect switch
222
struct gpio_desc *
detect_pin
;
member
402
* @
detect_pin
: GPIO pin used for card detection, or negative if not
406
* @detect_timer: Timer used for debouncing @
detect_pin
interrupts.
424
struct gpio_desc *
detect_pin
;
member
672
pdata->slot[slot_id].
detect_pin
=
in atmci_of_init()
675
err = PTR_ERR_OR_ZERO(pdata->slot[slot_id].
detect_pin
);
in atmci_of_init()
679
pdata->slot[slot_id].
detect_pin
= NULL;
in atmci_of_init()
1570
if (slot->
detect_pin
) {
in atmci_get_cd()
1571
present = gpiod_get_value_cansleep(slot->
detect_pin
);
in atmci_get_cd()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
atmel-mci.c
368
* @
detect_pin
: GPIO pin used for card detection, or negative if not
373
* @detect_timer: Timer used for debouncing @
detect_pin
interrupts.
391
int
detect_pin
;
member
639
pdata->slot[slot_id].
detect_pin
=
in atmci_of_init()
1527
if (gpio_is_valid(slot->
detect_pin
)) {
in atmci_get_cd()
1528
present = !(gpio_get_value(slot->
detect_pin
) ^
in atmci_get_cd()
1641
enable_irq(gpio_to_irq(slot->
detect_pin
));
in atmci_detect_change()
1642
present = !(gpio_get_value(slot->
detect_pin
) ^
in atmci_detect_change()
2232
slot->
detect_pin
= slot_data->
detect_pin
;
in atmci_init_slot()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
atmel-mci.h
13
* @
detect_pin
: GPIO pin wired to the card detect switch
29
int
detect_pin
;
member
Completed in 7 milliseconds