Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py67 class_type = type.__new__(cls, name, bases, attrs)
69 PLUGINS[class_type.wic_plugin_type][attrs['name']] = class_type
71 return class_type
/openbmc/linux/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c50 .class_type = SR_CLASS3,
/openbmc/linux/include/uapi/linux/
H A Dicmp.h137 __u8 class_type; member
/openbmc/linux/include/linux/power/
H A Dsmartreflex.h245 u8 class_type; member
/openbmc/linux/scripts/gdb/linux/
H A Ddevice.py20 class_type = CachedType('struct class') variable
/openbmc/qemu/include/qom/
H A Dobject.h542 #define OBJECT_CLASS_CHECK(class_type, class, name) \ argument
543 ((class_type *)object_class_dynamic_cast_assert(OBJECT_CLASS(class), (name), \
/openbmc/linux/drivers/atm/
H A Diphase.h809 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */ member
H A Diphase.c360 srv_p->class_type = ATM_ABR; in init_abr_vc()
/openbmc/linux/net/ipv4/
H A Dicmp.c1090 switch (iio->extobj_hdr.class_type) { in icmp_build_probe()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h2189 u8 class_type; member
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c7052 uint32_t dev_part_info1, dev_part_info2, class_type; in qla83xx_reset_ownership() local
7069 class_type = ((dev_part_info1 >> (i * 4)) & class_type_mask); in qla83xx_reset_ownership()
7070 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && in qla83xx_reset_ownership()
7078 class_type = ((dev_part_info2 >> (i * 4)) & in qla83xx_reset_ownership()
7080 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && in qla83xx_reset_ownership()