Searched defs:halt (Results 1 - 9 of 9) sorted by relevance

/drivers/net/usb/
H A Drndis_host.c312 struct rndis_halt *halt; member in union:__anon3086
452 memset(u.halt, 0, sizeof *u.halt);
453 u.halt->msg_type = RNDIS_MSG_HALT;
454 u.halt->msg_len = cpu_to_le32(sizeof *u.halt);
455 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE);
473 struct rndis_halt *halt; local
476 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL);
477 if (halt) {
[all...]
/drivers/net/hyperv/
H A Drndis_filter.c641 struct rndis_halt_request *halt; local
643 /* Attempt to do a rndis device halt */
650 halt = &request->request_msg.msg.halt_req;
651 halt->req_id = atomic_inc_return(&dev->new_req_id);
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c202 static void ar9003_mci_send_coex_halt_bt_gpm(struct ath_hw *ah, bool halt, argument
211 if (halt) {
213 /* Send next unhalt no matter halt sent or not */
/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c666 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) argument
677 dev_dbg(dev, "set halt %d (pipe %d)\n",
678 halt, usbhs_pipe_number(pipe));
683 if (halt)
688 if (halt && wedge)
/drivers/usb/gadget/
H A Damd5536udc.c1305 /* Halt or clear halt of endpoint */
1307 udc_set_halt(struct usb_ep *usbep, int halt) argument
1317 pr_debug("set_halt %s: halt=%d\n", usbep->name, halt);
1326 /* halt or clear halt */
1327 if (halt) {
1741 /* Handle halt state, used in stall poll timer */
1756 * So we clear halt on CLEAR_FEATURE.
2702 /* halt ep0i
[all...]
H A Df_fs.c755 int halt; local
784 /* Do we halt? */
785 halt = !read == !epfile->in;
786 if (halt && epfile->isoc) {
792 if (!halt && !data) {
823 if (unlikely(halt)) {
H A Dmv_udc_core.c346 /* clear active and halt bit, in case set from a previous error */
789 /* clear active and halt bit, in case set from a previous error */
919 static int mv_ep_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) argument
939 * Attempt to halt IN ep will fail if any transfer requests
942 if (halt && (ep_dir(ep) == EP_DIR_IN) && !list_empty(&ep->queue)) {
948 ep_set_stall(udc, ep->ep_num, ep_dir(ep), halt);
949 if (halt && wedge)
951 else if (!halt)
963 static int mv_ep_set_halt(struct usb_ep *_ep, int halt) argument
965 return mv_ep_set_halt_wedge(_ep, halt,
[all...]
H A Dpch_udc.c1971 * pch_udc_pcd_set_halt() - This function Sets or clear the endpoint halt
1974 * @halt: Specifies whether to set or clear the feature
1980 static int pch_udc_pcd_set_halt(struct usb_ep *usbep, int halt) argument
1997 if (halt) {
2017 * halt feature
2019 * @halt: Specifies whether to set or clear the feature
/drivers/s390/net/
H A Dqeth_core_main.c1568 static int qeth_clear_halt_card(struct qeth_card *card, int halt) argument
1574 if (halt)

Completed in 261 milliseconds