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:mux_owner
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinmux.c
127
desc->mux_usecount && strcmp(desc->
mux_owner
, owner)) {
in pin_request()
130
desc->name, desc->
mux_owner
, owner);
in pin_request()
148
desc->
mux_owner
= owner;
in pin_request()
184
desc->
mux_owner
= NULL;
in pin_request()
244
owner = desc->
mux_owner
;
in pin_free()
245
desc->
mux_owner
= NULL;
in pin_free()
593
"Format: pin (name):
mux_owner
|gpio_owner (strict) hog?\n");
in pinmux_pins_show()
596
"Format: pin (name):
mux_owner
gpio_owner hog?\n");
in pinmux_pins_show()
611
if (desc->
mux_owner
&&
in pinmux_pins_show()
612
!strcmp(desc->
mux_owner
, pinctrl_dev_get_nam
in pinmux_pins_show()
[all...]
H
A
D
core.h
154
* @
mux_owner
: The name of device that called pinctrl_get().
167
const char *
mux_owner
;
member
H
A
D
pinctrl-amd.c
818
if (pd->
mux_owner
|| pd->gpio_owner ||
in amd_gpio_should_save()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinmux.c
131
desc->mux_usecount && strcmp(desc->
mux_owner
, owner)) {
in pin_request()
134
desc->name, desc->
mux_owner
, owner);
in pin_request()
152
desc->
mux_owner
= owner;
in pin_request()
188
desc->
mux_owner
= NULL;
in pin_request()
248
owner = desc->
mux_owner
;
in pin_free()
249
desc->
mux_owner
= NULL;
in pin_free()
597
"Format: pin (name):
mux_owner
|gpio_owner (strict) hog?\n");
in pinmux_pins_show()
600
"Format: pin (name):
mux_owner
gpio_owner hog?\n");
in pinmux_pins_show()
615
if (desc->
mux_owner
&&
in pinmux_pins_show()
616
!strcmp(desc->
mux_owner
, pinctrl_dev_get_nam
in pinmux_pins_show()
[all...]
H
A
D
core.h
164
* @
mux_owner
: The name of device that called pinctrl_get().
177
const char *
mux_owner
;
member
H
A
D
pinctrl-amd.c
904
if (pd->
mux_owner
|| pd->gpio_owner ||
in amd_gpio_should_save()
1030
pd->
mux_owner
= gpio_dev->groups[group].name;
in amd_set_mux()
/kernel/linux/linux-6.6/drivers/pinctrl/nxp/
H
A
D
pinctrl-s32cc.c
676
if (pd->
mux_owner
|| pd->gpio_owner)
in s32_pinctrl_should_save()
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H
A
D
pinctrl-intel.c
1629
if (pd->
mux_owner
|| pd->gpio_owner ||
in intel_pinctrl_should_save()
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H
A
D
pinctrl-intel.c
1738
if (pd->
mux_owner
|| pd->gpio_owner ||
in intel_pinctrl_should_save()
Completed in 12 milliseconds