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:port_ok
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_cmd64x.c
435
int
port_ok
= !(bridge && bridge->vendor ==
in cmd64x_init_one()
local
476
if (!
port_ok
)
in cmd64x_init_one()
478
if (
port_ok
&& cntrl_ch0_ok && !(reg & CNTRL_CH0)) {
in cmd64x_init_one()
483
if (
port_ok
&& !(reg & CNTRL_CH1)) {
in cmd64x_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_cmd64x.c
435
int
port_ok
= !(bridge && bridge->vendor ==
in cmd64x_init_one()
local
476
if (!
port_ok
)
in cmd64x_init_one()
478
if (
port_ok
&& cntrl_ch0_ok && !(reg & CNTRL_CH0)) {
in cmd64x_init_one()
483
if (
port_ok
&& !(reg & CNTRL_CH1)) {
in cmd64x_init_one()
/kernel/linux/linux-5.10/drivers/rapidio/
H
A
D
rio-scan.c
420
rswitch->
port_ok
= 0;
in rio_setup_device()
625
rdev->rswitch->
port_ok
|= (1 << port_num);
in rio_enum_peer()
638
rdev->rswitch->
port_ok
|= (1 << port_num);
in rio_enum_peer()
673
rdev->rswitch->
port_ok
&= ~(1 << port_num);
in rio_enum_peer()
H
A
D
rio.c
1265
if (!(rdev->rswitch->
port_ok
& (1 << portnum))) {
in rio_inb_pwrite_handler()
1266
rdev->rswitch->
port_ok
|= (1 << portnum);
in rio_inb_pwrite_handler()
1284
if (rdev->rswitch->
port_ok
& (1 << portnum)) {
in rio_inb_pwrite_handler()
1285
rdev->rswitch->
port_ok
&= ~(1 << portnum);
in rio_inb_pwrite_handler()
/kernel/linux/linux-6.6/drivers/rapidio/
H
A
D
rio-scan.c
420
rswitch->
port_ok
= 0;
in rio_setup_device()
625
rdev->rswitch->
port_ok
|= (1 << port_num);
in rio_enum_peer()
638
rdev->rswitch->
port_ok
|= (1 << port_num);
in rio_enum_peer()
673
rdev->rswitch->
port_ok
&= ~(1 << port_num);
in rio_enum_peer()
H
A
D
rio.c
1265
if (!(rdev->rswitch->
port_ok
& (1 << portnum))) {
in rio_inb_pwrite_handler()
1266
rdev->rswitch->
port_ok
|= (1 << portnum);
in rio_inb_pwrite_handler()
1284
if (rdev->rswitch->
port_ok
& (1 << portnum)) {
in rio_inb_pwrite_handler()
1285
rdev->rswitch->
port_ok
&= ~(1 << portnum);
in rio_inb_pwrite_handler()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
rio_mport_cdev.h
75
__u8
port_ok
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rio_mport_cdev.h
75
__u8
port_ok
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
rio_mport_cdev.h
45
__u8
port_ok
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
rio_mport_cdev.h
32
__u8
port_ok
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
rio_mport_cdev.h
45
__u8
port_ok
;
member
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
nhi.c
1195
bool
port_ok
= false;
in nhi_check_iommu()
local
1217
pci_walk_bus(bus, nhi_check_iommu_pdev, &
port_ok
);
in nhi_check_iommu()
1219
nhi->iommu_dma_protection =
port_ok
;
in nhi_check_iommu()
1221
str_enabled_disabled(
port_ok
));
in nhi_check_iommu()
/kernel/linux/linux-5.10/include/linux/
H
A
D
rio.h
92
* @
port_ok
: Status of each port (one bit per port) - OK=1 or UNINIT=0
100
u32
port_ok
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
rio.h
92
* @
port_ok
: Status of each port (one bit per port) - OK=1 or UNINIT=0
100
u32
port_ok
;
member
Completed in 19 milliseconds