Home
last modified time | relevance | path

Searched refs:seq_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/usb/
Dmidi.c1538 unsigned int seq_flags; member
1543 .name = name_, .seq_flags = flags }
1729 seq_port_info->type = port_info->seq_flags; in snd_usbmidi_get_port_info()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_core.c3143 u_int seq_flags; in ahc_handle_proto_violation() local
3151 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()
3154 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahc_handle_proto_violation()
3175 if ((seq_flags & NO_CDB_SENT) != 0) { in ahc_handle_proto_violation()
Daic79xx_core.c3326 u_int seq_flags; in ahd_handle_proto_violation() local
3334 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()
3337 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahd_handle_proto_violation()
3358 if ((seq_flags & NO_CDB_SENT) != 0) { in ahd_handle_proto_violation()