Searched refs:otype (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/brocade/bna/ |
D | bfa_cs.h | 47 #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/ |
D | bfa_cs.h | 227 #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/ |
D | core.c | 321 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/ |
D | sclp_async.c | 38 u8 otype; member 130 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
|
/drivers/media/dvb-core/ |
D | dmxdev.c | 561 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/ |
D | dst.c | 587 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()
|