Home
last modified time | relevance | path

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

/linux-4.4.14/tools/hv/
Dlsvmbus61 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip()
63 dev_desc = vmbus_dev_dict.get(class_id, 'Unknown')
76 d.class_id = class_id
97 (d.vmbus_id, d.class_id, d.dev_desc, d.chn_vp_mapping)
100 (d.vmbus_id, d.class_id, d.dev_desc, \
/linux-4.4.14/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()
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()
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()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-vmbus8 What: /sys/bus/vmbus/devices/vmbus_*/class_id
/linux-4.4.14/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()
2552 if( lct->lct_entry[i].class_id == I2O_CLASS_RANDOM_BLOCK_STORAGE || in adpt_i2o_reparse_lct()
[all …]
/linux-4.4.14/include/uapi/linux/
Di2o-dev.h206 __u32 class_id:12; member
/linux-4.4.14/fs/ntfs/
Dlayout.h917 /* 44*/ le32 class_id; /* Class id from bidirectional member
/linux-4.4.14/drivers/hv/
Dvmbus_drv.c200 static DEVICE_ATTR_RO(class_id);