Searched defs:comp_id (Results 1 - 3 of 3) sorted by relevance

/drivers/s390/char/
H A Dsclp_async.c39 char comp_id[12]; member in struct:async_evbuf
140 strncpy(sccb->evbuf.comp_id, "000000000", sizeof(sccb->evbuf.comp_id));
/drivers/net/wireless/orinoco/
H A Dhw.c46 struct comp_id { struct
50 static inline enum fwtype determine_firmware_type(struct comp_id *nic_id)
76 struct comp_id nic_id, sta_id;
/drivers/hwmon/
H A Damc6821.c819 int dev_id, comp_id; local
831 comp_id = i2c_smbus_read_byte_data(client, AMC6821_REG_COMP_ID);
832 if (dev_id != 0x21 || comp_id != 0x49) {
844 comp_id = i2c_smbus_read_byte_data(client, 0x80 | AMC6821_REG_COMP_ID);
845 if (dev_id != 0x21 || comp_id != 0x49) {

Completed in 89 milliseconds