Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h35 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
36 static void oc ## _sm_ ## st(otype * fsm, etype event)
59 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
60 static void oc ## _sm_ ## st(otype * fsm, etype event); \
61 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/drivers/scsi/bfa/
Dbfa_cs.h227 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
228 static void oc ## _sm_ ## st(otype * fsm, etype event)
256 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
257 static void oc ## _sm_ ## st(otype * fsm, etype event); \
258 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/drivers/s390/char/
Dsclp_async.c38 u8 otype; member
130 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
/drivers/staging/dgrp/
Ddgrp_tty.c602 int otype; in dgrp_tty_open() local
712 otype = OTYPE_IMMEDIATE; in dgrp_tty_open()
717 otype = OTYPE_IMMEDIATE; in dgrp_tty_open()
723 otype = OTYPE_PERSISTENT; in dgrp_tty_open()
727 otype = OTYPE_INCOMING; in dgrp_tty_open()
736 if (otype == OTYPE_IMMEDIATE) { in dgrp_tty_open()
753 if (ch->ch_open_error != 0 && otype == ch->ch_otype) { in dgrp_tty_open()
765 otype == OTYPE_IMMEDIATE) { in dgrp_tty_open()
775 if (ch->ch_state == CS_READY && ch->ch_otype == otype) in dgrp_tty_open()
815 (otype != OTYPE_INCOMING || in dgrp_tty_open()
[all …]
/drivers/media/dvb-core/
Ddmxdev.c569 dmx_output_t otype; in dvb_dmxdev_start_feed() local
576 otype = para->output; in dvb_dmxdev_start_feed()
585 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed()
587 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed()
589 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
/drivers/media/pci/bt8xx/
Ddst.c585 char *otype; in dst_type_print() local
588 otype = "satellite"; in dst_type_print()
592 otype = "terrestrial"; in dst_type_print()
596 otype = "cable"; in dst_type_print()
600 otype = "atsc"; in dst_type_print()
607 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype); in dst_type_print()