Home
last modified time | relevance | path

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

123

/linux-6.15/net/mac802154/
H A Dieee802154_i.h87 unsigned long ongoing; member
288 return test_bit(IEEE802154_IS_SCANNING, &local->ongoing); in mac802154_is_scanning()
299 return test_bit(IEEE802154_IS_BEACONING, &local->ongoing); in mac802154_is_beaconing()
312 return test_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing); in mac802154_is_associating()
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-6.15/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-6.15/kernel/
H A Dtracepoint.c37 bool ongoing; member
49 snapshot->ongoing = true; in tp_rcu_get_state()
56 if (!snapshot->ongoing) in tp_rcu_cond_sync()
59 snapshot->ongoing = false; in tp_rcu_cond_sync()
H A DKconfig.kexec32 It is an ongoing process to be certain the hardware in a machine
/linux-6.15/sound/soc/mxs/
H A Dmxs-saif.h109 unsigned int ongoing; member
H A Dmxs-saif.c94 if (master_saif->ongoing && rate != master_saif->cur_rate) { in mxs_saif_set_clk()
585 master_saif->ongoing = 1; in mxs_saif_trigger()
621 master_saif->ongoing = 0; in mxs_saif_trigger()
/linux-6.15/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-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1526 bool ongoing; in xe_guc_ct_fast_path() local
1529 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in xe_guc_ct_fast_path()
1530 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in xe_guc_ct_fast_path()
1541 if (ongoing) in xe_guc_ct_fast_path()
1572 bool ongoing; in receive_g2h() local
1598 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in receive_g2h()
1599 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in receive_g2h()
1614 if (ongoing) in receive_g2h()
/linux-6.15/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-6.15/Documentation/userspace-api/
H A Dtee.rst26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
/linux-6.15/include/linux/mtd/
H A Donenand.h145 unsigned int ongoing; member
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c328 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup() argument
330 ifp->drvr->fweh->p2pdev_setup_ongoing = ongoing; in brcmf_fweh_p2pdev_setup()
H A Dfweh.h359 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing);
/linux-6.15/Documentation/scheduler/
H A Dsched-eevdf.rst24 There are ongoing discussions on how to manage lag, especially for sleeping
/linux-6.15/Documentation/fb/
H A Dpvr2fb.rst38 ongoing
/linux-6.15/drivers/mtd/nand/onenand/
H A Donenand_omap2.c211 !this->ongoing) { in omap2_onenand_wait()
301 if (this->ongoing) in omap2_onenand_wait()
/linux-6.15/Documentation/arch/openrisc/
H A Dopenrisc_port.rst8 For information about OpenRISC processors and ongoing development:
/linux-6.15/arch/arc/kernel/
H A Dentry.S229 ; syscall tracing ongoing, invoke pre-post-hooks around syscall
/linux-6.15/Documentation/RCU/
H A DNMI-RCU.rst98 not to return until all ongoing NMI handlers exit. It is therefore safe
/linux-6.15/drivers/gpio/
H A DTODO1 This is a place for planning the ongoing long-term work in the GPIO
48 following ongoing work as well) we can delete the old global
/linux-6.15/Documentation/devicetree/bindings/dma/ti/
H A Dk3-udma.yaml22 segmentation or reassembly operations to be ongoing. The DMA controller
/linux-6.15/fs/erofs/
H A DKconfig89 Note that this feature, along with ongoing fanotify pre-content
/linux-6.15/Documentation/admin-guide/media/
H A Dsi470x.rst82 For processing RDS information, there is a project ongoing at:

123