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:TRB_TYPE
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ring.c
120
trb->generic.field[3] |= cpu_to_le32(
TRB_TYPE
(noop_type));
in cdnsp_trb_to_noop()
1464
case
TRB_TYPE
(TRB_COMPLETION):
in cdnsp_handle_event()
1471
case
TRB_TYPE
(TRB_PORT_STATUS):
in cdnsp_handle_event()
1475
case
TRB_TYPE
(TRB_TRANSFER):
in cdnsp_handle_event()
1480
case
TRB_TYPE
(TRB_SETUP):
in cdnsp_handle_event()
1489
case
TRB_TYPE
(TRB_ENDPOINT_NRDY):
in cdnsp_handle_event()
1492
case
TRB_TYPE
(TRB_HC_EVENT): {
in cdnsp_handle_event()
function
1506
case
TRB_TYPE
(TRB_MFINDEX_WRAP):
in cdnsp_handle_event()
1507
case
TRB_TYPE
(TRB_DRB_OVERFLOW):
in cdnsp_handle_event()
1919
field =
TRB_TYPE
(TRB_NORMA
in cdnsp_queue_bulk_tx()
[all...]
H
A
D
cdnsp-gadget.h
1065
#define
TRB_TYPE
(p) ((p) << 10)
macro
1134
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) ==
TRB_TYPE
(TRB_LINK))
1136
cpu_to_le32(
TRB_TYPE
(TRB_LINK)))
1138
cpu_to_le32(
TRB_TYPE
(TRB_TR_NOOP)))
H
A
D
cdns3-ep0.c
45
priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE |
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
49
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
52
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
H
A
D
cdns3-gadget.c
251
link_trb->control = cpu_to_le32(TRB_CYCLE |
TRB_TYPE
(TRB_LINK) | TRB_TOGGLE);
in cdns3_allocate_trb_pool()
1023
control =
TRB_TYPE
(TRB_NORMAL) | TRB_CYCLE |
in cdns3_ep_run_stream_transfer()
1190
TRB_TYPE
(TRB_LINK) | TRB_TOGGLE | ch_bit);
in cdns3_ep_run_transfer()
1237
control |=
TRB_TYPE
(TRB_NORMAL);
in cdns3_ep_run_transfer()
2738
TRB_TYPE
(TRB_LINK) | TRB_CHAIN);
in cdns3_gadget_ep_dequeue()
H
A
D
cdns3-gadget.h
1022
#define
TRB_TYPE
(p) ((p) << 10)
macro
H
A
D
cdnsp-mem.c
127
val |=
TRB_TYPE
(TRB_LINK);
in cdnsp_link_segments()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
131
trb->generic.field[3] |= cpu_to_le32(
TRB_TYPE
(noop_type));
in trb_to_noop()
2876
case
TRB_TYPE
(TRB_COMPLETION):
in xhci_handle_event()
2879
case
TRB_TYPE
(TRB_PORT_STATUS):
in xhci_handle_event()
2883
case
TRB_TYPE
(TRB_TRANSFER):
in xhci_handle_event()
2888
case
TRB_TYPE
(TRB_DEV_NOTE):
in xhci_handle_event()
2893
TRB_TYPE
(48))
in xhci_handle_event()
3502
field =
TRB_TYPE
(TRB_NORMAL);
in xhci_queue_bulk_tx()
3590
field =
TRB_TYPE
(TRB_NORMAL) | ring->cycle_state | TRB_IOC;
in xhci_queue_bulk_tx()
3657
field |= TRB_IDT |
TRB_TYPE
(TRB_SETUP);
in xhci_queue_ctrl_tx()
3681
field = TRB_ISP |
TRB_TYPE
(TRB_DAT
in xhci_queue_ctrl_tx()
[all...]
H
A
D
xhci-dbgcap.c
169
trb->generic.field[3] |= cpu_to_le32(
TRB_TYPE
(TRB_TR_NOOP));
in xhci_dbc_flush_single_request()
264
control =
TRB_TYPE
(TRB_NORMAL) | TRB_IOC;
in xhci_dbc_queue_bulk_tx()
455
trb->link.control = cpu_to_le32(LINK_TOGGLE |
TRB_TYPE
(TRB_LINK));
in xhci_dbc_ring_alloc()
860
case
TRB_TYPE
(TRB_PORT_STATUS):
in xhci_dbc_do_handle_events()
863
case
TRB_TYPE
(TRB_TRANSFER):
in xhci_dbc_do_handle_events()
H
A
D
xhci.h
1357
#define
TRB_TYPE
(p) ((p) << 10)
macro
1505
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) ==
TRB_TYPE
(TRB_LINK))
1508
cpu_to_le32(
TRB_TYPE
(TRB_LINK)))
1510
cpu_to_le32(
TRB_TYPE
(TRB_TR_NOOP)))
H
A
D
xhci-mem.c
115
val |=
TRB_TYPE
(TRB_LINK);
in xhci_link_segments()
H
A
D
xhci.c
696
TRB_TYPE
(TRB_NEC_GET_FW));
in xhci_run()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
134
trb->generic.field[3] |= cpu_to_le32(
TRB_TYPE
(noop_type));
in trb_to_noop()
729
EP_ID_FOR_TRB(ep_index) |
TRB_TYPE
(TRB_SET_DEQ), false);
in xhci_move_dequeue_past_td()
3652
field =
TRB_TYPE
(TRB_NORMAL);
in xhci_queue_bulk_tx()
3740
field =
TRB_TYPE
(TRB_NORMAL) | ring->cycle_state | TRB_IOC;
in xhci_queue_bulk_tx()
3807
field |= TRB_IDT |
TRB_TYPE
(TRB_SETUP);
in xhci_queue_ctrl_tx()
3831
field = TRB_ISP |
TRB_TYPE
(TRB_DATA);
in xhci_queue_ctrl_tx()
3833
field =
TRB_TYPE
(TRB_DATA);
in xhci_queue_ctrl_tx()
3879
field | TRB_IOC |
TRB_TYPE
(TRB_STATUS) | ep_ring->cycle_state);
in xhci_queue_ctrl_tx()
4125
field =
TRB_TYPE
(TRB_ISOC) |
in xhci_queue_isoc_tx()
4140
field =
TRB_TYPE
(TRB_NORMA
in xhci_queue_isoc_tx()
[all...]
H
A
D
xhci-dbgcap.c
169
trb->generic.field[3] |= cpu_to_le32(
TRB_TYPE
(TRB_TR_NOOP));
in xhci_dbc_flush_single_request()
264
control =
TRB_TYPE
(TRB_NORMAL) | TRB_IOC;
in xhci_dbc_queue_bulk_tx()
455
trb->link.control = cpu_to_le32(LINK_TOGGLE |
TRB_TYPE
(TRB_LINK));
in xhci_dbc_ring_alloc()
860
case
TRB_TYPE
(TRB_PORT_STATUS):
in xhci_dbc_do_handle_events()
863
case
TRB_TYPE
(TRB_TRANSFER):
in xhci_dbc_do_handle_events()
H
A
D
xhci.h
1362
#define
TRB_TYPE
(p) ((p) << 10)
macro
1510
#define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) ==
TRB_TYPE
(TRB_LINK))
1513
cpu_to_le32(
TRB_TYPE
(TRB_LINK)))
1515
cpu_to_le32(
TRB_TYPE
(TRB_TR_NOOP)))
H
A
D
xhci-mem.c
116
val |=
TRB_TYPE
(TRB_LINK);
in xhci_link_segments()
H
A
D
xhci.c
542
TRB_TYPE
(TRB_NEC_GET_FW));
in xhci_run()
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
xhci-dbc.c
214
link_trb->field[3] = cpu_to_le32(
TRB_TYPE
(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE);
in xdbc_reset_ring()
490
control =
TRB_TYPE
(TRB_NORMAL) | TRB_IOC;
in xdbc_bulk_transfer()
811
case
TRB_TYPE
(TRB_PORT_STATUS):
in xdbc_handle_events()
814
case
TRB_TYPE
(TRB_TRANSFER):
in xdbc_handle_events()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
xhci-dbc.c
214
link_trb->field[3] = cpu_to_le32(
TRB_TYPE
(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE);
in xdbc_reset_ring()
490
control =
TRB_TYPE
(TRB_NORMAL) | TRB_IOC;
in xdbc_bulk_transfer()
813
case
TRB_TYPE
(TRB_PORT_STATUS):
in xdbc_handle_events()
816
case
TRB_TYPE
(TRB_TRANSFER):
in xdbc_handle_events()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
ep0.c
45
priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE |
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
49
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
52
TRB_TYPE
(TRB_NORMAL));
in cdns3_ep0_run_transfer()
H
A
D
gadget.c
265
link_trb->control = cpu_to_le32(TRB_CYCLE |
TRB_TYPE
(TRB_LINK) | TRB_TOGGLE);
in cdns3_allocate_trb_pool()
1018
control =
TRB_TYPE
(TRB_NORMAL) | TRB_CYCLE |
in cdns3_ep_run_stream_transfer()
1185
TRB_TYPE
(TRB_LINK) | TRB_TOGGLE | ch_bit);
in cdns3_ep_run_transfer()
1232
control |=
TRB_TYPE
(TRB_NORMAL);
in cdns3_ep_run_transfer()
2723
TRB_TYPE
(TRB_LINK) | TRB_CHAIN);
in cdns3_gadget_ep_dequeue()
H
A
D
gadget.h
1021
#define
TRB_TYPE
(p) ((p) << 10)
macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-ep0.c
53
TRB_TYPE
(TRB_NORMAL));
in cdns2_ep0_enqueue()
57
TRB_TYPE
(TRB_NORMAL));
in cdns2_ep0_enqueue()
60
TRB_TYPE
(TRB_NORMAL));
in cdns2_ep0_enqueue()
H
A
D
cdns2-gadget.c
143
link_trb->control = cpu_to_le32(TRB_CYCLE |
TRB_TYPE
(TRB_LINK) |
in cdns2_alloc_tr_segment()
357
TRB_TYPE
(TRB_LINK) | TRB_TOGGLE | ch_bit);
in cdns2_prepare_ring()
556
control =
TRB_TYPE
(TRB_NORMAL);
in cdns2_ep_tx_isoc()
638
control =
TRB_TYPE
(TRB_NORMAL) | ring->pcs | TRB_ISP;
in cdns2_ep_tx_bulk()
643
control = ring->pcs |
TRB_TYPE
(TRB_LINK) | TRB_CHAIN
in cdns2_ep_tx_bulk()
738
trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) |
TRB_TYPE
(TRB_NORMAL));
in cdns2_prepare_first_isoc_transfer()
748
TRB_TYPE
(TRB_LINK) | TRB_CHAIN);
in cdns2_prepare_first_isoc_transfer()
1801
TRB_TYPE
(TRB_LINK));
in cdns2_gadget_ep_dequeue()
H
A
D
cdns2-gadget.h
450
#define
TRB_TYPE
(p) ((p) << 10)
macro
Completed in 68 milliseconds