OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICE_RESET
(Results
1 - 9
of
9
) sorted by null
/external/u-boot/drivers/usb/musb/
musb_udc.c
749
usbd_device_event_irq(udc_device,
DEVICE_RESET
, 0);
755
usbd_device_event_irq(udc_device,
DEVICE_RESET
, 0);
928
usbd_device_event_irq(device,
DEVICE_RESET
, 0);
/external/u-boot/drivers/mtd/nand/
denali.h
14
#define
DEVICE_RESET
0x0
denali.c
1069
denali->reg +
DEVICE_RESET
);
[
all
...]
/external/u-boot/drivers/usb/gadget/
designware_udc.c
59
*
DEVICE_RESET
DEVICE_POWER_INTERRUPTION
65
* DEVICE_ADDRESS_ASSIGNED
DEVICE_RESET
101
usbd_device_event_irq(udc_device,
DEVICE_RESET
, 0);
124
usbd_device_event_irq(udc_device,
DEVICE_RESET
, 0);
785
* DEVICE_HUB_CONFIGURED and
DEVICE_RESET
events here.
787
* and
DEVICE_RESET
causes a transition to the state STATE_DEFAULT.
790
* DEVICE_HUB_CONFIGURED and
DEVICE_RESET
events until later.
core.c
42
"
DEVICE_RESET
",
607
case
DEVICE_RESET
:
pxa27x_udc.c
436
usbd_device_event_irq(udc_device,
DEVICE_RESET
, 0);
677
* DEVICE_HUB_CONFIGURED and
DEVICE_RESET
events here.
679
* STATE_POWERED, and
DEVICE_RESET
causes a transition to
/external/u-boot/include/
usbdevice.h
422
DEVICE_RESET
, /* bi - hub has powered our port */
/external/u-boot/drivers/serial/
usbtty.c
948
case
DEVICE_RESET
:
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c
197
#define
DEVICE_RESET
0
528
rc |= do_scsi_reset_devices(argv[1],
DEVICE_RESET
);
[
all
...]
Completed in 173 milliseconds