Home
last modified time | relevance | path

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

/drivers/usb/renesas_usbhs/
Dfifo.c39 static int usbhsf_null_handle(struct usbhs_pkt *pkt, int *is_done) in usbhsf_null_handle() argument
163 int (*func)(struct usbhs_pkt *pkt, int *is_done); in usbhsf_pkt_handler()
166 int is_done = 0; in usbhsf_pkt_handler() local
191 ret = func(pkt, &is_done); in usbhsf_pkt_handler()
193 if (is_done) in usbhsf_pkt_handler()
200 if (is_done) { in usbhsf_pkt_handler()
366 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write() argument
395 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read() argument
423 static int usbhs_dcp_dir_switch_done(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_done() argument
433 *is_done = 1; in usbhs_dcp_dir_switch_done()
[all …]
Dfifo.h72 int (*prepare)(struct usbhs_pkt *pkt, int *is_done);
73 int (*try_run)(struct usbhs_pkt *pkt, int *is_done);
74 int (*dma_done)(struct usbhs_pkt *pkt, int *is_done);
/drivers/net/ethernet/marvell/
Dmvmdio.c84 int (*is_done)(struct orion_mdio_dev *); member
100 if (ops->is_done(dev)) in orion_mdio_wait_ready()
119 ops->is_done(dev), timeout); in orion_mdio_wait_ready()
135 .is_done = orion_mdio_smi_is_done,
200 .is_done = orion_mdio_xsmi_is_done,
/drivers/acpi/
Dprocessor_perflib.c489 static int is_done = 0; in acpi_processor_notify_smm() local
503 if (is_done > 0) { in acpi_processor_notify_smm()
506 } else if (is_done < 0) { in acpi_processor_notify_smm()
508 return is_done; in acpi_processor_notify_smm()
511 is_done = -EIO; in acpi_processor_notify_smm()
526 is_done = 1; in acpi_processor_notify_smm()
/drivers/usb/gadget/udc/
Dat91_udc.c332 unsigned int count, bufferspace, is_done; in read_fifo() local
371 is_done = (count < ep->ep.maxpacket); in read_fifo()
373 is_done = 1; in read_fifo()
376 is_done ? " (done)" : ""); in read_fifo()
382 if (is_done) in read_fifo()
397 return is_done; in read_fifo()
Dbcm63xx_udc.c2057 bool is_done = false; in bcm63xx_udc_data_isr() local
2078 is_done = true; in bcm63xx_udc_data_isr()
2096 is_done = true; in bcm63xx_udc_data_isr()
2115 if (is_done) { in bcm63xx_udc_data_isr()
/drivers/net/wireless/atmel/
Dat76c50x-usb.c370 int is_done = 0; in at76_usbdfu_download() local
484 is_done = 1; in at76_usbdfu_download()
489 is_done = 1; in at76_usbdfu_download()
506 } while (!is_done && (ret >= 0)); in at76_usbdfu_download()