/drivers/gpu/drm/panfrost/ |
D | panfrost_issues.h | 252 enum panfrost_hw_issue issue) in panfrost_has_hw_issue() argument 254 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
|
D | TODO | 6 - Bifrost specific feature and issue handling
|
/drivers/accessibility/speakup/ |
D | TODO | 9 Currently, speakup has one issue we know of.
|
/drivers/staging/media/imx/ |
D | TODO | 10 driver uses the parsed DT bus config method until this issue is
|
/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 27 stall further packet processing. The issue can occur with any
|
/drivers/platform/x86/intel/atomisp2/ |
D | Kconfig | 19 Some of these devices have a firmware issue where the LED gets turned
|
/drivers/scsi/arm/ |
D | fas216.c | 1921 SCpnt = queue_remove_exclude(&info->queues.issue, in fas216_kick() 2220 result = !queue_add_cmd_ordered(&info->queues.issue, SCpnt); in fas216_queue_command_lck() 2348 if (queue_remove_cmd(&info->queues.issue, SCpnt)) { in fas216_find_command() 2492 queue_remove_all_target(&info->queues.issue, target); in fas216_eh_device_reset() 2584 queue_remove_all_target(&info->queues.issue, SDpnt->id); in fas216_eh_bus_reset() 2853 if (!queue_initialise(&info->queues.issue)) in fas216_init() 2857 queue_free(&info->queues.issue); in fas216_init() 2945 queue_free(&info->queues.issue); in fas216_release()
|
D | acornscsi.h | 315 Queue_t issue; /* issue queue */ member
|
D | fas216.h | 281 Queue_t issue; /* issue queue */ member
|
D | acornscsi.c | 696 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick() 2445 if (!queue_add_cmd_ordered(&host->queues.issue, SCpnt)) { in acornscsi_queuecmd_lck() 2472 if (queue_remove_cmd(&host->queues.issue, SCpnt)) { in acornscsi_do_abort() 2844 queue_initialise(&ashost->queues.issue); in acornscsi_probe() 2861 queue_free(&ashost->queues.issue); in acornscsi_probe() 2889 queue_free(&ashost->queues.issue); in acornscsi_remove()
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_hw.c | 315 int err, res, issue, issued = 0; in hfa384x_cmd() local 350 issue = list_empty(&local->cmd_queue); in hfa384x_cmd() 351 if (issue) in hfa384x_cmd() 358 if (!issue) in hfa384x_cmd() 485 int issue, ret; in hfa384x_cmd_callback() local 510 issue = list_empty(&local->cmd_queue); in hfa384x_cmd_callback() 511 if (issue) in hfa384x_cmd_callback() 517 if (issue && hfa384x_cmd_issue(dev, entry)) in hfa384x_cmd_callback()
|
/drivers/gpu/drm/amd/display/ |
D | TODO | 97 issue with DC - other drivers, especially around DP sink handling, are equally
|
/drivers/perf/ |
D | xgene_pmu.c | 303 XGENE_PMU_EVENT_ATTR(bank-conflict-fifo-issue, 0x0e), 304 XGENE_PMU_EVENT_ATTR(bank-fifo-issue, 0x0f), 400 XGENE_PMU_EVENT_ATTR(tq-bank-conflict-issue-stall, 0x0b),
|
/drivers/gpu/drm/bridge/ |
D | Kconfig | 75 will not cause any issue.
|
/drivers/gpio/ |
D | TODO | 13 The numberspace issue is the same as to why irq is moving away from irq
|
/drivers/scsi/ |
D | ips.c | 588 ha->func.issue = ips_issue_i2o_memio; in ips_setup_funclist() 608 ha->func.issue = ips_issue_i2o_memio; in ips_setup_funclist() 610 ha->func.issue = ips_issue_copperhead_memio; in ips_setup_funclist() 626 ha->func.issue = ips_issue_i2o; in ips_setup_funclist() 628 ha->func.issue = ips_issue_copperhead; in ips_setup_funclist() 3824 return ((*ha->func.issue) (ha, scb)); in ips_send_cmd()
|
D | ips.h | 992 int (*issue)(struct ips_ha *, struct ips_scb *); member
|
/drivers/usb/misc/ |
D | Kconfig | 92 magazine published a modified version of this device in issue
|
/drivers/md/ |
D | dm-thin.c | 755 static void issue(struct thin_c *tc, struct bio *bio) in issue() function 786 issue(tc, bio); in remap_to_origin_and_issue() 793 issue(tc, bio); in remap_and_issue()
|
/drivers/thermal/ |
D | Kconfig | 40 Thermal subsystem will issue a graceful shutdown when
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 6240 int issue = 0; in send_beacon() local 6248 issue++; in send_beacon() 6254 } while (!bxmitok && issue < 100 && !padapter->bSurpriseRemoved && !padapter->bDriverStopped); in send_beacon() 6264 if (passing_time > 100 || issue > 3) in send_beacon() 6265 …DBG_88E("%s success, issue:%d, poll:%d, %u ms\n", __func__, issue, poll, rtw_get_passing_time_ms(s… in send_beacon()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 3797 int issue = 0; in send_beacon() local 3804 issue++; in send_beacon() 3811 …} while (false == bxmitok && issue < 100 && !padapter->bSurpriseRemoved && !padapter->bDriverStopp… in send_beacon()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1676 /* Post the SCBID in SINDEX and issue an interrupt */ 2249 * The PCI module will only issue a PCI
|
D | aic79xx.reg | 166 * request to issue a message. 1469 * The maximum number of commands to issue during a
|
D | aic7xxx.reg | 912 * request to issue a message.
|