/drivers/net/usb/ |
D | zaurus.c | 141 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local 171 if (detail) { in blan_mdlm_bind() 175 detail = (void *) buf; in blan_mdlm_bind() 176 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind() 178 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind() 182 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind() 202 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind() 209 detail->bLength, in blan_mdlm_bind() 210 detail->bDetailData[0], in blan_mdlm_bind() 211 detail->bDetailData[2]); in blan_mdlm_bind() [all …]
|
/drivers/mmc/host/ |
D | toshsd.c | 292 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local 329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq() 331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq() 332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq() 335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq() 336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 337 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 338 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq() [all …]
|
/drivers/edac/ |
D | edac_mc.c | 964 const char *detail, in edac_ce_error() argument 982 location, detail, other_detail); in edac_ce_error() 987 location, detail); in edac_ce_error() 1018 const char *detail, in edac_ue_error() argument 1032 location, detail, other_detail); in edac_ue_error() 1037 location, detail); in edac_ue_error() 1043 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1046 msg, msg_aux, label, location, detail); in edac_ue_error() 1056 char detail[80]; in edac_raw_mc_handle_error() local 1061 snprintf(detail, sizeof(detail), in edac_raw_mc_handle_error() [all …]
|
D | i5100_edac.c | 446 char detail[80]; in i5100_handle_ce() local 449 snprintf(detail, sizeof(detail), in i5100_handle_ce() 456 msg, detail); in i5100_handle_ce() 468 char detail[80]; in i5100_handle_ue() local 471 snprintf(detail, sizeof(detail), in i5100_handle_ue() 478 msg, detail); in i5100_handle_ue()
|
/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 253 u8 detail = event & 0x0f; in ibm_handle_events() local 263 note->event, detail); in ibm_handle_events()
|
/drivers/scsi/ |
D | dpt_i2o.c | 389 sprintf(pHba->detail, "Adaptec I2O RAID"); in adpt_inquiry() 394 memset(pHba->detail, 0, sizeof(pHba->detail)); in adpt_inquiry() 395 memcpy(&(pHba->detail), "Vendor: Adaptec ", 16); in adpt_inquiry() 396 memcpy(&(pHba->detail[16]), " Model: ", 8); in adpt_inquiry() 397 memcpy(&(pHba->detail[24]), (u8*) &buf[16], 16); in adpt_inquiry() 398 memcpy(&(pHba->detail[40]), " FW: ", 4); in adpt_inquiry() 399 memcpy(&(pHba->detail[44]), (u8*) &buf[32], 4); in adpt_inquiry() 400 pHba->detail[48] = '\0'; /* precautionary */ in adpt_inquiry() 538 return (char *) (pHba->detail); in adpt_info() 563 seq_printf(m, "%s\n", pHba->detail); in adpt_show_info()
|
D | dpti.h | 214 char detail[55]; member
|
/drivers/usb/core/ |
D | message.c | 2148 struct usb_cdc_mdlm_detail_desc *detail = NULL; in cdc_parse_cdc_header() local 2230 if (detail) in cdc_parse_cdc_header() 2232 detail = (struct usb_cdc_mdlm_detail_desc *)buffer; in cdc_parse_cdc_header() 2270 hdr->usb_cdc_mdlm_detail_desc = detail; in cdc_parse_cdc_header()
|
/drivers/net/can/sja1000/ |
D | Kconfig | 110 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
|
/drivers/staging/rtl8192u/ |
D | copying | 239 be similar in spirit to the present version, but may differ in detail to
|
/drivers/power/supply/ |
D | Kconfig | 555 documentation for more detail. The base name for this driver is
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1532 differ in detail to address new problems or concerns. See
|