Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/tools/lib/subcmd/
H A Drun-command.c172 bool finished; in wait_or_whine() local
176 cmd->finished = 1; in wait_or_whine()
182 finished = cmd->finished; in wait_or_whine()
185 while (!finished) { in wait_or_whine()
195 finished = true; in wait_or_whine()
223 if (finished) {
224 cmd->finished = 1;
248 if (cmd->finished) in check_if_command_finished()
251 cmd->finished in check_if_command_finished()
[all...]
/linux/drivers/spi/
H A Dspi-slave-time.c35 struct completion finished; member
60 complete(&priv->finished); in spi_slave_time_complete()
97 init_completion(&priv->finished); in spi_slave_time_probe()
114 wait_for_completion(&priv->finished); in spi_slave_time_remove()
H A Dspi-slave-system-control.c40 struct completion finished; member
93 complete(&priv->finished); in spi_slave_system_control_complete()
123 init_completion(&priv->finished); in spi_slave_system_control_probe()
140 wait_for_completion(&priv->finished); in spi_slave_system_control_remove()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-zynqmp-fpga24 BIT(4) 0: Start-up sequence has not finished
25 1: Start-up sequence has finished
38 BIT(11) 0: Initialization has not finished
39 1: Initialization finished
/linux/tools/testing/selftests/x86/bugs/
H A Dits_permutations.py21 ksft.finished()
25 ksft.finished()
109 ksft.finished()
H A Dits_indirect_alignment.py35 ksft.finished()
39 ksft.finished()
150 ksft.finished()
H A Dits_ret_alignment.py34 ksft.finished()
139 ksft.finished()
H A Dits_sysfs.py65 ksft.finished()
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2.c391 bool *finished) in mlxfw_mfa2_xz_dec_run() argument
399 *finished = true; in mlxfw_mfa2_xz_dec_run()
402 *finished = false; in mlxfw_mfa2_xz_dec_run()
431 bool finished; in mlxfw_mfa2_file_cb_offset_xz() local
450 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
453 if (finished) { in mlxfw_mfa2_file_cb_offset_xz()
464 err = mlxfw_mfa2_xz_dec_run(xz_dec, &dec_buf, &finished); in mlxfw_mfa2_file_cb_offset_xz()
/linux/Documentation/userspace-api/
H A Ddcdbas.rst55 to perform a power cycle or power off of the system after the OS has finished
57 a driver perform a SMI after the OS has finished shutting down.
61 action after the system has finished shutting down:
75 has finished shutting down.)
/linux/drivers/platform/olpc/
H A Dolpc-ec.c27 struct completion finished; member
102 complete(&desc->finished); in olpc_ec_worker()
153 init_completion(&desc.finished); in olpc_ec_cmd()
158 wait_for_completion(&desc.finished); in olpc_ec_cmd()
/linux/drivers/gpu/drm/xe/
H A Dxe_tlb_inval_job.c277 dma_fence_get(&job->dep.drm.s_fence->finished); in xe_tlb_inval_job_push()
282 &job->dep.drm.s_fence->finished, in xe_tlb_inval_job_push()
293 return &job->dep.drm.s_fence->finished; in xe_tlb_inval_job_push()
H A Dxe_exec.c335 drm_gpuvm_resv_add_fence(&vm->gpuvm, exec, &job->drm.s_fence->finished, in xe_exec_ioctl()
340 xe_sync_entry_signal(&syncs[i], &job->drm.s_fence->finished); in xe_exec_ioctl()
345 xe_exec_queue_last_fence_set(q, vm, &job->drm.s_fence->finished); in xe_exec_ioctl()
/linux/tools/virtio/
H A Dvringh_test.c305 unsigned int finished = 0; in parallel_test() local
346 assert(*dbuf == finished - 1); in parallel_test()
348 assert(*dbuf == finished); in parallel_test()
349 finished++; in parallel_test()
416 while (finished != xfers) { in parallel_test()
424 assert(*dbuf == finished - 1); in parallel_test()
427 finished++; in parallel_test()
/linux/fs/smb/client/
H A Dsmb2inode.c259 goto finished; in smb2_compound_op()
292 goto finished; in smb2_compound_op()
320 goto finished; in smb2_compound_op()
339 goto finished; in smb2_compound_op()
365 goto finished; in smb2_compound_op()
383 goto finished; in smb2_compound_op()
400 goto finished; in smb2_compound_op()
428 goto finished; in smb2_compound_op()
454 goto finished; in smb2_compound_op()
468 goto finished; in smb2_compound_op()
[all …]
/linux/drivers/net/phy/
H A Dnxp-tja11xx.c213 bool finished = false; in tja11xx_config_aneg_cable_test() local
234 ret = phydev->drv->cable_test_get_status(phydev, &finished); in tja11xx_config_aneg_cable_test()
238 if (finished) in tja11xx_config_aneg_cable_test()
795 bool *finished) in tja11xx_cable_test_get_status() argument
799 *finished = false; in tja11xx_cable_test_get_status()
806 *finished = true; in tja11xx_cable_test_get_status()
H A Dbcm-phy-lib.h94 bool *finished);
97 int bcm_phy_cable_test_get_status(struct phy_device *phydev, bool *finished);
H A Ddp83tg720.c386 bool *finished) in dp83tg720_cable_test_get_status() argument
390 *finished = false; in dp83tg720_cable_test_get_status()
425 *finished = true; in dp83tg720_cable_test_get_status()
H A Dbcm-phy-lib.c743 bool *finished, bool is_rdb) in _bcm_phy_cable_test_get_status() argument
747 *finished = false; in _bcm_phy_cable_test_get_status()
794 *finished = true; in _bcm_phy_cable_test_get_status()
854 int bcm_phy_cable_test_get_status(struct phy_device *phydev, bool *finished) in bcm_phy_cable_test_get_status() argument
856 return _bcm_phy_cable_test_get_status(phydev, finished, false); in bcm_phy_cable_test_get_status()
871 bool *finished) in bcm_phy_cable_test_get_status_rdb() argument
873 return _bcm_phy_cable_test_get_status(phydev, finished, true); in bcm_phy_cable_test_get_status_rdb()
/linux/drivers/net/phy/qcom/
H A Dat803x.c642 bool *finished, unsigned long pair_mask) in at803x_cable_test_get_status() argument
647 *finished = false; in at803x_cable_test_get_status()
668 *finished = true; in at803x_cable_test_get_status()
939 bool *finished) in at8031_cable_test_get_status() argument
941 return at803x_cable_test_get_status(phydev, finished, 0xf); in at8031_cable_test_get_status()
955 bool *finished) in at8032_cable_test_get_status() argument
957 return at803x_cable_test_get_status(phydev, finished, 0x3); in at8032_cable_test_get_status()
/linux/Documentation/fb/
H A Daty128fb.rst56 accel use acceleration engine. Not finished.
70 - This driver is still experimental and is not finished. Too many
/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c722 unsigned finished = 0; in udc_rxfifo_read() local
744 finished = 1; in udc_rxfifo_read()
750 return finished; in udc_rxfifo_read()
1120 goto finished; in udc_queue()
1125 goto finished; in udc_queue()
1193 goto finished; in udc_queue()
1229 finished: in udc_queue()
2082 goto finished; in udc_data_out_isr()
2092 goto finished; in udc_data_out_isr()
2205 goto finished; in udc_data_out_isr()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c280 bool last_byte = false, finished = false; in mchp_corei2c_handle_isr() local
295 finished = true; in mchp_corei2c_handle_isr()
303 finished = true; in mchp_corei2c_handle_isr()
342 if (last_byte || finished) in mchp_corei2c_handle_isr()
/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst60 | | not empty / | | finished |
134 After the chaining is finished, the chain looks like :
184 This checks if the DMA is finished and a buffer is still on the
/linux/tools/testing/selftests/mm/
H A Duffd-stress.c114 while (!gopts->finished) { in locking_thread()
201 gopts->finished = 0; in stress()
238 gopts->finished = 1; in stress()

1234567