Searched refs:otype (Results 1 – 6 of 6) sorted by relevance
| /drivers/scsi/bfa/ |
| A D | bfa_cs.h | 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 217 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bfa_cs.h | 67 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument 68 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
| /drivers/hwtracing/intel_th/ |
| A D | core.c | 441 unsigned otype; member 478 .otype = GTH_MSU, 499 .otype = GTH_MSU, 550 .otype = GTH_PTI, 565 .otype = GTH_LPP, 675 thdev->output.type = subdev->otype; in intel_th_subdevice_alloc() 715 int intel_th_output_enable(struct intel_th *th, unsigned int otype) in intel_th_output_enable() argument 725 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable() 739 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable() 786 subdev->otype != GTH_NONE) in intel_th_populate()
|
| A D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
| /drivers/media/pci/bt8xx/ |
| A D | dst.c | 556 char *otype; in dst_type_print() local 559 otype = "satellite"; in dst_type_print() 563 otype = "terrestrial"; in dst_type_print() 567 otype = "cable"; in dst_type_print() 571 otype = "atsc"; in dst_type_print() 578 dprintk(2, "DST type: %s\n", otype); in dst_type_print()
|
| /drivers/media/dvb-core/ |
| A D | dmxdev.c | 618 enum dmx_output otype; in dvb_dmxdev_start_feed() local 625 otype = para->output; in dvb_dmxdev_start_feed() 634 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed() 636 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed() 638 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
|
Completed in 16 milliseconds