/linux-5.19.10/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-5.19.10/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-5.19.10/drivers/hwtracing/intel_th/ |
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() 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 != otype) in intel_th_output_enable() 739 if (th->thdev[dst]->output.type != otype) in intel_th_output_enable() 786 subdev->otype != GTH_NONE) in intel_th_populate()
|
D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
/linux-5.19.10/crypto/ |
D | algboss.c | 40 u32 otype; member 152 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
/linux-5.19.10/scripts/kconfig/ |
D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/linux-5.19.10/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-5.19.10/drivers/media/dvb-core/ |
D | dmxdev.c | 617 enum dmx_output otype; in dvb_dmxdev_start_feed() local 624 otype = para->output; in dvb_dmxdev_start_feed() 633 if (otype == DMX_OUT_TS_TAP) in dvb_dmxdev_start_feed() 635 else if (otype == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_start_feed() 637 else if (otype == DMX_OUT_TAP) in dvb_dmxdev_start_feed()
|
/linux-5.19.10/net/wireless/ |
D | util.c | 1018 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 1023 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 1035 if (ntype != otype) { in cfg80211_change_iface() 1048 switch (otype) { in cfg80211_change_iface() 1122 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1124 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
D | nl80211.c | 4031 enum nl80211_iftype otype, ntype; in nl80211_set_interface() local 4037 otype = ntype = dev->ieee80211_ptr->iftype; in nl80211_set_interface() 4041 if (otype != ntype) in nl80211_set_interface()
|
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_alloc.h | 72 xfs_alloctype_t otype; /* original allocation type */ member
|
D | xfs_alloc.c | 3190 type = args->otype = args->type; in xfs_alloc_vextent()
|
/linux-5.19.10/security/selinux/ss/ |
D | policydb.h | 102 u32 otype; /* resulting type of new object */ member
|
D | policydb.c | 1888 u32 len, stype, otype; in filename_trans_read_helper_compat() local 1912 otype = le32_to_cpu(buf[3]); in filename_trans_read_helper_compat() 1922 if (likely(datum->otype == otype)) in filename_trans_read_helper_compat() 1934 datum->otype = otype; in filename_trans_read_helper_compat() 2019 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 3507 buf[3] = cpu_to_le32(datum->otype); in filename_write_helper_compat() 3558 buf[0] = cpu_to_le32(datum->otype); in filename_write_helper()
|
D | services.c | 1716 newcontext->type = datum->otype; in filename_compute_type()
|
/linux-5.19.10/scripts/ |
D | checkpatch.pl | 7177 my $otype = $4; 7181 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i); 7183 my $type = lc($otype); 7191 "Using comparison to $otype is error prone\n" . $herecurr);
|
/linux-5.19.10/fs/xfs/ |
D | xfs_trace.h | 1796 __field(short, otype) 1817 __entry->otype = args->otype; 1841 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),
|