Home
last modified time | relevance | path

Searched refs:class_id (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/i2o/
Di2o_scsi.c112 if (i2o_dev->lct_data.class_id == I2O_CLASS_BUS_ADAPTER) { in i2o_scsi_host_alloc()
145 if (i2o_dev->lct_data.class_id == I2O_CLASS_BUS_ADAPTER) { in i2o_scsi_host_alloc()
230 switch (i2o_dev->lct_data.class_id) { in i2o_scsi_probe()
242 if (i2o_dev->lct_data.class_id == in i2o_scsi_probe()
396 switch (i2o_dev->lct_data.class_id) { in i2o_scsi_notify_device_add()
416 switch (i2o_dev->lct_data.class_id) { in i2o_scsi_notify_device_remove()
600 switch (i2o_dev->lct_data.class_id) { in i2o_scsi_queuecommand_lck()
Ddriver.c53 while (ids->class_id != I2O_CLASS_END) { in i2o_bus_match()
54 if (ids->class_id == i2o_dev->lct_data.class_id) in i2o_bus_match()
Ddevice.c153 sprintf(buf, "0x%03x\n", i2o_dev->lct_data.class_id); in class_id_show()
156 static DEVICE_ATTR_RO(class_id);
403 entry->class_id = buf & 0xfff; in i2o_device_parse_lct()
Di2o_proc.c410 i2o_get_class_name(lct->lct_entry[i].class_id)); in i2o_seq_show_lct()
415 switch (lct->lct_entry[i].class_id & 0xFFF) { in i2o_seq_show_lct()
1929 switch (dev->lct_data.class_id) { in i2o_proc_device_add()
Di2o.h450 u16 class_id:12; member
/linux-4.1.27/drivers/gpu/host1x/hw/
Dhost1x02_hardware.h89 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() argument
91 return (0 << 28) | (offset << 16) | (class_id << 6) | mask; in host1x_opcode_setclass()
Dhost1x01_hardware.h90 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() argument
92 return (0 << 28) | (offset << 16) | (class_id << 6) | mask; in host1x_opcode_setclass()
Dhost1x04_hardware.h89 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() argument
91 return (0 << 28) | (offset << 16) | (class_id << 6) | mask; in host1x_opcode_setclass()
/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c1485 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1486 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1487 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
1536 if(d->lct_data.class_id == I2O_CLASS_BUS_ADAPTER_PORT || in adpt_i2o_parse_lct()
1537 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PORT){ in adpt_i2o_parse_lct()
1544 pHba->channel[bus_no].type = d->lct_data.class_id; in adpt_i2o_parse_lct()
1562 if(d->lct_data.class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_parse_lct()
1563 d->lct_data.class_id == I2O_CLASS_SCSI_PERIPHERAL || in adpt_i2o_parse_lct()
1564 d->lct_data.class_id == I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
2549 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()
[all …]
/linux-4.1.27/include/uapi/linux/
Di2o-dev.h206 __u32 class_id:12; member
/linux-4.1.27/fs/ntfs/
Dlayout.h917 /* 44*/ le32 class_id; /* Class id from bidirectional member
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c173 static DEVICE_ATTR_RO(class_id);