Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/marvell/
A Dmvmdio.c86 int (*is_done)(struct orion_mdio_dev *); member
102 if (ops->is_done(dev)) in orion_mdio_wait_ready()
121 ops->is_done(dev), timeout); in orion_mdio_wait_ready()
137 .is_done = orion_mdio_smi_is_done,
196 .is_done = orion_mdio_xsmi_is_done,
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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 26 milliseconds