Home
last modified time | relevance | path

Searched refs:is_done (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/renesas_usbhs/
A Dfifo.c164 int is_done = 0; in usbhsf_pkt_handler() local
193 if (is_done) in usbhsf_pkt_handler()
200 if (is_done) { in usbhsf_pkt_handler()
424 *is_done = 1; in usbhs_dcp_dir_switch_done()
464 int *is_done) in usbhsf_dcp_data_stage_prepare_pop() argument
687 *is_done = 1; in usbhsf_pio_try_pop()
754 *is_done = 1; in usbhsf_ctrl_stage_end()
963 if (!*is_done) { in usbhsf_dma_push_done()
988 int *is_done) in usbhsf_dma_prepare_pop_with_usb_dmac() argument
1152 *is_done = 1; in usbhsf_dma_pop_done_with_rx_irq()
[all …]
A Dfifo.h63 int (*prepare)(struct usbhs_pkt *pkt, int *is_done);
64 int (*try_run)(struct usbhs_pkt *pkt, int *is_done);
65 int (*dma_done)(struct usbhs_pkt *pkt, int *is_done);
/linux/drivers/net/ethernet/marvell/
A Dmvmdio.c89 int (*is_done)(struct orion_mdio_dev *); member
102 if (!read_poll_timeout_atomic(ops->is_done, done, done, 2, in orion_mdio_wait_ready()
113 ops->is_done(dev), timeout)) in orion_mdio_wait_ready()
127 .is_done = orion_mdio_smi_is_done,
184 .is_done = orion_mdio_xsmi_is_done,
/linux/drivers/acpi/
A Dprocessor_perflib.c477 static int is_done; in acpi_processor_notify_smm() local
491 if (is_done != 0) { in acpi_processor_notify_smm()
492 if (is_done < 0) in acpi_processor_notify_smm()
493 result = is_done; in acpi_processor_notify_smm()
501 is_done = result; in acpi_processor_notify_smm()
504 is_done = 1; in acpi_processor_notify_smm()
509 is_done = 1; in acpi_processor_notify_smm()
/linux/drivers/infiniband/sw/rxe/
A Drxe_task.c74 static bool is_done(struct rxe_task *task) in is_done() function
229 while (!is_done(task)) in rxe_cleanup_task()
291 while (!is_done(task)) in rxe_disable_task()
/linux/drivers/usb/gadget/udc/
A Dat91_udc.c316 unsigned int count, bufferspace, is_done; in read_fifo() local
355 is_done = (count < ep->ep.maxpacket); in read_fifo()
357 is_done = 1; in read_fifo()
360 is_done ? " (done)" : ""); in read_fifo()
366 if (is_done) in read_fifo()
381 return is_done; in read_fifo()
A Dbcm63xx_udc.c2046 bool is_done = false; in bcm63xx_udc_data_isr() local
2067 is_done = true; in bcm63xx_udc_data_isr()
2085 is_done = true; in bcm63xx_udc_data_isr()
2104 if (is_done) { in bcm63xx_udc_data_isr()
/linux/drivers/net/wireless/atmel/
A Dat76c50x-usb.c365 int is_done = 0; in at76_usbdfu_download() local
479 is_done = 1; in at76_usbdfu_download()
484 is_done = 1; in at76_usbdfu_download()
501 } while (!is_done && (ret >= 0)); in at76_usbdfu_download()

Completed in 35 milliseconds