Home
last modified time | relevance | path

Searched refs:ongoing (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/dma/
H A Dtimb_dma.c77 bool ongoing; member
182 if (td_chan->ongoing) { in __td_start_dma()
213 td_chan->ongoing = true; in __td_start_dma()
244 td_chan->ongoing = false; in __td_finish()
265 if (td_chan->ongoing) { in __td_ier_mask()
282 BUG_ON(td_chan->ongoing); in __td_start_next()
/linux/net/mac802154/
H A Dscan.c54 clear_bit(IEEE802154_IS_SCANNING, &local->ongoing); in mac802154_scan_cleanup_locked()
298 set_bit(IEEE802154_IS_SCANNING, &local->ongoing); in mac802154_trigger_scan_locked()
455 clear_bit(IEEE802154_IS_BEACONING, &local->ongoing); in mac802154_stop_beacons_locked()
481 set_bit(IEEE802154_IS_BEACONING, &local->ongoing); in mac802154_send_beacons_locked()
568 set_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing); in mac802154_perform_association()
603 clear_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing); in mac802154_perform_association()
/linux/sound/soc/mxs/
H A Dmxs-saif.h109 unsigned int ongoing; member
H A Dmxs-saif.c170 if (master_saif->ongoing && rate != master_saif->cur_rate) { in mxs_saif_set_clk()
172 "can not change clock, master saif%d(rate %d) is ongoing\n", in mxs_saif_set_clk()
642 master_saif->ongoing = 1;
678 master_saif->ongoing = 0; in mxs_saif_irq()
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst48 truly non-blocking. If there is an ongoing async request it waits
50 doesn't wait for the new request to complete. If there is no ongoing
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsi29 ongoing operation in case of an expired 'Master Time Out'
H A Dsysfs-driver-hid-wiimote36 that the detection is still ongoing, "unknown" means, that the
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1875 bool ongoing; in xe_guc_ct_fast_path() local
1878 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in xe_guc_ct_fast_path()
1879 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in xe_guc_ct_fast_path()
1890 if (ongoing) in xe_guc_ct_fast_path()
1921 bool ongoing; in receive_g2h() local
1947 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in receive_g2h()
1948 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in receive_g2h()
1963 if (ongoing) in receive_g2h()
/linux/Documentation/userspace-api/
H A Dtee.rst26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c334 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup() argument
336 ifp->drvr->fweh->p2pdev_setup_ongoing = ongoing; in brcmf_fweh_p2pdev_setup()
/linux/include/linux/mtd/
H A Donenand.h145 unsigned int ongoing; member
H A Drawnand.h1336 bool ongoing; member
/linux/Documentation/process/
H A Dconclave.rst32 ongoing management of the top-level kernel repository consistent with
H A Dcve.rst12 security identifiers, and ongoing abuses by individuals and companies
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst24 There are ongoing discussions on how to manage lag, especially for sleeping
/linux/Documentation/fb/
H A Dpvr2fb.rst38 ongoing
/linux/arch/arc/kernel/
H A Dentry.S229 ; syscall tracing ongoing, invoke pre-post-hooks around syscall
/linux/Documentation/arch/openrisc/
H A Dopenrisc_port.rst8 For information about OpenRISC processors and ongoing development:
/linux/Documentation/RCU/
H A DNMI-RCU.rst98 not to return until all ongoing NMI handlers exit. It is therefore safe
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c1248 chip->cont_read.ongoing = false; in rawnand_cap_cont_reads()
1312 if (!chip->cont_read.ongoing) in nand_lp_exec_cont_read_page_op()
1316 chip->cont_read.ongoing = false; in nand_lp_exec_cont_read_page_op()
1327 return chip->cont_read.ongoing && page >= chip->cont_read.first_page; in rawnand_cont_read_ongoing()
3362 chip->cont_read.ongoing = false; in rawnand_enable_cont_reads()
3386 chip->cont_read.ongoing = true; in rawnand_enable_cont_reads()
3394 if (!chip->cont_read.ongoing || page != chip->cont_read.first_page) in rawnand_cont_read_skip_first_page()
3608 if (WARN_ON_ONCE(chip->cont_read.ongoing)) in nand_do_read_ops()
3609 chip->cont_read.ongoing = false; in nand_do_read_ops()
/linux/Documentation/admin-guide/media/
H A Dsi470x.rst82 For processing RDS information, there is a project ongoing at:
/linux/kernel/
H A DKconfig.kexec32 It is an ongoing process to be certain the hardware in a machine
/linux/fs/erofs/
H A DKconfig112 Note that this feature, along with ongoing fanotify pre-content
/linux/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst109 to take care of it on an ongoing basis.
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst577 latch when sent during an ongoing detachment process. It will be silently
599 Acknowledges and confirms a latch request. If sent during an ongoing

12