Home
last modified time | relevance | path

Searched refs:DATA_IN (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
75 streamer_hooks.read_tree (IB, DATA_IN)
77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ argument
78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dstreamer-hooks.h74 #define stream_read_tree(IB, DATA_IN) \ argument
75 streamer_hooks.read_tree (IB, DATA_IN)
77 #define stream_input_location(LOCPTR, BP, DATA_IN) \ argument
78 streamer_hooks.input_location (LOCPTR, BP, DATA_IN)
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D53c700.scr258 JUMP DataIn, IF DATA_IN
318 JUMP DataInAfterDataIn, if DATA_IN
H A Dinitio.h282 #define DATA_IN 1 /* 4 */ macro
H A Dinitio.c1489 case DATA_IN: /* Data in phase */ in initio_state_4()
1625 case DATA_IN: /* Data in phase */ in initio_state_6()
1657 case DATA_IN: /* Data in phase */ in initio_state_7()
1745 if (host->phase != DATA_IN) { in initio_xpad_in()
H A D53c700_d.h_shipped450 JUMP DataIn, IF DATA_IN
615 JUMP DataInAfterDataIn, if DATA_IN
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dcpia1.c31 #define DATA_IN 0xc0 macro
129 #define INPUT (DATA_IN << 8)
405 if (command[0] == DATA_IN) { in cpia_usb_transferCmd()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c78 #define DATA_IN 1 /* Expect dev->host transfer */ macro
1807 udc->ep0state = DATA_IN; in lpc32xx_ep_queue()
2345 if (udc->ep0state == DATA_IN) in udc_handle_ep0_in()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.ncr53c8xx420 - Split DATA_IN and DATA_OUT scripts into 2 sub-scripts.