Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h47 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
48 static void oc ## _sm_ ## st(otype * fsm, etype event); \
49 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/hwtracing/intel_th/
Dcore.c321 unsigned otype; member
354 .otype = GTH_MSU,
373 .otype = GTH_MSU,
405 .otype = GTH_PTI,
510 thdev->output.type = subdev->otype; in intel_th_populate()
/drivers/s390/char/
Dsclp_async.c38 u8 otype; member
130 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
/drivers/media/dvb-core/
Ddmxdev.c561 dmx_output_t otype; in dvb_dmxdev_start_feed() local
568 otype = para->output; in dvb_dmxdev_start_feed()
577 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed()
579 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed()
581 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
/drivers/media/pci/bt8xx/
Ddst.c587 char *otype; in dst_type_print() local
590 otype = "satellite"; in dst_type_print()
594 otype = "terrestrial"; in dst_type_print()
598 otype = "cable"; in dst_type_print()
602 otype = "atsc"; in dst_type_print()
609 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype); in dst_type_print()