Home
last modified time | relevance | path

Searched full:cancellation (Results 1 – 25 of 117) sorted by relevance

12345

/linux-6.8/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt40 - resistance-cancellation
42 cancellation on remote temperature channel 1.
43 For MAX6581, resistance cancellation enabled for all channels if
46 If not specified, resistance cancellation will be disabled for all
61 resistance-cancellation;
Dadt7475.yaml20 series resistance cancellation (SRC)).
/linux-6.8/drivers/media/usb/gspca/stv06xx/
Dstv06xx_vv6410.h47 dark line offset cancellation algorithm */
52 black line offset cancellation algorithm */
100 /* Dark line offset cancellation value */
104 /* Dark line offset cancellation enable */
125 /* Black offset cancellation default value */
129 /* Black offset cancellation setup */
/linux-6.8/net/wireless/
Ddebugfs.c169 struct debugfs_cancellation cancellation = { in wiphy_locked_debugfs_read() local
180 debugfs_enter_cancellation(file, &cancellation); in wiphy_locked_debugfs_read()
182 debugfs_leave_cancellation(file, &cancellation); in wiphy_locked_debugfs_read()
248 struct debugfs_cancellation cancellation = { in wiphy_locked_debugfs_write() local
265 debugfs_enter_cancellation(file, &cancellation); in wiphy_locked_debugfs_write()
267 debugfs_leave_cancellation(file, &cancellation); in wiphy_locked_debugfs_write()
/linux-6.8/drivers/misc/echo/
Decho.h20 Line echo cancellation for voice
24 This module aims to provide G.168-2002 compliant echo cancellation, to remove
42 very poorly for things like speech echo cancellation, where the signal level
46 (NLMS) algorithm is the commonest one used for speech echo cancellation. Many
106 cancellation requires many operations per sample, so the call overhead is only
/linux-6.8/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-mcp356423 include an offset cancellation algorithm that cancels the offset
24 contribution of the ADC). When the offset cancellation algorithm
29 cancellation of the ADC offset error and the achievement of
Dsysfs-bus-iio-health-afe440x29 Get and set the offset cancellation DAC setting for these
/linux-6.8/include/linux/
Ddebugfs.h175 * struct debugfs_cancellation - cancellation data
186 void __acquires(cancellation)
188 struct debugfs_cancellation *cancellation);
189 void __releases(cancellation)
191 struct debugfs_cancellation *cancellation);
Dtee_drv.h462 * tee_client_cancel_req() - Request cancellation of the previous open-session
465 * @arg: Cancellation arguments, see description of
468 * Returns < 0 on error else 0 if the cancellation was successfully requested.
Ddevm-helpers.h13 * Please take into account that devm based cancellation may be performed some
Dfirmware.h61 * @cancel: Required: Request cancellation of update. This op
/linux-6.8/fs/debugfs/
Dfile.c154 * debugfs_enter_cancellation - enter a debugfs cancellation
156 * @cancellation: the cancellation object, the cancel callback
167 * cancellation's 'cancel' callback may be called, at which point
176 struct debugfs_cancellation *cancellation) in debugfs_enter_cancellation() argument
181 INIT_LIST_HEAD(&cancellation->list); in debugfs_enter_cancellation()
186 if (WARN_ON(!cancellation->cancel)) in debugfs_enter_cancellation()
195 list_add(&cancellation->list, &fsd->cancellations); in debugfs_enter_cancellation()
205 * debugfs_leave_cancellation - leave cancellation section
207 * @cancellation: the cancellation previously registered with
213 struct debugfs_cancellation *cancellation) in debugfs_leave_cancellation() argument
[all …]
/linux-6.8/fs/xfs/
Dxfs_icreate_item.c220 * buffers for cancellation so we don't overwrite anything written after in xlog_recover_icreate_commit_pass2()
221 * a cancellation. in xlog_recover_icreate_commit_pass2()
248 "WARNING: partial inode chunk cancellation, skipped icreate."); in xlog_recover_icreate_commit_pass2()
/linux-6.8/tools/testing/selftests/firmware/
Dfw_upload.sh6 # cancellation support, and the error flows.
145 echo "$0: firmware upload cancellation works"
/linux-6.8/Documentation/devicetree/bindings/iio/frequency/
Dadi,adf4350.yaml99 adi,charge-cancellation-enable:
102 Enabled charge pump charge cancellation for integer-N modes.
/linux-6.8/include/uapi/linux/
Dtee.h227 * @cancel_id: [in] Cancellation id, a unique value to identify this request
261 * @cancel_id: [in] Cancellation id, a unique value to identify this request
288 * @cancel_id: [in] Cancellation id, a unique value to identify this request
/linux-6.8/drivers/isdn/mISDN/
DKconfig22 echo cancellation, tone generation, and Blowfish encryption and
Ddsp_hwec.c20 { "deftaps", "128", "Set the number of taps of cancellation." },
/linux-6.8/Documentation/devicetree/bindings/mfd/
Dtwl4030-audio.txt19 -ti,offset_cncl_path: Offset cancellation path selection, refer to TRM for the
/linux-6.8/Documentation/driver-api/surface_aggregator/
Dinternal.rst129 to cancellation, before it will be released.
226 has been exceeded, cancellation of the packet in question.
270 submission, i.e. cancellation, can not rely on the ``ptl`` reference to be
280 (|ssh_ptl_submit|), packet cancellation (|ssh_ptl_cancel|), data receival
456 (|ssh_rtl_submit|), request cancellation (|ssh_rtl_cancel|), and layer
/linux-6.8/Documentation/hwmon/
Dmax31730.rst24 supply voltage is from 3.0V to 3.6V. Resistance cancellation compensates
/linux-6.8/arch/arm64/kernel/vdso/
Dsigreturn.S25 * cleanup handlers during the thread cancellation dance. By omitting the
/linux-6.8/drivers/platform/surface/aggregator/
Dssh_request_layer.c291 * reference. Cancellation itself will remove it from the set in ssh_rtl_tx_try_process_one()
380 * otherwise: If this were outside of the lock, cancellation in in ssh_rtl_submit()
398 * This is required for non-pending cancellation. This barrier is paired in ssh_rtl_submit()
612 * to safe-guard cancellation to concurrent submission against a in ssh_rtl_cancel_nonpending()
1262 * cancellation. in ssh_rtl_shutdown()
/linux-6.8/include/xen/interface/
Delfnote.h141 * Whether or not the guest supports cooperative suspend cancellation.
/linux-6.8/net/mac80211/
Dpm.c31 mb(); /* make suspending visible before any cancellation */ in __ieee80211_suspend()

12345