Searched refs:otype (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/bfa/ |
H 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)
|
/linux/drivers/net/ethernet/brocade/bna/ |
H 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)
|
/linux/drivers/hwtracing/intel_th/ |
H 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() 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) in intel_th_output_enable() argument 725 if (intel_th_subdevices[src].otype ! in intel_th_output_enable() [all...] |
H A D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
/linux/crypto/ |
H A D | algboss.c | 40 u32 otype; member 151 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
/linux/scripts/kconfig/ |
H A D | streamline_config.pl | 366 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 367 open($linfile, $otype, $lsmod_file);
|
/linux/drivers/media/pci/bt8xx/ |
H 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()
|
/linux/net/wireless/ |
H A D | util.c | 1157 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 1162 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 1174 if (ntype != otype) { in cfg80211_change_iface() 1185 switch (otype) { in cfg80211_change_iface() 1257 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1259 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
H A D | nl80211.c | 4350 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local 4358 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface() 4362 if (otype != ntype) in nl80211_set_interface() 4369 if (otype != NL80211_IFTYPE_MESH_POINT) in nl80211_set_interface()
|
/linux/security/selinux/ss/ |
H A D | services.c | 1725 newcontext->type = datum->otype; in filename_compute_type()
|