Searched refs:class_type (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c53 .class_type = SR_CLASS3,
/linux-4.1.27/include/linux/power/
H A Dsmartreflex.h214 * Should be used to populate the class_type field of the
230 * @class_type: specify which smartreflex class.
240 u8 class_type; member in struct:omap_sr_class_data
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_si_intf.c2593 int class_type = pdev->class & PCI_ERMC_CLASSCODE_TYPE_MASK; ipmi_pci_probe() local
2603 switch (class_type) { ipmi_pci_probe()
2618 dev_info(&pdev->dev, "Unknown IPMI type: %d\n", class_type); ipmi_pci_probe()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_init.c4307 uint32_t dev_part_info1, dev_part_info2, class_type; qla83xx_reset_ownership() local
4324 class_type = ((dev_part_info1 >> (i * 4)) & class_type_mask); qla83xx_reset_ownership()
4325 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && qla83xx_reset_ownership()
4333 class_type = ((dev_part_info2 >> (i * 4)) & qla83xx_reset_ownership()
4335 if ((class_type == QLA83XX_CLASS_TYPE_FCOE) && qla83xx_reset_ownership()
/linux-4.1.27/drivers/atm/
H A Diphase.h810 u32 class_type; /* CBR/VBR/ABR/UBR; use the enum above */ member in struct:srv_cls_param
H A Diphase.c359 srv_p->class_type = ATM_ABR; init_abr_vc()

Completed in 267 milliseconds