Searched refs:class_type (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | pluginbase.py | 67 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 D | smartreflex-class3.c | 50 .class_type = SR_CLASS3,
|
/openbmc/linux/include/uapi/linux/ |
H A D | icmp.h | 137 __u8 class_type; member
|
/openbmc/linux/include/linux/power/ |
H A D | smartreflex.h | 245 u8 class_type; member
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | device.py | 20 class_type = CachedType('struct class') variable
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 542 #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 D | iphase.h | 809 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */ member
|
H A D | iphase.c | 360 srv_p->class_type = ATM_ABR; in init_abr_vc()
|
/openbmc/linux/net/ipv4/ |
H A D | icmp.c | 1090 switch (iio->extobj_hdr.class_type) { in icmp_build_probe()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_if.h | 2189 u8 class_type; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 7052 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()
|