Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
40 static void oc ## _sm_ ## st(otype * fsm, etype event); \
41 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/Linux-v5.10/drivers/scsi/bfa/
Dbfa_cs.h187 #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-v5.10/drivers/hwtracing/intel_th/
Dcore.c424 unsigned otype; member
461 .otype = GTH_MSU,
482 .otype = GTH_MSU,
533 .otype = GTH_PTI,
548 .otype = GTH_LPP,
658 thdev->output.type = subdev->otype; in intel_th_subdevice_alloc()
698 int intel_th_output_enable(struct intel_th *th, unsigned int otype) in intel_th_output_enable() argument
708 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable()
722 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable()
769 subdev->otype != GTH_NONE) in intel_th_populate()
Dintel_th.h239 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
/Linux-v5.10/crypto/
Dalgboss.c47 u32 otype; member
171 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
/Linux-v5.10/scripts/kconfig/
Dstreamline_config.pl364 my $otype = ( -x $lsmod_file) ? '-|' : '<';
365 open($linfile, $otype, $lsmod_file);
/Linux-v5.10/net/wireless/
Dutil.c976 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local
981 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface()
1000 if (ntype != otype) { in cfg80211_change_iface()
1007 switch (otype) { in cfg80211_change_iface()
1072 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
1074 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
Dnl80211.c3740 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
3746 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
3750 if (otype != ntype) in nl80211_set_interface()
/Linux-v5.10/drivers/media/pci/bt8xx/
Ddst.c556 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-v5.10/fs/xfs/libxfs/
Dxfs_alloc.h72 xfs_alloctype_t otype; /* original allocation type */ member
Dxfs_alloc.c3054 type = args->otype = args->type; in xfs_alloc_vextent()
/Linux-v5.10/drivers/media/dvb-core/
Ddmxdev.c627 enum dmx_output otype; in dvb_dmxdev_start_feed() local
634 otype = para->output; in dvb_dmxdev_start_feed()
643 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed()
645 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed()
647 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
/Linux-v5.10/security/selinux/ss/
Dpolicydb.h102 u32 otype; /* resulting type of new object */ member
Dpolicydb.c1896 u32 len, stype, otype; in filename_trans_read_helper_compat() local
1920 otype = le32_to_cpu(buf[3]); in filename_trans_read_helper_compat()
1930 if (likely(datum->otype == otype)) in filename_trans_read_helper_compat()
1942 datum->otype = otype; in filename_trans_read_helper_compat()
2027 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_helper()
3518 buf[3] = cpu_to_le32(datum->otype); in filename_write_helper_compat()
3569 buf[0] = cpu_to_le32(datum->otype); in filename_write_helper()
Dservices.c1688 newcontext->type = datum->otype; in filename_compute_type()
/Linux-v5.10/scripts/
Dcheckpatch.pl6697 my $otype = $4;
6701 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
6703 my $type = lc($otype);
6711 "Using comparison to $otype is error prone\n" . $herecurr);
/Linux-v5.10/fs/xfs/
Dxfs_trace.h1664 __field(short, otype)
1685 __entry->otype = args->otype;
1709 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),