Home
last modified time | relevance | path

Searched full:ongoing (Results 1 – 25 of 235) sorted by relevance

12345678910

/Linux-v5.10/drivers/dma/
Dtimb_dma.c77 bool ongoing; member
182 if (td_chan->ongoing) { in __td_start_dma()
184 "Transfer already ongoing\n"); 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()
479 /* transfer ongoing */ in td_issue_pending()
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c139 * This should be accepted when p2pdev_setup is ongoing. TDLS setup will in brcmf_fweh_handle_if_event()
275 * brcmf_fweh_p2pdev_setup() - P2P device setup ongoing (or not).
278 * @ongoing: p2p device setup in progress (or not).
280 void brcmf_fweh_p2pdev_setup(struct brcmf_if *ifp, bool ongoing) in brcmf_fweh_p2pdev_setup() argument
282 ifp->drvr->fweh.p2pdev_setup_ongoing = ongoing; in brcmf_fweh_p2pdev_setup()
/Linux-v5.10/Documentation/driver-api/mmc/
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-v5.10/drivers/gpio/
DTODO1 This is a place for planning the ongoing long-term work in the GPIO
47 following ongoing work as well) we can delete the old global
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-fsi29 ongoing operation in case of an expired 'Master Time Out'
Dsysfs-driver-hid-wiimote36 that the detection is still ongoing, "unknown" means, that the
/Linux-v5.10/arch/m68k/
DKconfig107 It is an ongoing process to be certain the hardware in a machine
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/falcon/
Dqmgr.h12 * struct nvkm_falcon_qmgr_seq - keep track of ongoing commands
/Linux-v5.10/net/netfilter/
Dnft_tproxy.c39 /* check if there's an ongoing connection on the packet addresses, this in nft_tproxy_eval_v4()
106 /* check if there's an ongoing connection on the packet addresses, this in nft_tproxy_eval_v6()
Dxt_TPROXY.c47 /* check if there's an ongoing connection on the packet in tproxy_tg4()
136 /* check if there's an ongoing connection on the packet in tproxy_tg6_v1()
/Linux-v5.10/sound/soc/mxs/
Dmxs-saif.c95 if (master_saif->ongoing && rate != master_saif->cur_rate) { in mxs_saif_set_clk()
97 "can not change clock, master saif%d(rate %d) is ongoing\n", in mxs_saif_set_clk()
583 master_saif->ongoing = 1; in mxs_saif_trigger()
619 master_saif->ongoing = 0; in mxs_saif_trigger()
Dmxs-saif.h109 unsigned int ongoing; member
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dp2p.c71 wil_err(wil, "search failed. discovery already ongoing\n"); in wil_p2p_search()
141 wil_err(wil, "discovery already ongoing\n"); in wil_p2p_listen()
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
D11h.c184 /* This function is to abort ongoing CAC upon stopping AP operations
203 * and also cancels ongoing delayed work.
/Linux-v5.10/Documentation/fb/
Dpvr2fb.rst38 ongoing
/Linux-v5.10/drivers/rtc/
Drtc-sirfsoc.c123 * An ongoing alarm in progress - ingore it and not in sirfsoc_rtc_set_alarm()
145 * trying to cancel an ongoing alarm in sirfsoc_rtc_set_alarm()
/Linux-v5.10/include/linux/hsi/
Dhsi.h46 HSI_STATUS_PROCEEDING, /* Message transfer is ongoing */
48 HSI_STATUS_ERROR, /* Error when message transfer was ongoing */
/Linux-v5.10/sound/soc/ti/
Domap-dmic.c303 /* re-parent not allowed if a stream is ongoing */ in omap_dmic_select_fclk()
419 /* Disable lines while request is ongoing */ in omap_dmic_probe()
/Linux-v5.10/Documentation/RCU/
DNMI-RCU.rst99 not to return until all ongoing NMI handlers exit. It is therefore safe
/Linux-v5.10/Documentation/kbuild/
Dllvm.rst14 such as GCC and binutils. Ongoing work has allowed for `Clang
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/
Dkvm-check-branches.sh8 # CFLIST. If some adjustments appear to have ongoing value, this script
/Linux-v5.10/include/uapi/linux/
Dbatman_adv.h658 * already ongoing
673 * @BATADV_TP_REASON_TOO_MANY: too many ongoing sessions
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dcalib.c285 * stop NF cal if ongoing to ensure NF load completes immediately in ath9k_hw_loadnf()
286 * (or after end rx/tx frame if ongoing) in ath9k_hw_loadnf()
/Linux-v5.10/drivers/hid/intel-ish-hid/
Dishtp-hid.h154 * @raw_get_req: Flag indicating raw get request ongoing
/Linux-v5.10/drivers/hsi/controllers/
Domap_ssi.h126 * @gdd_trn: Array of GDD transaction data for ongoing GDD transfers

12345678910