Home
last modified time | relevance | path

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

12

/Linux-v5.15/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,
832 int halted = target->halted; in ftdi_elan_do_callback() local
845 error_count, condition_code, repeat_number, halted, skipped, in ftdi_elan_do_callback()
1048 target->halted = (ftdi->response[0] >> 3) & in ftdi_elan_respond_engine()
1432 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
1541 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument
1554 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_empty() argument
[all …]
/Linux-v5.15/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-v5.15/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()
1352 ep->halted = value ? 1 : 0; in s3c2410_udc_set_halt()
1579 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()
799 ep->halted = ep->wedged = 0; in dummy_set_halt_and_wedge()
804 ep->halted = 1; in dummy_set_halt_and_wedge()
1055 ep->halted = ep->wedged = ep->already_seen = in init_dummy_udc_hw()
1684 ep2->halted = 1; in handle_control_request()
1733 ep2->halted = 0; in handle_control_request()
1756 buf[0] = ep2->halted; in handle_control_request()
1873 if (ep->halted && !ep->setup_stage) { in dummy_timer()
1908 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()
1162 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()
Dgr_udc.c984 int halted; in gr_endpoint_request() local
998 halted = gr_read32(&ep->regs->epctrl) & GR_EPCTRL_EH; in gr_endpoint_request()
999 return gr_ep0_respond_u16(dev, halted ? 0x0001 : 0); in gr_endpoint_request()
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/arm/mach-tegra/
Dsleep-tegra20.S335 halted: label
339 b halted
Dsleep-tegra30.S768 halted: label
775 b halted
/Linux-v5.15/drivers/mmc/host/
Dcqhci.h241 bool halted; member
/Linux-v5.15/drivers/staging/emxx_udc/
Demxx_udc.h506 unsigned halted:1; member
/Linux-v5.15/drivers/usb/dwc2/
Dgadget.c1700 reply = cpu_to_le16(ep->halted ? 1 : 0); in dwc2_hsotg_process_req_status()
1777 bool halted; in dwc2_hsotg_process_req_feature() local
1829 halted = ep->halted; in dwc2_hsotg_process_req_feature()
1846 if (!set && halted) { in dwc2_hsotg_process_req_feature()
3850 if (hs_ep->halted) { in dwc2_hsotg_irq()
4089 hs_ep->halted = 0; in dwc2_hsotg_ep_enable()
4433 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
/Linux-v5.15/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