Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 29) sorted by relevance

12

/drivers/gpu/drm/panfrost/
Dpanfrost_issues.h269 enum panfrost_hw_issue issue) in panfrost_has_hw_issue() argument
271 return test_bit(issue, pfdev->features.hw_issues); in panfrost_has_hw_issue()
DTODO6 - Bifrost specific feature and issue handling
/drivers/accessibility/speakup/
DTODO9 Currently, speakup has one issue we know of.
/drivers/net/ethernet/freescale/fman/
DKconfig27 stall further packet processing. The issue can occur with any
/drivers/platform/x86/intel/atomisp2/
DKconfig19 Some of these devices have a firmware issue where the LED gets turned
/drivers/scsi/arm/
Dfas216.c1927 SCpnt = queue_remove_exclude(&info->queues.issue, in fas216_kick()
2230 result = !queue_add_cmd_ordered(&info->queues.issue, SCpnt); in fas216_queue_command_internal()
2362 if (queue_remove_cmd(&info->queues.issue, SCpnt)) { in fas216_find_command()
2506 queue_remove_all_target(&info->queues.issue, target); in fas216_eh_device_reset()
2598 queue_remove_all_target(&info->queues.issue, SDpnt->id); in fas216_eh_bus_reset()
2867 if (!queue_initialise(&info->queues.issue)) in fas216_init()
2871 queue_free(&info->queues.issue); in fas216_init()
2959 queue_free(&info->queues.issue); in fas216_release()
Dacornscsi.h315 Queue_t issue; /* issue queue */ member
Dfas216.h281 Queue_t issue; /* issue queue */ member
Dacornscsi.c700 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns); in acornscsi_kick()
2440 if (!queue_add_cmd_ordered(&host->queues.issue, SCpnt)) { in acornscsi_queuecmd_lck()
2467 if (queue_remove_cmd(&host->queues.issue, SCpnt)) { in acornscsi_do_abort()
2840 queue_initialise(&ashost->queues.issue); in acornscsi_probe()
2857 queue_free(&ashost->queues.issue); in acornscsi_probe()
2885 queue_free(&ashost->queues.issue); in acornscsi_remove()
/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c315 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/staging/media/imx/
DTODO10 driver uses the parsed DT bus config method until this issue is
/drivers/nvdimm/
DKconfig116 to debug an issue unrelated to NVDIMMs or DAX then say N to this
/drivers/gpu/drm/amd/display/
DTODO97 issue with DC - other drivers, especially around DP sink handling, are equally
/drivers/perf/
Dxgene_pmu.c303 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/scsi/
Dips.c592 ha->func.issue = ips_issue_i2o_memio; in ips_setup_funclist()
612 ha->func.issue = ips_issue_i2o_memio; in ips_setup_funclist()
614 ha->func.issue = ips_issue_copperhead_memio; in ips_setup_funclist()
630 ha->func.issue = ips_issue_i2o; in ips_setup_funclist()
632 ha->func.issue = ips_issue_copperhead; in ips_setup_funclist()
3821 return ((*ha->func.issue) (ha, scb)); in ips_send_cmd()
Dips.h992 int (*issue)(struct ips_ha *, struct ips_scb *); member
/drivers/gpio/
DTODO13 The numberspace issue is the same as to why irq is moving away from irq
/drivers/gpu/drm/bridge/
DKconfig76 will not cause any issue.
/drivers/usb/misc/
DKconfig92 magazine published a modified version of this device in issue
/drivers/firmware/efi/
DKconfig298 an issue for Real-Time kernels.
/drivers/md/
Ddm-thin.c752 static void issue(struct thin_c *tc, struct bio *bio) in issue() function
783 issue(tc, bio); in remap_to_origin_and_issue()
790 issue(tc, bio); in remap_and_issue()
/drivers/thermal/
DKconfig40 Thermal subsystem will issue a graceful shutdown when
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3771 int issue = 0; in send_beacon() local
3778 issue++; in send_beacon()
3785 …} while (false == bxmitok && issue < 100 && !padapter->bSurpriseRemoved && !padapter->bDriverStopp… in send_beacon()
/drivers/scsi/aic7xxx/
Daic7xxx.seq1676 /* Post the SCBID in SINDEX and issue an interrupt */
2249 * The PCI module will only issue a PCI
Daic79xx.reg166 * request to issue a message.
1469 * The maximum number of commands to issue during a

12