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:xfertype
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
urb.c
369
int
xfertype
, max;
in usb_submit_urb()
local
401
xfertype
= usb_endpoint_type(&ep->desc);
in usb_submit_urb()
402
if (
xfertype
== USB_ENDPOINT_XFER_CONTROL) {
in usb_submit_urb()
421
if (
xfertype
!= USB_ENDPOINT_XFER_CONTROL &&
in usb_submit_urb()
438
if (
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in usb_submit_urb()
494
usb_pipetype(urb->pipe), pipetypes[
xfertype
]);
in usb_submit_urb()
499
switch (
xfertype
) {
in usb_submit_urb()
528
switch (
xfertype
) {
in usb_submit_urb()
535
&& (
xfertype
== USB_ENDPOINT_XFER_INT))
in usb_submit_urb()
564
if (
xfertype
in usb_submit_urb()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
urb.c
370
int
xfertype
, max;
in usb_submit_urb()
local
402
xfertype
= usb_endpoint_type(&ep->desc);
in usb_submit_urb()
403
if (
xfertype
== USB_ENDPOINT_XFER_CONTROL) {
in usb_submit_urb()
432
if (
xfertype
!= USB_ENDPOINT_XFER_CONTROL &&
in usb_submit_urb()
449
if (
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in usb_submit_urb()
504
usb_pipetype(urb->pipe), pipetypes[
xfertype
]);
in usb_submit_urb()
509
switch (
xfertype
) {
in usb_submit_urb()
538
switch (
xfertype
) {
in usb_submit_urb()
562
if (
xfertype
== USB_ENDPOINT_XFER_INT) {
in usb_submit_urb()
/kernel/linux/linux-5.10/drivers/usb/mon/
H
A
D
mon_text.c
65
char
xfertype
;
member
135
if (ep->
xfertype
!= USB_ENDPOINT_XFER_CONTROL || ev_type != 'S')
in mon_text_get_setup()
215
ep->
xfertype
= usb_endpoint_type(&urb->ep->desc);
in mon_text_event()
223
if (ep->
xfertype
== USB_ENDPOINT_XFER_INT) {
in mon_text_event()
225
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in mon_text_event()
231
if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC &&
in mon_text_event()
287
ep->
xfertype
= usb_endpoint_type(&urb->ep->desc);
in mon_text_error()
457
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in mon_text_read_u()
460
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_INT) {
in mon_text_read_u()
517
switch (ep->
xfertype
) {
in mon_text_read_head_t()
[all...]
/kernel/linux/linux-6.6/drivers/usb/mon/
H
A
D
mon_text.c
65
char
xfertype
;
member
135
if (ep->
xfertype
!= USB_ENDPOINT_XFER_CONTROL || ev_type != 'S')
in mon_text_get_setup()
215
ep->
xfertype
= usb_endpoint_type(&urb->ep->desc);
in mon_text_event()
223
if (ep->
xfertype
== USB_ENDPOINT_XFER_INT) {
in mon_text_event()
225
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in mon_text_event()
231
if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC &&
in mon_text_event()
287
ep->
xfertype
= usb_endpoint_type(&urb->ep->desc);
in mon_text_error()
457
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_ISOC) {
in mon_text_read_u()
460
} else if (ep->
xfertype
== USB_ENDPOINT_XFER_INT) {
in mon_text_read_u()
517
switch (ep->
xfertype
) {
in mon_text_read_head_t()
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
stub_rx.c
392
int
xfertype
;
in masking_bogus_flags()
local
409
xfertype
= usb_endpoint_type(&ep->desc);
in masking_bogus_flags()
410
if (
xfertype
== USB_ENDPOINT_XFER_CONTROL) {
in masking_bogus_flags()
425
switch (
xfertype
) {
in masking_bogus_flags()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
stub_rx.c
392
int
xfertype
;
in masking_bogus_flags()
local
409
xfertype
= usb_endpoint_type(&ep->desc);
in masking_bogus_flags()
410
if (
xfertype
== USB_ENDPOINT_XFER_CONTROL) {
in masking_bogus_flags()
425
switch (
xfertype
) {
in masking_bogus_flags()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
gadget.c
4359
u32
xfertype
;
in dwc2_hsotg_ep_sethalt()
local
4393
xfertype
= epctl & DXEPCTL_EPTYPE_MASK;
in dwc2_hsotg_ep_sethalt()
4394
if (
xfertype
== DXEPCTL_EPTYPE_BULK ||
in dwc2_hsotg_ep_sethalt()
4395
xfertype
== DXEPCTL_EPTYPE_INTERRUPT)
in dwc2_hsotg_ep_sethalt()
4412
xfertype
= epctl & DXEPCTL_EPTYPE_MASK;
in dwc2_hsotg_ep_sethalt()
4413
if (
xfertype
== DXEPCTL_EPTYPE_BULK ||
in dwc2_hsotg_ep_sethalt()
4414
xfertype
== DXEPCTL_EPTYPE_INTERRUPT)
in dwc2_hsotg_ep_sethalt()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
gadget.c
4381
u32
xfertype
;
in dwc2_hsotg_ep_sethalt()
local
4416
xfertype
= epctl & DXEPCTL_EPTYPE_MASK;
in dwc2_hsotg_ep_sethalt()
4417
if (
xfertype
== DXEPCTL_EPTYPE_BULK ||
in dwc2_hsotg_ep_sethalt()
4418
xfertype
== DXEPCTL_EPTYPE_INTERRUPT)
in dwc2_hsotg_ep_sethalt()
4436
xfertype
= epctl & DXEPCTL_EPTYPE_MASK;
in dwc2_hsotg_ep_sethalt()
4437
if (
xfertype
== DXEPCTL_EPTYPE_BULK ||
in dwc2_hsotg_ep_sethalt()
4438
xfertype
== DXEPCTL_EPTYPE_INTERRUPT)
in dwc2_hsotg_ep_sethalt()
Completed in 17 milliseconds