| /linux/arch/m68k/q40/ |
| H A D | config.c | 100 static int halted; variable 105 if (halted) in q40_heartbeat() 117 halted = 1; in q40_reset() 128 halted = 1; in q40_halt()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | snps_udc_core.c | 345 ep->halted = 0; in udc_ep_enable() 965 unsigned halted; in complete_req() local 974 halted = ep->halted; in complete_req() 975 ep->halted = 1; in complete_req() 990 ep->halted = halted; in complete_req() 1239 ep->halted = 1; in empty_req_queue() 1254 unsigned halted; in udc_dequeue() local 1265 halted = ep->halted; in udc_dequeue() 1266 ep->halted = 1; in udc_dequeue() 1297 ep->halted = halted; in udc_dequeue() [all …]
|
| H A D | pch_udc.c | 294 halted:1; member 1427 unsigned halted = ep->halted; in complete_req() local 1439 ep->halted = 1; in complete_req() 1445 ep->halted = halted; in complete_req() 1456 ep->halted = 1; in empty_req_queue() 1660 ep->halted = 0; in pch_udc_pcd_ep_enable() 1691 ep->halted = 1; in pch_udc_pcd_ep_disable() 1817 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue() 2323 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out() 2324 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out() [all …]
|
| H A D | dummy_hcd.c | 91 unsigned halted:1; member 634 ep->halted = ep->wedged = 0; in dummy_enable() 804 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge() 809 ep->halted = 1; in dummy_set_halt_and_wedge() 1060 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw() 1692 ep2->halted = 1; in handle_control_request() 1741 ep2->halted = 0; in handle_control_request() 1764 buf[0] = ep2->halted; in handle_control_request() 1881 if (ep->halted && !ep->setup_stage) { in dummy_timer() 1916 ep->halted = 0; in dummy_timer()
|
| H A D | max3420_udc.c | 162 int halted; member 363 ep->halted = 1; in spi_max3420_stall() 368 ep->halted = 0; in spi_max3420_stall() 559 if (ep->halted) in max3420_getstatus() 1163 ep->halted = 0; in max3420_eps_init()
|
| H A D | amd5536udc.h | 521 unsigned halted; member
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_transfer.c | 106 ep2->halted = 1; in handle_control_request() 140 ep2->halted = 0; in handle_control_request() 163 buf[0] = ep2->halted; in handle_control_request() 363 if (ep->halted && !ep->setup_stage) { in v_timer() 371 ep->halted = 0; in v_timer()
|
| H A D | vudc.h | 33 unsigned halted:1; member
|
| H A D | vudc_dev.c | 253 ep->halted = ep->wedged = 0; in vep_enable() 387 ep->halted = ep->wedged = 0; in vep_set_halt_and_wedge() 392 ep->halted = 1; in vep_set_halt_and_wedge()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-udc.h | 47 bool halted; member
|
| H A D | isp1760-udc.c | 504 ep->halted = halt; in __isp1760_udc_set_halt() 537 if (ep->halted) in isp1760_udc_get_status() 821 uep->halted = false; in isp1760_ep_enable() 955 if ((uep->addr & USB_DIR_IN) && !uep->halted && empty) in isp1760_ep_queue()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_fw.c | 1123 bool halted; in panthor_fw_mcu_halted() local 1125 halted = gpu_read(ptdev, MCU_STATUS) == MCU_STATUS_HALT; in panthor_fw_mcu_halted() 1128 halted &= (GLB_STATE_GET(glb_iface->output->ack) == GLB_STATE_HALT); in panthor_fw_mcu_halted() 1130 return halted; in panthor_fw_mcu_halted() 1147 bool halted = false; in panthor_fw_wait_mcu_halted() local 1149 if (read_poll_timeout_atomic(panthor_fw_mcu_halted, halted, halted, 10, in panthor_fw_wait_mcu_halted()
|
| /linux/arch/mips/kernel/ |
| H A D | smp-cps.c | 843 unsigned halted; in wait_for_sibling_halt() local 849 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt() 851 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-dbgcap.c | 719 handle_ep_halt_changes(struct xhci_dbc *dbc, struct dbc_ep *dep, bool halted) in handle_ep_halt_changes() argument 721 if (halted) { in handle_ep_halt_changes() 723 dep->halted = 1; in handle_ep_halt_changes() 725 } else if (dep->halted) { in handle_ep_halt_changes() 727 dep->halted = 0; in handle_ep_halt_changes() 814 dep->halted = 1; in dbc_handle_xfer_event()
|
| H A D | xhci-dbgcap.h | 92 unsigned int halted:1; member
|
| /linux/arch/arm/mach-tegra/ |
| H A D | sleep-tegra20.S | 337 halted: label 341 b halted
|
| H A D | sleep-tegra30.S | 770 halted: label 777 b halted
|
| /linux/drivers/usb/dwc2/ |
| H A D | gadget.c | 1705 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status() 1782 bool halted; in dwc2_hsotg_process_req_feature() local 1834 halted = ep->halted; in dwc2_hsotg_process_req_feature() 1851 if (!set && halted) { in dwc2_hsotg_process_req_feature() 3874 if (hs_ep->halted) { in dwc2_hsotg_irq() 4113 hs_ep->halted = 0; in dwc2_hsotg_ep_enable() 4457 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.c | 196 u32 halted; in cdnsp_quiesce() local 202 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce() 203 if (!halted) in cdnsp_quiesce()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mic | 86 "halted" Shutdown because of a halt command.
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 3251 bool halted = false; in qed_grc_dump_mcp() local 3255 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_grc_dump_mcp() 3256 if (!halted) in qed_grc_dump_mcp() 3301 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_grc_dump_mcp() 4193 int halted = 0; in qed_mcp_trace_dump() local 4220 halted = !qed_mcp_halt(p_hwfn, p_ptt); in qed_mcp_trace_dump() 4221 if (!halted) in qed_mcp_trace_dump() 4246 if (halted && qed_mcp_resume(p_hwfn, p_ptt)) in qed_mcp_trace_dump()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | timekeeping.rst | 99 low, the count is halted. If the output is low when the gate is lowered, the 433 other processors. In such cases, the TSC on halted CPUs could advance faster 434 than that of non-halted processors. AMD Turion processors are known to have
|
| /linux/Documentation/scsi/ |
| H A D | arcmsr_spec.rst | 163 (re-start if background is halted)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 95 works with event types 0x76 (cpu-cycles, CPU clocks not halted) and 0xC1
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 294 - The current action has been halted.
|