Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.1.9/drivers/usb/misc/ !
Dusb_u132.h71 int halted, int skipped, int actual, int non_null));
76 int halted, int skipped, int actual, int non_null));
81 int halted, int skipped, int actual, int non_null));
86 int halted, int skipped, int actual, int non_null));
91 int halted, int skipped, int actual, int non_null));
Dftdi-elan.c132 int halted; member
140 int repeat_number, int halted, int skipped, int actual,
833 int halted = target->halted; in ftdi_elan_do_callback() local
846 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback()
1049 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine()
1433 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument
1476 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument
1489 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument
1540 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument
1553 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument
[all …]
/linux-6.1.9/arch/m68k/q40/ !
Dconfig.c107 static int halted; variable
112 if (halted) in q40_heartbeat()
124 halted = 1; in q40_reset()
135 halted = 1; in q40_halt()
/linux-6.1.9/drivers/usb/gadget/udc/ !
Dsnps_udc_core.c345 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 …]
Ds3c2410_udc.c232 unsigned halted = ep->halted; in s3c2410_udc_done() local
241 ep->halted = 1; in s3c2410_udc_done()
243 ep->halted = halted; in s3c2410_udc_done()
1028 ep->halted = 0; in s3c2410_udc_ep_enable()
1099 ep->halted = 1; in s3c2410_udc_ep_disable()
1213 if (list_empty(&ep->queue) && !ep->halted) { in s3c2410_udc_queue()
1353 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt()
1577 ep->halted = 0; in s3c2410_udc_reinit()
Dpch_udc.c295 halted:1; member
1428 unsigned halted = ep->halted; in complete_req() local
1440 ep->halted = 1; in complete_req()
1446 ep->halted = halted; in complete_req()
1457 ep->halted = 1; in empty_req_queue()
1661 ep->halted = 0; in pch_udc_pcd_ep_enable()
1692 ep->halted = 1; in pch_udc_pcd_ep_disable()
1818 if (list_empty(&ep->queue) && !ep->halted) { in pch_udc_pcd_queue()
2324 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2325 dev->ep[UDC_EP0OUT_IDX].halted = 0; in pch_udc_svc_control_out()
[all …]
Ds3c2410_udc.h25 unsigned halted : 1; member
Ddummy_hcd.c88 unsigned halted:1; member
630 ep->halted = ep->wedged = 0; in dummy_enable()
800 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
805 ep->halted = 1; in dummy_set_halt_and_wedge()
1056 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1685 ep2->halted = 1; in handle_control_request()
1734 ep2->halted = 0; in handle_control_request()
1757 buf[0] = ep2->halted; in handle_control_request()
1874 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1909 ep->halted = 0; in dummy_timer()
Dmax3420_udc.c164 int halted; member
365 ep->halted = 1; in spi_max3420_stall()
370 ep->halted = 0; in spi_max3420_stall()
561 if (ep->halted) in max3420_getstatus()
1166 ep->halted = 0; in max3420_eps_init()
Damd5536udc.h521 unsigned halted; member
Dbcm63xx_udc.c244 unsigned halted:1; member
960 bep->halted = 0; in bcm63xx_init_udc_hw()
1055 bep->halted = 0; in bcm63xx_ep_enable()
1259 bep->halted = value; in bcm63xx_udc_set_halt()
/linux-6.1.9/drivers/usb/usbip/ !
Dvudc_transfer.c106 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()
Dvudc_dev.c253 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()
Dvudc.h33 unsigned halted:1; member
/linux-6.1.9/arch/mips/kernel/ !
Dsmp-cps.c509 unsigned halted; in wait_for_sibling_halt() local
515 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
517 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
/linux-6.1.9/drivers/usb/isp1760/ !
Disp1760-udc.h47 bool halted; member
Disp1760-udc.c504 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-6.1.9/drivers/usb/host/ !
Du132-hcd.c574 int halted, int skipped, int actual, int non_null)) in edset_input() argument
584 int halted, int skipped, int actual, int non_null)) in edset_setup() argument
594 int halted, int skipped, int actual, int non_null)) in edset_single() argument
604 int halted, int skipped, int actual, int non_null)) in edset_output() argument
617 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_interrupt_recv() argument
717 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_output_sent() argument
768 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_bulk_input_recv() argument
871 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_sent() argument
908 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_input_recv() argument
980 int repeat_number, int halted, int skipped, int actual, int non_null) in u132_hcd_configure_empty_recv() argument
[all …]
/linux-6.1.9/arch/arm/mach-tegra/ !
Dsleep-tegra20.S335 halted: label
339 b halted
Dsleep-tegra30.S768 halted: label
775 b halted
/linux-6.1.9/drivers/mmc/host/ !
Dcqhci.h241 bool halted; member
/linux-6.1.9/drivers/remoteproc/ !
Dti_k3_r5_remoteproc.c1112 u32 ctrl = 0, cfg = 0, stat = 0, halted = 0; in k3_r5_rproc_configure_mode() local
1157 halted = ctrl & PROC_BOOT_CTRL_FLAG_R5_CORE_HALT; in k3_r5_rproc_configure_mode()
1165 if (c_state && !ret && !halted) { in k3_r5_rproc_configure_mode()
1185 halted ? "halted" : "unhalted"); in k3_r5_rproc_configure_mode()
/linux-6.1.9/drivers/staging/emxx_udc/ !
Demxx_udc.h506 unsigned halted:1; member
/linux-6.1.9/drivers/usb/dwc2/ !
Dgadget.c1702 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status()
1779 bool halted; in dwc2_hsotg_process_req_feature() local
1831 halted = ep->halted; in dwc2_hsotg_process_req_feature()
1848 if (!set && halted) { in dwc2_hsotg_process_req_feature()
3862 if (hs_ep->halted) { in dwc2_hsotg_irq()
4101 hs_ep->halted = 0; in dwc2_hsotg_ep_enable()
4445 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
/linux-6.1.9/drivers/usb/cdns3/ !
Dcdnsp-gadget.c174 u32 halted; in cdnsp_quiesce() local
180 halted = readl(&pdev->op_regs->status) & STS_HALT; in cdnsp_quiesce()
181 if (!halted) in cdnsp_quiesce()

12