OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_in_ep
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/usb/
motgvar.h
85
struct motg_hw_ep
sc_in_ep
[MOTG_MAX_HW_EP];
member in struct:motg_softc
umidi.c
205
struct umidi_endpoint *
sc_in_ep
;
member in struct:umidi_softc
746
sc->sc_endpoints = sc->sc_out_ep = sc->
sc_in_ep
= NULL;
767
sc->sc_endpoints = sc->sc_out_ep = sc->
sc_in_ep
= NULL;
790
sc->
sc_in_ep
=
820
ep = &sc->
sc_in_ep
[0];
973
sc->
sc_in_ep
= sc->sc_endpoints + sc->sc_out_num_endpoints;
974
sc->
sc_in_ep
->sc = sc;
975
sc->
sc_in_ep
->addr = in_addr;
976
sc->
sc_in_ep
->num_jacks = sc->sc_in_num_jacks;
977
sc->
sc_in_ep
->num_open = 0
[
all
...]
motg.c
363
sc->
sc_in_ep
[0].ep_fifo_size = 64;
365
sc->sc_out_ep[0].ep_number = sc->
sc_in_ep
[0].ep_number = 0;
366
SIMPLEQ_INIT(&sc->
sc_in_ep
[0].ep_pipes);
440
sc->
sc_in_ep
[i].ep_fifo_size = (1 << fiforx_size);
441
SIMPLEQ_INIT(&sc->
sc_in_ep
[i].ep_pipes);
447
sc->sc_out_ep[i].ep_number = sc->
sc_in_ep
[i].ep_number = i;
490
sc->
sc_in_ep
: sc->sc_out_ep;
553
/* always use
sc_in_ep
[0] for in and out */
554
otgpipe->hw_ep = &sc->
sc_in_ep
[0];
1285
struct motg_hw_ep *ep = &sc->
sc_in_ep
[0]
[
all
...]
/src/sys/arch/arm/sunxi/
sunxi_hdmi.c
95
struct fdt_endpoint *
sc_in_ep
;
member in struct:sunxi_hdmi_softc
533
sc->
sc_in_ep
= ep;
549
KASSERT(ep == sc->
sc_in_ep
);
584
switch(fdt_endpoint_index(sc->
sc_in_ep
)) {
703
fdt_endpoint_enable(sc->
sc_in_ep
, false);
710
fdt_endpoint_enable(sc->
sc_in_ep
, true);
865
switch(fdt_endpoint_index(sc->
sc_in_ep
)) {
922
switch(fdt_endpoint_index(sc->
sc_in_ep
)) {
1094
fdt_endpoint_enable(sc->
sc_in_ep
, false);
1125
error = fdt_endpoint_enable(sc->
sc_in_ep
, true)
[
all
...]
sunxi_tcon.c
75
struct fdt_endpoint *
sc_in_ep
;
member in struct:sunxi_tcon_softc
345
sc->
sc_in_ep
= ep;
400
KASSERT(ep == sc->
sc_in_ep
);
603
error = fdt_endpoint_enable(sc->
sc_in_ep
, enable);
655
fdt_endpoint_enable(sc->
sc_in_ep
, enable);
Completed in 15 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025