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:PTD_GET_DIR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
isp116x.h
204
#define
PTD_GET_DIR
(p) (((p)->len & PTD_DIR_MSK) >> 10)
macro
544
switch(
PTD_GET_DIR
(ptd)){ \
568
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
in dump_ptd_out_data()
580
if (
PTD_GET_DIR
(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
in dump_ptd_in_data()
H
A
D
isp1362.h
366
#define
PTD_GET_DIR
(p) (((p)->len & PTD_DIR_MSK) >> 10)
macro
923
PTD_GET_CC(ptd), PTD_GET_EP(ptd),
PTD_GET_DIR
(ptd),
in dump_ptd()
933
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
in dump_ptd_out_data()
943
if (
PTD_GET_DIR
(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
in dump_ptd_in_data()
H
A
D
isp1362-hcd.c
349
int len =
PTD_GET_DIR
(ptd) == PTD_DIR_IN ? 0 : ep->length;
in isp1362_write_ptd()
377
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN || act_len == 0)
in isp1362_read_ptd()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
isp116x.h
204
#define
PTD_GET_DIR
(p) (((p)->len & PTD_DIR_MSK) >> 10)
macro
543
switch(
PTD_GET_DIR
(ptd)){ \
567
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
in dump_ptd_out_data()
579
if (
PTD_GET_DIR
(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
in dump_ptd_in_data()
H
A
D
isp1362.h
366
#define
PTD_GET_DIR
(p) (((p)->len & PTD_DIR_MSK) >> 10)
macro
868
PTD_GET_CC(ptd), PTD_GET_EP(ptd),
PTD_GET_DIR
(ptd),
in dump_ptd()
878
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
in dump_ptd_out_data()
888
if (
PTD_GET_DIR
(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
in dump_ptd_in_data()
H
A
D
isp1362-hcd.c
349
int len =
PTD_GET_DIR
(ptd) == PTD_DIR_IN ? 0 : ep->length;
in isp1362_write_ptd()
377
if (
PTD_GET_DIR
(ptd) != PTD_DIR_IN || act_len == 0)
in isp1362_read_ptd()
Completed in 21 milliseconds