Home
last modified time | relevance | path

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

12

/linux/drivers/usb/misc/
A 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));
A 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
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
1598 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_empty() argument
1677 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_output() argument
[all …]
/linux/arch/m68k/q40/
A 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/drivers/usb/gadget/udc/
A Dsnps_udc_core.c345 ep->halted = 0; in udc_ep_enable()
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()
1265 halted = ep->halted; in udc_dequeue()
1266 ep->halted = 1; in udc_dequeue()
1297 ep->halted = halted; in udc_dequeue()
1788 int halted = 0; in udc_pollstall_timer_function() local
1798 halted = 1; in udc_pollstall_timer_function()
[all …]
A 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()
A 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()
2324 dev->ep[UDC_EP0IN_IDX].halted = 0; in pch_udc_svc_control_out()
2585 dev->ep[i].halted = 0; in pch_udc_svc_intf_interrupt()
2618 dev->ep[i].halted = 0; in pch_udc_svc_cfg_interrupt()
[all …]
A Ds3c2410_udc.h25 unsigned halted : 1; member
A 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()
A 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()
A Damd5536udc.h521 unsigned halted; member
A 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()
A 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/drivers/usb/usbip/
A 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()
A 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()
A Dvudc.h33 unsigned halted:1; member
/linux/arch/mips/kernel/
A 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/drivers/usb/isp1760/
A Disp1760-udc.h47 bool halted; member
A 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/drivers/usb/host/
A 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/arch/arm/mach-tegra/
A Dsleep-tegra20.S335 halted: label
339 b halted
A Dsleep-tegra30.S768 halted: label
775 b halted
/linux/drivers/mmc/host/
A Dcqhci.h241 bool halted; member
/linux/drivers/staging/emxx_udc/
A Demxx_udc.h506 unsigned halted:1; member
/linux/drivers/usb/dwc2/
A 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()
3861 if (hs_ep->halted) { in dwc2_hsotg_irq()
4100 hs_ep->halted = 0; in dwc2_hsotg_ep_enable()
4444 hs_ep->halted = value; in dwc2_hsotg_ep_sethalt()
/linux/drivers/usb/cdns3/
A 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()

Completed in 85 milliseconds

12