| /linux-4.4.14/drivers/acpi/acpica/ | 
| D | exutils.c | 397 void acpi_ex_pci_cls_to_string(char *out_string, u8 class_code[3])  in acpi_ex_pci_cls_to_string() 404 	out_string[0] = acpi_ut_hex_to_ascii_char((u64)class_code[0], 4);  in acpi_ex_pci_cls_to_string() 405 	out_string[1] = acpi_ut_hex_to_ascii_char((u64)class_code[0], 0);  in acpi_ex_pci_cls_to_string() 406 	out_string[2] = acpi_ut_hex_to_ascii_char((u64)class_code[1], 4);  in acpi_ex_pci_cls_to_string() 407 	out_string[3] = acpi_ut_hex_to_ascii_char((u64)class_code[1], 0);  in acpi_ex_pci_cls_to_string() 408 	out_string[4] = acpi_ut_hex_to_ascii_char((u64)class_code[2], 4);  in acpi_ex_pci_cls_to_string() 409 	out_string[5] = acpi_ut_hex_to_ascii_char((u64)class_code[2], 0);  in acpi_ex_pci_cls_to_string()
  | 
| D | utids.c | 448 	u8 class_code[3] = { 0, 0, 0 };  in acpi_ut_execute_CLS()  local 467 			class_code[0] = (u8)cls_objects[0]->integer.value;  in acpi_ut_execute_CLS() 471 			class_code[1] = (u8)cls_objects[1]->integer.value;  in acpi_ut_execute_CLS() 475 			class_code[2] = (u8)cls_objects[2]->integer.value;  in acpi_ut_execute_CLS() 496 	acpi_ex_pci_cls_to_string(cls->string, class_code);  in acpi_ut_execute_CLS()
  | 
| D | nsxfname.c | 503 		next_id_string = acpi_ns_copy_device_id(&info->class_code,  in acpi_get_object_info()
  | 
| D | acinterp.h | 491 void acpi_ex_pci_cls_to_string(char *dest, u8 class_code[3]);
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ | 
| D | pcir.c | 60 		info->class_code[0] = nvbios_rd08(bios, data + 0x0d);  in nvbios_pcirTp() 61 		info->class_code[1] = nvbios_rd08(bios, data + 0x0e);  in nvbios_pcirTp() 62 		info->class_code[2] = nvbios_rd08(bios, data + 0x0f);  in nvbios_pcirTp()
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | pci_32.c | 88 		const unsigned int *class_code, *reg;  in make_one_node_map()  local 90 		class_code = of_get_property(node, "class-code", NULL);  in make_one_node_map() 91 		if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&  in make_one_node_map() 92 			(*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS))  in make_one_node_map()
  | 
| D | pci_dn.c | 304 	pdn->class_code = regs ? of_read_number(regs, 1) : 0;  in update_dn_pci_info() 436 		pdn->vendor_id = pdn->device_id = pdn->class_code = 0;  in pci_devs_phb_init_dynamic()
  | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | eeh_pseries.c | 213 	if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code)  in pseries_eeh_probe() 217         if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_ISA)  in pseries_eeh_probe() 225 	edev->class_code = pdn->class_code;  in pseries_eeh_probe() 230 	if ((edev->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) {  in pseries_eeh_probe()
  | 
| /linux-4.4.14/arch/powerpc/platforms/maple/ | 
| D | pci.c | 42 		const unsigned int *class_code;  in fixup_one_level_bus_range()  local 46 		class_code = of_get_property(node, "class-code", NULL);  in fixup_one_level_bus_range() 47 		if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&  in fixup_one_level_bus_range() 48 			(*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS))  in fixup_one_level_bus_range()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ | 
| D | pcir.h | 6 	u8  class_code[3];  member
  | 
| /linux-4.4.14/drivers/pci/hotplug/ | 
| D | ibmphp_pci.c | 50 static void assign_alt_irq (struct pci_func *cur_func, u8 class_code)  in assign_alt_irq()  argument 55 			switch (class_code) {  in assign_alt_irq() 85 	u8 class_code;  in ibmphp_configure_card()  local 132 			class_code = class >> 24;  in ibmphp_configure_card() 133 			debug ("hrd_type = %x, class = %x, class_code %x\n", hdr_type, class, class_code);  in ibmphp_configure_card() 147 					assign_alt_irq (cur_func, class_code);  in ibmphp_configure_card() 160 					assign_alt_irq (cur_func, class_code);  in ibmphp_configure_card() 188 					assign_alt_irq (cur_func, class_code);  in ibmphp_configure_card() 257 					assign_alt_irq (cur_func, class_code);  in ibmphp_configure_card()
  | 
| D | cpqphp_pci.c | 307 	u8 class_code;  in cpqhp_save_config()  local 361 		rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), 0x0B, &class_code);  in cpqhp_save_config() 442 				rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), 0x0B, &class_code);  in cpqhp_save_config() 471 	u8 class_code;  in cpqhp_save_slot_config()  local 489 	pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), 0x0B, &class_code);  in cpqhp_save_slot_config() 532 …	pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), 0x0B, &class_code);  in cpqhp_save_slot_config()
  | 
