/drivers/net/usb/ |
D | zaurus.c | 153 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local 183 if (detail) { in blan_mdlm_bind() 187 detail = (void *) buf; in blan_mdlm_bind() 188 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind() 190 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind() 194 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind() 214 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind() 221 detail->bLength, in blan_mdlm_bind() 222 detail->bDetailData[0], in blan_mdlm_bind() 223 detail->bDetailData[2]); in blan_mdlm_bind() [all …]
|
/drivers/mmc/host/ |
D | toshsd.c | 296 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local 333 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq() 335 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq() 336 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 337 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq() 338 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq() 339 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq() 340 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 341 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq() 342 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq() [all …]
|
/drivers/edac/ |
D | edac_mc.c | 948 const char *detail, in edac_ce_error() argument 966 location, detail, other_detail); in edac_ce_error() 971 location, detail); in edac_ce_error() 1002 const char *detail, in edac_ue_error() argument 1016 location, detail, other_detail); in edac_ue_error() 1021 location, detail); in edac_ue_error() 1027 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error() 1030 msg, msg_aux, label, location, detail); in edac_ue_error() 1052 char detail[80]; in edac_raw_mc_handle_error() local 1057 snprintf(detail, sizeof(detail), in edac_raw_mc_handle_error() [all …]
|
D | i5100_edac.c | 445 char detail[80]; in i5100_handle_ce() local 448 snprintf(detail, sizeof(detail), in i5100_handle_ce() 455 msg, detail); in i5100_handle_ce() 467 char detail[80]; in i5100_handle_ue() local 470 snprintf(detail, sizeof(detail), in i5100_handle_ue() 477 msg, detail); in i5100_handle_ue()
|
/drivers/md/ |
D | dm-cache-target.c | 1678 struct inc_detail *detail = context; in inc_fn() local 1679 struct cache *cache = detail->cache; in inc_fn() 1683 detail->any_writes = true; in inc_fn() 1687 bio_list_add(&detail->unhandled_bios, bio); in inc_fn() 1692 detail->any_writes = true; in inc_fn() 1694 bio_list_add(&detail->bios_for_issue, bio); in inc_fn() 1706 struct inc_detail detail; in remap_cell_to_origin_clear_discard() local 1708 detail.cache = cache; in remap_cell_to_origin_clear_discard() 1709 bio_list_init(&detail.bios_for_issue); in remap_cell_to_origin_clear_discard() 1710 bio_list_init(&detail.unhandled_bios); in remap_cell_to_origin_clear_discard() [all …]
|
/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 267 u8 detail = event & 0x0f; in ibm_handle_events() local 277 note->event, detail); in ibm_handle_events()
|
/drivers/scsi/ |
D | dpt_i2o.c | 394 sprintf(pHba->detail, "Adaptec I2O RAID"); in adpt_inquiry() 399 memset(pHba->detail, 0, sizeof(pHba->detail)); in adpt_inquiry() 400 memcpy(&(pHba->detail), "Vendor: Adaptec ", 16); in adpt_inquiry() 401 memcpy(&(pHba->detail[16]), " Model: ", 8); in adpt_inquiry() 402 memcpy(&(pHba->detail[24]), (u8*) &buf[16], 16); in adpt_inquiry() 403 memcpy(&(pHba->detail[40]), " FW: ", 4); in adpt_inquiry() 404 memcpy(&(pHba->detail[44]), (u8*) &buf[32], 4); in adpt_inquiry() 405 pHba->detail[48] = '\0'; /* precautionary */ in adpt_inquiry() 543 return (char *) (pHba->detail); in adpt_info() 568 seq_printf(m, "%s\n", pHba->detail); in adpt_show_info()
|
D | dpti.h | 218 char detail[55]; member
|
/drivers/usb/core/ |
D | message.c | 2060 struct usb_cdc_mdlm_detail_desc *detail = NULL; in cdc_parse_cdc_header() local 2142 if (detail) in cdc_parse_cdc_header() 2144 detail = (struct usb_cdc_mdlm_detail_desc *)buffer; in cdc_parse_cdc_header() 2182 hdr->usb_cdc_mdlm_detail_desc = detail; in cdc_parse_cdc_header()
|
/drivers/net/can/sja1000/ |
D | Kconfig | 97 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
|
/drivers/power/supply/ |
D | Kconfig | 403 documentation for more detail. The base name for this driver is
|
/drivers/staging/rtl8192e/ |
D | license | 239 similar in spirit to the present version, but may differ in detail to
|
/drivers/staging/rtl8192u/ |
D | copying | 239 be similar in spirit to the present version, but may differ in detail to
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1532 differ in detail to address new problems or concerns. See
|