/Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
D | bfa_cs.h | 39 #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.4/drivers/scsi/bfa/ |
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-v5.4/drivers/hwtracing/intel_th/ |
D | core.c | 424 unsigned otype; member 461 .otype = GTH_MSU, 482 .otype = GTH_MSU, 533 .otype = GTH_PTI, 548 .otype = GTH_LPP, 660 thdev->output.type = subdev->otype; in intel_th_subdevice_alloc() 702 int intel_th_output_enable(struct intel_th *th, unsigned int otype) in intel_th_output_enable() argument 712 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable() 726 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable() 773 subdev->otype != GTH_NONE) in intel_th_populate()
|
D | intel_th.h | 237 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
/Linux-v5.4/crypto/ |
D | algboss.c | 47 u32 otype; member 181 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
/Linux-v5.4/scripts/kconfig/ |
D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/Linux-v5.4/security/selinux/ss/ |
D | policydb.c | 1876 struct filename_trans_datum *otype; in filename_trans_read() local 1891 otype = NULL; in filename_trans_read() 1900 otype = kmalloc(sizeof(*otype), GFP_KERNEL); in filename_trans_read() 1901 if (!otype) in filename_trans_read() 1925 otype->otype = le32_to_cpu(buf[3]); in filename_trans_read() 1931 rc = hashtab_insert(p->filename_trans, ft, otype); in filename_trans_read() 1942 kfree(otype); in filename_trans_read() 1950 kfree(otype); in filename_trans_read() 3325 struct filename_trans_datum *otype = data; in filename_write_helper() local 3343 buf[3] = cpu_to_le32(otype->otype); in filename_write_helper()
|
D | policydb.h | 99 u32 otype; /* expected of new object */ member
|
D | services.c | 1616 struct filename_trans_datum *otype; in filename_compute_type() local 1631 otype = hashtab_search(policydb->filename_trans, &ft); in filename_compute_type() 1632 if (otype) in filename_compute_type() 1633 newcontext->type = otype->otype; in filename_compute_type()
|
/Linux-v5.4/net/wireless/ |
D | util.c | 919 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 924 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 943 if (ntype != otype) { in cfg80211_change_iface() 950 switch (otype) { in cfg80211_change_iface() 1015 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1017 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
D | nl80211.c | 3502 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local 3508 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface() 3512 if (otype != ntype) in nl80211_set_interface()
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
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-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc.h | 73 xfs_alloctype_t otype; /* original allocation type */ member
|
D | xfs_alloc.c | 2791 type = args->otype = args->type; in xfs_alloc_vextent()
|
/Linux-v5.4/drivers/media/dvb-core/ |
D | dmxdev.c | 627 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.4/scripts/ |
D | checkpatch.pl | 6422 my $otype = $4; 6426 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i); 6428 my $type = lc($otype); 6436 "Using comparison to $otype is error prone\n" . $herecurr);
|
/Linux-v5.4/fs/xfs/ |
D | xfs_trace.h | 1583 __field(short, otype) 1604 __entry->otype = args->otype; 1628 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),
|