Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_cs.h47 #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)
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_cs.h195 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
196 static void oc ## _sm_ ## st(otype * fsm, etype event)
224 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
225 static void oc ## _sm_ ## st(otype * fsm, etype event); \
226 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c424 unsigned otype; member
459 .otype = GTH_MSU,
479 .otype = GTH_MSU,
512 .otype = GTH_PTI,
527 .otype = GTH_LPP,
639 thdev->output.type = subdev->otype; in intel_th_subdevice_alloc()
681 int intel_th_output_enable(struct intel_th *th, unsigned int otype) in intel_th_output_enable() argument
691 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable()
705 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable()
752 subdev->otype != GTH_NONE) in intel_th_populate()
Dintel_th.h226 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
/Linux-v4.19/drivers/s390/char/
Dsclp_async.c39 u8 otype; member
107 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
/Linux-v4.19/crypto/
Dalgboss.c52 u32 otype; member
186 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
/Linux-v4.19/scripts/kconfig/
Dstreamline_config.pl364 my $otype = ( -x $lsmod_file) ? '-|' : '<';
365 open($linfile, $otype, $lsmod_file);
/Linux-v4.19/net/wireless/
Dutil.c880 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local
885 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface()
904 if (ntype != otype) { in cfg80211_change_iface()
911 switch (otype) { in cfg80211_change_iface()
975 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
977 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
Dnl80211.c3110 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
3116 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
3120 if (otype != ntype) in nl80211_set_interface()
/Linux-v4.19/security/selinux/ss/
Dpolicydb.c1914 struct filename_trans_datum *otype; in filename_trans_read() local
1929 otype = NULL; in filename_trans_read()
1938 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read()
1939 if (!otype) in filename_trans_read()
1963 otype->otype = le32_to_cpu(buf[3]); in filename_trans_read()
1969 rc = hashtab_insert(p->filename_trans, ft, otype); in filename_trans_read()
1980 kfree(otype); in filename_trans_read()
1988 kfree(otype); in filename_trans_read()
3347 struct filename_trans_datum *otype = data; in filename_write_helper() local
3365 buf[3] = cpu_to_le32(otype->otype); in filename_write_helper()
Dpolicydb.h103 u32 otype; /* expected of new object */ member
Dservices.c1608 struct filename_trans_datum *otype; in filename_compute_type() local
1623 otype = hashtab_search(policydb->filename_trans, &ft); in filename_compute_type()
1624 if (otype) in filename_compute_type()
1625 newcontext->type = otype->otype; in filename_compute_type()
/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c568 char *otype; in dst_type_print() local
571 otype = "satellite"; in dst_type_print()
575 otype = "terrestrial"; in dst_type_print()
579 otype = "cable"; in dst_type_print()
583 otype = "atsc"; in dst_type_print()
590 dprintk(2, "DST type: %s\n", otype); in dst_type_print()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc.h73 xfs_alloctype_t otype; /* original allocation type */ member
Dxfs_alloc.c2788 type = args->otype = args->type; in xfs_alloc_vextent()
/Linux-v4.19/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-v4.19/scripts/
Dcheckpatch.pl6329 my $otype = $4;
6333 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
6335 my $type = lc($otype);
6343 "Using comparison to $otype is error prone\n" . $herecurr);
/Linux-v4.19/fs/xfs/
Dxfs_trace.h1565 __field(short, otype)
1586 __entry->otype = args->otype;
1610 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),