Searched refs:seq_flags (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | midi.c | 1565 unsigned int seq_flags; member 1570 .name = name_, .seq_flags = flags } 1756 seq_port_info->type = port_info->seq_flags; in snd_usbmidi_get_port_info()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | core_c.h | 1583 CVAPI(CvSeq*) cvCreateSeq( int seq_flags, size_t header_size, 1647 CVAPI(void) cvStartWriteSeq( int seq_flags, int header_size,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | core_c.h | 1583 CVAPI(CvSeq*) cvCreateSeq( int seq_flags, size_t header_size, 1647 CVAPI(void) cvStartWriteSeq( int seq_flags, int header_size,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | core_c.h | 1583 CVAPI(CvSeq*) cvCreateSeq( int seq_flags, size_t header_size, 1647 CVAPI(void) cvStartWriteSeq( int seq_flags, int header_size,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 3120 u_int seq_flags; in ahc_handle_proto_violation() local 3128 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation() 3131 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahc_handle_proto_violation() 3152 if ((seq_flags & NO_CDB_SENT) != 0) { in ahc_handle_proto_violation()
|
| H A D | aic79xx_core.c | 3295 u_int seq_flags; in ahd_handle_proto_violation() local 3303 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation() 3306 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahd_handle_proto_violation() 3327 if ((seq_flags & NO_CDB_SENT) != 0) { in ahd_handle_proto_violation()
|