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:iso_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
r8a66597-hcd.c
1229
if (urb->number_of_packets == td->
iso_cnt
)
in check_transfer_finish()
1333
urb->iso_frame_desc[td->
iso_cnt
].offset);
in packet_read()
1334
urb_len = urb->iso_frame_desc[td->
iso_cnt
].length;
in packet_read()
1356
urb->iso_frame_desc[td->
iso_cnt
].actual_length = size;
in packet_read()
1357
urb->iso_frame_desc[td->
iso_cnt
].status = status;
in packet_read()
1358
td->
iso_cnt
++;
in packet_read()
1408
urb->iso_frame_desc[td->
iso_cnt
].offset);
in packet_write()
1410
(int)urb->iso_frame_desc[td->
iso_cnt
].length);
in packet_write()
1429
urb->iso_frame_desc[td->
iso_cnt
].actual_length = size;
in packet_write()
1430
urb->iso_frame_desc[td->
iso_cnt
]
in packet_write()
[all...]
H
A
D
r8a66597.h
62
int
iso_cnt
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
r8a66597-hcd.c
1229
if (urb->number_of_packets == td->
iso_cnt
)
in check_transfer_finish()
1333
urb->iso_frame_desc[td->
iso_cnt
].offset);
in packet_read()
1334
urb_len = urb->iso_frame_desc[td->
iso_cnt
].length;
in packet_read()
1356
urb->iso_frame_desc[td->
iso_cnt
].actual_length = size;
in packet_read()
1357
urb->iso_frame_desc[td->
iso_cnt
].status = status;
in packet_read()
1358
td->
iso_cnt
++;
in packet_read()
1408
urb->iso_frame_desc[td->
iso_cnt
].offset);
in packet_write()
1410
(int)urb->iso_frame_desc[td->
iso_cnt
].length);
in packet_write()
1429
urb->iso_frame_desc[td->
iso_cnt
].actual_length = size;
in packet_write()
1430
urb->iso_frame_desc[td->
iso_cnt
]
in packet_write()
[all...]
H
A
D
r8a66597.h
62
int
iso_cnt
;
member
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
631
hdev->
iso_cnt
= 0;
in hci_dev_do_reset()
3395
cnt = hdev->iso_mtu ? hdev->
iso_cnt
:
in hci_quote_sent()
3842
cnt = hdev->iso_pkts ? &hdev->
iso_cnt
:
in hci_sched_iso()
3863
hdev->sco_cnt, hdev->le_cnt, hdev->
iso_cnt
);
in hci_tx_work()
H
A
D
hci_event.c
3807
hdev->
iso_cnt
= hdev->iso_pkts;
in hci_cc_le_read_buffer_size_v2()
4491
hdev->
iso_cnt
+= count;
in hci_num_comp_pkts_evt()
4492
if (hdev->
iso_cnt
> hdev->iso_pkts)
in hci_num_comp_pkts_evt()
4493
hdev->
iso_cnt
= hdev->iso_pkts;
in hci_num_comp_pkts_evt()
H
A
D
hci_conn.c
1140
hdev->
iso_cnt
+= conn->sent;
in hci_conn_del()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
493
unsigned int
iso_cnt
;
member
Completed in 37 milliseconds