Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 9 of 9) sorted by relevance

/drivers/net/usb/
Drndis_host.c284 struct rndis_halt *halt; in generic_rndis_bind() member
424 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind()
425 u.halt->msg_type = RNDIS_MSG_HALT; in generic_rndis_bind()
426 u.halt->msg_len = ccpu2(sizeof *u.halt); in generic_rndis_bind()
427 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind()
445 struct rndis_halt *halt; in rndis_unbind() local
448 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind()
449 if (halt) { in rndis_unbind()
450 halt->msg_type = RNDIS_MSG_HALT; in rndis_unbind()
451 halt->msg_len = ccpu2(sizeof *halt); in rndis_unbind()
[all …]
/drivers/net/ixp2000/
Dixp2400_rx.uc142 * We halt if we see {inbparerr,parerr,null,soperror}.
394 halt
397 halt
400 halt
403 halt
406 halt
Dixp2400_tx.uc270 halt
/drivers/usb/host/
Dehci-q.c288 __le32 halt = HALT_BIT(ehci); in qh_completions() local
357 goto halt; in qh_completions()
389 if ((halt & qh->hw_token) == 0) { in qh_completions()
390 halt: in qh_completions()
391 qh->hw_token |= halt; in qh_completions()
Doxu210hp-hcd.c1066 goto halt; in qh_completions()
1105 halt: in qh_completions()
/drivers/staging/et131x/
Det1310_address_map.h334 u32 halt:1; // bit 0 member
336 u32 halt:1; // bit 0
552 u32 halt:1; // bit 0 member
554 u32 halt:1; // bit 0
Det1310_tx.c320 csr.bits.halt = 0; in et131x_tx_dma_enable()
/drivers/usb/gadget/
Damd5536udc.c1339 udc_set_halt(struct usb_ep *usbep, int halt) in udc_set_halt() argument
1349 pr_debug("set_halt %s: halt=%d\n", usbep->name, halt); in udc_set_halt()
1359 if (halt) { in udc_set_halt()
/drivers/s390/net/
Dqeth_core_main.c1301 static int qeth_clear_halt_card(struct qeth_card *card, int halt) in qeth_clear_halt_card() argument
1308 if (halt) in qeth_clear_halt_card()