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:status_urb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H
A
D
konica.c
258
struct urb *data_urb, *
status_urb
;
in sd_isoc_irq()
local
286
status_urb
= urb;
in sd_isoc_irq()
290
if (!data_urb || data_urb->start_frame !=
status_urb
->start_frame) {
in sd_isoc_irq()
295
if (data_urb->number_of_packets !=
status_urb
->number_of_packets) {
in sd_isoc_irq()
298
status_urb
->number_of_packets);
in sd_isoc_irq()
302
for (i = 0; i <
status_urb
->number_of_packets; i++) {
in sd_isoc_irq()
304
status_urb
->iso_frame_desc[i].status) {
in sd_isoc_irq()
308
status_urb
->iso_frame_desc[i].status);
in sd_isoc_irq()
313
if (
status_urb
->iso_frame_desc[i].actual_length != 1) {
in sd_isoc_irq()
315
status_urb
in sd_isoc_irq()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H
A
D
konica.c
258
struct urb *data_urb, *
status_urb
;
in sd_isoc_irq()
local
286
status_urb
= urb;
in sd_isoc_irq()
290
if (!data_urb || data_urb->start_frame !=
status_urb
->start_frame) {
in sd_isoc_irq()
295
if (data_urb->number_of_packets !=
status_urb
->number_of_packets) {
in sd_isoc_irq()
298
status_urb
->number_of_packets);
in sd_isoc_irq()
302
for (i = 0; i <
status_urb
->number_of_packets; i++) {
in sd_isoc_irq()
304
status_urb
->iso_frame_desc[i].status) {
in sd_isoc_irq()
308
status_urb
->iso_frame_desc[i].status);
in sd_isoc_irq()
313
if (
status_urb
->iso_frame_desc[i].actual_length != 1) {
in sd_isoc_irq()
315
status_urb
in sd_isoc_irq()
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hcd.c
763
if (!hcd->uses_new_polling && !hcd->
status_urb
)
in usb_hcd_poll_rh_status()
771
urb = hcd->
status_urb
;
in usb_hcd_poll_rh_status()
774
hcd->
status_urb
= NULL;
in usb_hcd_poll_rh_status()
798
(length == 0 && hcd->
status_urb
!= NULL))
in usb_hcd_poll_rh_status()
820
if (hcd->
status_urb
|| urb->transfer_buffer_length < len) {
in rh_queue_status()
830
hcd->
status_urb
= urb;
in rh_queue_status()
874
if (urb == hcd->
status_urb
) {
in usb_rh_urb_dequeue()
875
hcd->
status_urb
= NULL;
in usb_rh_urb_dequeue()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hcd.c
737
if (!hcd->uses_new_polling && !hcd->
status_urb
)
in usb_hcd_poll_rh_status()
745
urb = hcd->
status_urb
;
in usb_hcd_poll_rh_status()
748
hcd->
status_urb
= NULL;
in usb_hcd_poll_rh_status()
772
(length == 0 && hcd->
status_urb
!= NULL))
in usb_hcd_poll_rh_status()
794
if (hcd->
status_urb
|| urb->transfer_buffer_length < len) {
in rh_queue_status()
804
hcd->
status_urb
= urb;
in rh_queue_status()
848
if (urb == hcd->
status_urb
) {
in usb_rh_urb_dequeue()
849
hcd->
status_urb
= NULL;
in usb_rh_urb_dequeue()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
98
struct urb *
status_urb
; /* the current status urb */
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
84
struct urb *
status_urb
; /* the current status urb */
member
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_host.c
2761
if (musb->hcd->
status_urb
)
in musb_host_poke_root_hub()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_host.c
2761
if (musb->hcd->
status_urb
)
in musb_host_poke_root_hub()
Completed in 17 milliseconds