Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/scsi/bfa/
Dbfa_cs.h227 #define bfa_sm_state_decl(oc, st, otype, etype) \ argument
228 static void oc ## _sm_ ## st(otype * fsm, etype event)
256 #define bfa_fsm_state_decl(oc, st, otype, etype) \ argument
257 static void oc ## _sm_ ## st(otype * fsm, etype event); \
258 static void oc ## _sm_ ## st ## _entry(otype * fsm)
/linux-4.4.14/drivers/hwtracing/intel_th/
Dcore.c321 unsigned otype; member
354 .otype = GTH_MSU,
373 .otype = GTH_MSU,
405 .otype = GTH_PTI,
478 thdev->output.type = subdev->otype; in intel_th_populate()
/linux-4.4.14/drivers/s390/char/
Dsclp_async.c38 u8 otype; member
130 sccb->evbuf.otype = 0x00; in sclp_async_send_wait()
/linux-4.4.14/scripts/kconfig/
Dstreamline_config.pl363 my $otype = ( -x $lsmod_file) ? '-|' : '<';
364 open($linfile, $otype, $lsmod_file);
/linux-4.4.14/crypto/
Dalgboss.c52 u32 otype; member
187 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.h120 xfs_alloctype_t otype; /* original allocation type */ member
Dxfs_alloc.c2458 type = args->otype = args->type; in xfs_alloc_vextent()
/linux-4.4.14/net/wireless/
Dutil.c925 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local
930 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface()
948 if (ntype != otype) { in cfg80211_change_iface()
955 switch (otype) { in cfg80211_change_iface()
1018 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface()
1020 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
Dnl80211.c2565 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local
2572 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface()
2576 if (otype != ntype) in nl80211_set_interface()
/linux-4.4.14/security/selinux/ss/
Dpolicydb.c1916 struct filename_trans_datum *otype; in filename_trans_read() local
1932 otype = NULL; in filename_trans_read()
1941 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read()
1942 if (!otype) in filename_trans_read()
1966 otype->otype = le32_to_cpu(buf[3]); in filename_trans_read()
1972 rc = hashtab_insert(p->filename_trans, ft, otype); in filename_trans_read()
1983 kfree(otype); in filename_trans_read()
1991 kfree(otype); in filename_trans_read()
3276 struct filename_trans_datum *otype = data; in filename_write_helper() local
3294 buf[3] = cpu_to_le32(otype->otype); in filename_write_helper()
Dpolicydb.h103 u32 otype; /* expected of new object */ member
Dservices.c1548 struct filename_trans_datum *otype; in filename_compute_type() local
1563 otype = hashtab_search(p->filename_trans, &ft); in filename_compute_type()
1564 if (otype) in filename_compute_type()
1565 newcontext->type = otype->otype; in filename_compute_type()
/linux-4.4.14/drivers/media/dvb-core/
Ddmxdev.c561 dmx_output_t otype; in dvb_dmxdev_start_feed() local
568 otype = para->output; in dvb_dmxdev_start_feed()
577 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed()
579 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed()
581 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst.c587 char *otype; in dst_type_print() local
590 otype = "satellite"; in dst_type_print()
594 otype = "terrestrial"; in dst_type_print()
598 otype = "cable"; in dst_type_print()
602 otype = "atsc"; in dst_type_print()
609 dprintk(verbose, DST_INFO, 1, "DST type: %s", otype); in dst_type_print()
/linux-4.4.14/scripts/
Dcheckpatch.pl5603 my $otype = $4;
5607 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
5609 my $type = lc($otype);
5617 "Using comparison to $otype is error prone\n" . $herecurr);
/linux-4.4.14/fs/xfs/
Dxfs_trace.h1596 __field(short, otype)
1617 __entry->otype = args->otype;
1641 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),