Searched refs:detail (Results 1 - 7 of 7) sorted by relevance

/drivers/net/usb/
H A Dzaurus.c153 struct usb_cdc_mdlm_detail_desc *detail = NULL; local
183 if (detail) {
184 dev_dbg(&intf->dev, "extra MDLM detail\n");
187 detail = (void *) buf;
188 switch (detail->bGuidDescriptorType) {
190 if (detail->bLength != (sizeof *detail + 2))
194 if (detail->bLength != (sizeof *detail + 3))
214 if ((detail
[all...]
H A Dcdc_ether.c115 struct usb_cdc_mdlm_detail_desc *detail = NULL; local
288 if (detail) {
289 dev_dbg(&intf->dev, "extra MDLM detail descriptor\n");
293 detail = (void *)buf;
295 if (detail->bGuidDescriptorType == 0) {
296 if (detail->bLength < (sizeof(*detail) + 1))
/drivers/edac/
H A Dedac_mc.c991 const char *detail,
1009 location, detail, other_detail);
1014 location, detail);
1045 const char *detail,
1059 location, detail, other_detail);
1064 location, detail);
1070 msg, msg_aux, label, location, detail, other_detail);
1073 msg, msg_aux, label, location, detail);
1095 char detail[80]; local
1100 snprintf(detail, sizeo
985 edac_ce_error(struct mem_ctl_info *mci, const u16 error_count, const int pos[EDAC_MAX_LAYERS], const char *msg, const char *location, const char *label, const char *detail, const char *other_detail, const bool enable_per_layer_report, const unsigned long page_frame_number, const unsigned long offset_in_page, long grain) argument
1039 edac_ue_error(struct mem_ctl_info *mci, const u16 error_count, const int pos[EDAC_MAX_LAYERS], const char *msg, const char *location, const char *label, const char *detail, const char *other_detail, const bool enable_per_layer_report) argument
[all...]
H A Di5100_edac.c449 char detail[80]; local
452 snprintf(detail, sizeof(detail),
459 msg, detail);
471 char detail[80]; local
474 snprintf(detail, sizeof(detail),
481 msg, detail);
/drivers/pci/hotplug/
H A Dacpiphp_ibm.c254 u8 detail = event & 0x0f; local
264 note->event, detail);
/drivers/scsi/
H A Ddpti.h218 char detail[55]; member in struct:_adpt_hba
H A Ddpt_i2o.c391 sprintf(pHba->detail, "Adaptec I2O RAID");
396 memset(pHba->detail, 0, sizeof(pHba->detail));
397 memcpy(&(pHba->detail), "Vendor: Adaptec ", 16);
398 memcpy(&(pHba->detail[16]), " Model: ", 8);
399 memcpy(&(pHba->detail[24]), (u8*) &buf[16], 16);
400 memcpy(&(pHba->detail[40]), " FW: ", 4);
401 memcpy(&(pHba->detail[44]), (u8*) &buf[32], 4);
402 pHba->detail[48] = '\0'; /* precautionary */
542 return (char *) (pHba->detail);
[all...]

Completed in 236 milliseconds