| D | cpqphp_ctrl.c | 2082 	u8 device, class_code, header_type, BCR;  in cpqhp_process_SS()  local 2103 		rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code);  in cpqhp_process_SS() 2107 		if (class_code == PCI_BASE_CLASS_DISPLAY) {  in cpqhp_process_SS() 2372 	u8 class_code;  in configure_new_function()  local 2802 		rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code);  in configure_new_function() 2804 		if (class_code == PCI_BASE_CLASS_DISPLAY) {  in configure_new_function() 2908 				rc = pci_bus_read_config_byte (pci_bus, devfn, 0x0B, &class_code);  in configure_new_function() 2910 				if (class_code == PCI_BASE_CLASS_STORAGE)  in configure_new_function()
  | 
| /linux-4.4.14/arch/powerpc/platforms/powermac/ | 
| D | pci.c | 67 		const unsigned int *class_code;  in fixup_one_level_bus_range()  local 71 		class_code = of_get_property(node, "class-code", NULL);  in fixup_one_level_bus_range() 72 		if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI &&  in fixup_one_level_bus_range() 73 			(*class_code >> 8) != PCI_CLASS_BRIDGE_CARDBUS))  in fixup_one_level_bus_range()
  | 
| /linux-4.4.14/drivers/scsi/esas2r/ | 
| D | esas2r_ioctl.c | 756 		u8 *class_code = (u8 *)&a->pcid->class;  in hba_ioctl_callback()  local 779 		gai->pci.class_code[0] = class_code[0];  in hba_ioctl_callback() 780 		gai->pci.class_code[1] = class_code[1];  in hba_ioctl_callback() 781 		gai->pci.class_code[2] = class_code[2];  in hba_ioctl_callback()
  | 
| D | esas2r_flash.c | 652 	    || bh->class_code[2] != 0x01  in chk_boot() 653 	    || bh->class_code[1] != 0x04  in chk_boot() 654 	    || bh->class_code[0] != 0x00  in chk_boot()
  | 
| D | atioctl.h | 685 		u8 class_code[3];  member
  | 
| D | esas2r.h | 344 	u8 class_code[3];  member
  | 
| /linux-4.4.14/arch/powerpc/platforms/powernv/ | 
| D | eeh-powernv.c | 382 	if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_ISA)  in pnv_eeh_probe() 386 	edev->class_code = pdn->class_code;  in pnv_eeh_probe() 391 	if ((edev->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) {  in pnv_eeh_probe()
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | pci-bridge.h | 199 	int	class_code;		/* Device class code */  member
  | 
| D | eeh.h | 132 	int class_code;			/* Class code of the device	*/  member
  | 
| /linux-4.4.14/include/linux/ | 
| D | cper.h | 419 		__u8	class_code[3];  member
  | 
| /linux-4.4.14/Documentation/acpi/apei/ | 
| D | output_format.txt | 92 class_code: <integer>]
  | 
| /linux-4.4.14/drivers/firmware/efi/ | 
| D | cper.c | 377 		p = pcie->device_id.class_code;  in cper_print_pcie()
  | 
| /linux-4.4.14/drivers/staging/rts5208/ | 
| D | ms.c | 999 	u8 val, *buf, class_code, device_type, sub_class, data[16];  local 1206 	class_code =  buf[sys_info_addr + 0]; 1237 		class_code, device_type, sub_class); 1248 		if (class_code != 0x03) { 1253 		if (class_code != 0x02) { 1259 	if (class_code != 0x02) { 1281 		class_code, device_type, sub_class);
  | 
| /linux-4.4.14/include/acpi/ | 
| D | actypes.h | 1182 	struct acpi_pnp_device_id class_code;	/* _CLS value */  member
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | sal.h | 574 		u8 class_code[3];  member
  | 
| /linux-4.4.14/drivers/net/ethernet/sun/ | 
| D | niu.c | 3236 static int niu_set_flow_key(struct niu *np, unsigned long class_code, u64 key)  in niu_set_flow_key()  argument 3238 	if (class_code < CLASS_CODE_USER_PROG1 ||  in niu_set_flow_key() 3239 	    class_code > CLASS_CODE_SCTP_IPV6)  in niu_set_flow_key() 3242 	nw64(FLOW_KEY(class_code - CLASS_CODE_USER_PROG1), key);  in niu_set_flow_key() 3246 static int niu_set_tcam_key(struct niu *np, unsigned long class_code, u64 key)  in niu_set_tcam_key()  argument 3248 	if (class_code < CLASS_CODE_USER_PROG1 ||  in niu_set_tcam_key() 3249 	    class_code > CLASS_CODE_SCTP_IPV6)  in niu_set_tcam_key() 3252 	nw64(TCAM_KEY(class_code - CLASS_CODE_USER_PROG1), key);  in niu_set_tcam_key()
  | 
| /linux-4.4.14/drivers/acpi/ | 
| D | scan.c | 1257 			acpi_add_id(pnp, info->class_code.string);  in acpi_set_pnp_ids()
  |