Searched refs:otype (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h64 * otype - object type, eg. struct bfa_ioc
67 #define bfa_fsm_state_decl(oc, st, otype, etype) \
68 static void oc ## _sm_ ## st(otype * fsm, etype event); \
69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux-master/drivers/scsi/bfa/
H A Dbfa_cs.h184 * otype - object type, eg. struct bfa_ioc_s
187 #define bfa_sm_state_decl(oc, st, otype, etype) \
188 static void oc ## _sm_ ## st(otype * fsm, etype event)
213 * otype - object type, eg. struct bfa_ioc_s
216 #define bfa_fsm_state_decl(oc, st, otype, etype) \
217 static void oc ## _sm_ ## st(otype * fsm, etype event); \
218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c441 unsigned otype; member in struct:intel_th_subdevice
478 .otype = GTH_MSU,
499 .otype = GTH_MSU,
550 .otype = GTH_PTI,
565 .otype = GTH_LPP,
675 thdev->output.type = subdev->otype;
709 * @otype: output type
712 * matches @otype and instantiate it. These devices are removed when the hub
715 int intel_th_output_enable(struct intel_th *th, unsigned int otype) argument
725 if (intel_th_subdevices[src].otype !
[all...]
H A Dintel_th.h242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
/linux-master/crypto/
H A Dalgboss.c40 u32 otype; member in struct:cryptomgr_param
152 param->otype = larval->alg.cra_flags;
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl364 my $otype = ( -x $lsmod_file) ? '-|' : '<';
365 open($linfile, $otype, $lsmod_file);
/linux-master/security/selinux/ss/
H A Dpolicydb.h99 struct ebitmap stypes; /* bitmap of source types for this otype */
100 u32 otype; /* resulting type of new object */ member in struct:filename_trans_datum
101 struct filename_trans_datum *next; /* record for next otype*/
H A Dpolicydb.c1914 u32 len, stype, otype; local
1938 otype = le32_to_cpu(buf[3]);
1948 if (likely(datum->otype == otype))
1960 datum->otype = otype;
2046 datum->otype = le32_to_cpu(buf[0]);
3557 buf[3] = cpu_to_le32(datum->otype);
3608 buf[0] = cpu_to_le32(datum->otype);
H A Dservices.c1698 newcontext->type = datum->otype;
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c617 enum dmx_output otype; local
624 otype = para->output;
633 if (otype == DMX_OUT_TS_TAP)
635 else if (otype == DMX_OUT_TSDEMUX_TAP)
637 else if (otype == DMX_OUT_TAP)
/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c556 char *otype; local
559 otype = "satellite";
563 otype = "terrestrial";
567 otype = "cable";
571 otype = "atsc";
578 dprintk(2, "DST type: %s\n", otype);
/linux-master/net/wireless/
H A Dutil.c1155 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; local
1160 if (otype == NL80211_IFTYPE_AP_VLAN)
1172 if (ntype != otype) {
1183 switch (otype) {
1255 if (!err && ntype != otype && netif_running(dev)) {
1257 cfg80211_update_iface_num(rdev, otype, -1);
H A Dnl80211.c4186 enum nl80211_iftype otype, ntype; local
4192 otype = ntype = dev->ieee80211_ptr->iftype;
4196 if (otype != ntype)
4205 if (otype != NL80211_IFTYPE_MESH_POINT)
/linux-master/scripts/
H A Dcheckpatch.pl7362 my $otype = $4;
7366 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
7368 my $type = lc($otype);
7376 "Using comparison to $otype is error prone\n" . $herecurr);
7379 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr);

Completed in 318 milliseconds