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:muxport
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
daisy.c
69
static struct parport *clone_parport(struct parport *real, int
muxport
)
in clone_parport()
argument
78
extra->
muxport
=
muxport
;
in clone_parport()
79
real->slaves[
muxport
-1] = extra;
in clone_parport()
137
if (port->
muxport
< 0 && mux_present(port) &&
in parport_daisy_init()
141
port->
muxport
= 0;
in parport_daisy_init()
160
forever because of the 'port->
muxport
< 0'
in parport_daisy_init()
166
if (port->
muxport
>= 0)
in parport_daisy_init()
424
int
muxport
= port->
muxport
;
in select_port()
local
[all...]
H
A
D
share.c
452
tmp->
muxport
= tmp->daisy = tmp->muxsel = -1;
in parport_register_port()
1034
if (dev->port->
muxport
>= 0) {
in parport_claim()
1036
port->muxsel = dev->port->
muxport
;
in parport_claim()
1173
if (dev->port->
muxport
>= 0) {
in parport_release()
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
daisy.c
69
static struct parport *clone_parport(struct parport *real, int
muxport
)
in clone_parport()
argument
78
extra->
muxport
=
muxport
;
in clone_parport()
79
real->slaves[
muxport
-1] = extra;
in clone_parport()
137
if (port->
muxport
< 0 && mux_present(port) &&
in parport_daisy_init()
141
port->
muxport
= 0;
in parport_daisy_init()
160
forever because of the 'port->
muxport
< 0'
in parport_daisy_init()
166
if (port->
muxport
>= 0)
in parport_daisy_init()
424
int
muxport
= port->
muxport
;
in select_port()
local
[all...]
H
A
D
share.c
452
tmp->
muxport
= tmp->daisy = tmp->muxsel = -1;
in parport_register_port()
1034
if (dev->port->
muxport
>= 0) {
in parport_claim()
1036
port->muxsel = dev->port->
muxport
;
in parport_claim()
1173
if (dev->port->
muxport
>= 0) {
in parport_release()
/kernel/linux/linux-5.10/drivers/pinctrl/
H
A
D
pinctrl-tb10x.c
606
int
muxport
= -1;
in tb10x_gpio_request_enable()
local
637
muxport
= port;
in tb10x_gpio_request_enable()
667
if (
muxport
>= 0)
in tb10x_gpio_request_enable()
668
tb10x_pinctrl_set_config(state,
muxport
, muxmode);
in tb10x_gpio_request_enable()
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-tb10x.c
606
int
muxport
= -1;
in tb10x_gpio_request_enable()
local
637
muxport
= port;
in tb10x_gpio_request_enable()
667
if (
muxport
>= 0)
in tb10x_gpio_request_enable()
668
tb10x_pinctrl_set_config(state,
muxport
, muxmode);
in tb10x_gpio_request_enable()
/kernel/linux/linux-5.10/include/linux/
H
A
D
parport.h
197
int
muxport
; /* which
muxport
(if any) this is */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
parport.h
194
int
muxport
; /* which
muxport
(if any) this is */
member
Completed in 9 milliseconds