/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_cs.h | 36 * otype - object type, eg. struct bfa_ioc 39 #define bfa_fsm_state_decl(oc, st, otype, etype) \ 40 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 41 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_cs.h | 64 * otype - object type, eg. struct bfa_ioc 67 #define bfa_fsm_state_decl(oc, st, otype, etype) \ 68 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_cs.h | 184 * otype - object type, eg. struct bfa_ioc_s 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 213 * otype - object type, eg. struct bfa_ioc_s 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ 217 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_cs.h | 184 * otype - object type, eg. struct bfa_ioc_s 187 #define bfa_sm_state_decl(oc, st, otype, etype) \ 188 static void oc ## _sm_ ## st(otype * fsm, etype event) 213 * otype - object type, eg. struct bfa_ioc_s 216 #define bfa_fsm_state_decl(oc, st, otype, etype) \ 217 static void oc ## _sm_ ## st(otype * fsm, etype event); \ 218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A 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() 709 * @otype: output type 712 * matches @otype and instantiate it. These devices are removed when the hub 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 ! in intel_th_output_enable() [all...] |
H A D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A 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() 709 * @otype: output type 712 * matches @otype and instantiate it. These devices are removed when the hub 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 ! in intel_th_output_enable() [all...] |
H A D | intel_th.h | 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algboss.c | 47 u32 otype; member 171 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algboss.c | 40 u32 otype; member 152 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 72 xfs_alloctype_t otype; /* original allocation type */ member
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.h | 101 struct ebitmap stypes; /* bitmap of source types for this otype */ 102 u32 otype; /* resulting type of new object */ member 103 struct filename_trans_datum *next; /* record for next otype*/
|
H A D | policydb.c | 1894 u32 len, stype, otype; in filename_trans_read_helper_compat() local 1918 otype = le32_to_cpu(buf[3]); in filename_trans_read_helper_compat() 1928 if (likely(datum->otype == otype)) in filename_trans_read_helper_compat() 1940 datum->otype = otype; in filename_trans_read_helper_compat() 2026 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 3516 buf[3] = cpu_to_le32(datum->otype); in filename_write_helper_compat() 3567 buf[0] = cpu_to_le32(datum->otype); in filename_write_helper()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.h | 101 struct ebitmap stypes; /* bitmap of source types for this otype */ 102 u32 otype; /* resulting type of new object */ member 103 struct filename_trans_datum *next; /* record for next otype*/
|
H A D | policydb.c | 1892 u32 len, stype, otype; in filename_trans_read_helper_compat() local 1916 otype = le32_to_cpu(buf[3]); in filename_trans_read_helper_compat() 1926 if (likely(datum->otype == otype)) in filename_trans_read_helper_compat() 1938 datum->otype = otype; in filename_trans_read_helper_compat() 2024 datum->otype = le32_to_cpu(buf[0]); in filename_trans_read_helper() 3517 buf[3] = cpu_to_le32(datum->otype); in filename_write_helper_compat() 3568 buf[0] = cpu_to_le32(datum->otype); in filename_write_helper()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A 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()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | util.c | 1014 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 1019 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 1031 if (ntype != otype) { in cfg80211_change_iface() 1045 switch (otype) { in cfg80211_change_iface() 1114 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1116 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A 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()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | util.c | 1101 enum nl80211_iftype otype = dev->ieee80211_ptr->iftype; in cfg80211_change_iface() local 1106 if (otype == NL80211_IFTYPE_AP_VLAN) in cfg80211_change_iface() 1118 if (ntype != otype) { in cfg80211_change_iface() 1131 switch (otype) { in cfg80211_change_iface() 1205 if (!err && ntype != otype && netif_running(dev)) { in cfg80211_change_iface() 1207 cfg80211_update_iface_num(rdev, otype, -1); in cfg80211_change_iface()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trace.h | 1664 __field(short, otype) 1685 __entry->otype = args->otype; 1694 "len %u type %s otype %s wasdel %d wasfromfl %d resv %d " 1709 __print_symbolic(__entry->otype, XFS_ALLOC_TYPES),
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 6697 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); 6714 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr);
|