| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | max6697.txt | 40 - 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;
|
| /linux/net/wireless/ |
| H A D | debugfs.c | 169 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/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx_vv6410.h | 47 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/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-mcp3564 | 23 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
|
| H A D | sysfs-bus-iio-health-afe440x | 29 Get and set the offset cancellation DAC setting for these
|
| /linux/include/linux/ |
| H A D | devm-helpers.h | 13 * Please take into account that devm based cancellation may be performed some 44 * cancellation when driver is detached. 69 * cancellation when driver is detached.
|
| H A D | debugfs.h | 237 * struct debugfs_cancellation - cancellation data 248 void __acquires(cancellation) 250 struct debugfs_cancellation *cancellation); 251 void __releases(cancellation) 253 struct debugfs_cancellation *cancellation);
|
| H A D | tee_drv.h | 287 * tee_client_cancel_req() - Request cancellation of the previous open-session 290 * @arg: Cancellation arguments, see description of 293 * Returns < 0 on error else 0 if the cancellation was successfully requested.
|
| /linux/fs/debugfs/ |
| H A D | file.c | 185 * debugfs_enter_cancellation - enter a debugfs cancellation 187 * @cancellation: the cancellation object, the cancel callback 198 * cancellation's 'cancel' callback may be called, at which point 207 struct debugfs_cancellation *cancellation) in debugfs_enter_cancellation() argument 212 INIT_LIST_HEAD(&cancellation->list); in debugfs_enter_cancellation() 217 if (WARN_ON(!cancellation->cancel)) in debugfs_enter_cancellation() 225 list_add(&cancellation->list, &fsd->cancellations); in debugfs_enter_cancellation() 235 * debugfs_leave_cancellation - leave cancellation section 237 * @cancellation: the cancellation previously registered with 243 struct debugfs_cancellation *cancellation) in debugfs_leave_cancellation() argument [all …]
|
| /linux/drivers/iio/light/ |
| H A D | apds9160.c | 622 * The PS intelligent cancellation level register allows 647 * This parameter determines the cancellation pulse duration 648 * in each of the PWM pulse. The cancellation is applied during the 651 * A duration value of 0 or 1 will not generate any cancellation pulse 664 * This parameter works in conjunction with the cancellation pulse duration 665 * The value determines the current used for crosstalk cancellation 694 "ps-cancellation-duration", &duration); in apds9160_ps_init_analog_cancellation() 701 "ps-cancellation-current-picoamp", &picoamp); in apds9160_ps_init_analog_cancellation() 707 "Invalid cancellation current\n"); in apds9160_ps_init_analog_cancellation() 724 "Invalid cancellation current %i, rounding to %i\n", in apds9160_ps_init_analog_cancellation()
|
| /linux/fs/xfs/ |
| H A D | xfs_icreate_item.c | 220 * 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/tools/testing/selftests/firmware/ |
| H A D | fw_upload.sh | 6 # cancellation support, and the error flows. 145 echo "$0: firmware upload cancellation works"
|
| /linux/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adi,adf4350.yaml | 105 adi,charge-cancellation-enable: 108 Enabled charge pump charge cancellation for integer-N modes.
|
| /linux/include/uapi/linux/ |
| H A D | tee.h | 249 * @cancel_id: [in] Cancellation id, a unique value to identify this request 283 * @cancel_id: [in] Cancellation id, a unique value to identify this request 310 * @cancel_id: [in] Cancellation id, a unique value to identify this request
|
| /linux/drivers/isdn/mISDN/ |
| H A D | Kconfig | 22 echo cancellation, tone generation, and Blowfish encryption and
|
| H A D | dsp_hwec.c | 20 { "deftaps", "128", "Set the number of taps of cancellation." },
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 129 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/Documentation/hwmon/ |
| H A D | max31730.rst | 24 supply voltage is from 3.0V to 3.6V. Resistance cancellation compensates
|
| /linux/drivers/hwmon/ |
| H A D | max6697.c | 457 if (of_property_read_bool(node, "resistance-cancellation") && in max6697_config_of() 462 if (of_property_read_u32(node, "resistance-cancellation", &vals[0])) { in max6697_config_of() 463 if (of_property_read_bool(node, "resistance-cancellation")) in max6697_config_of()
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | sigreturn.S | 25 * cleanup handlers during the thread cancellation dance. By omitting the
|
| /linux/sound/hda/codecs/ |
| H A D | Kconfig | 87 features like equalizer or echo cancellation.
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_request_layer.c | 291 * 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()
|
| H A D | ssh_packet_layer.c | 163 * another part of the system before the cancellation attempts to complete it. 1281 * cancellation. Let the transmitter or cancellation issuer complete the in ssh_ptl_acknowledge() 1407 * here could lead to overly eager cancellation if the packet has not in ssh_ptl_resubmit_pending() 1444 * failure, or cancellation) and released from the transport layer in a 1959 * new list via other threads (e.g. cancellation). in ssh_ptl_shutdown() 1963 * (also handles cancellation). in ssh_ptl_shutdown()
|
| /linux/net/mac80211/ |
| H A D | pm.c | 31 mb(); /* make suspending visible before any cancellation */ in __ieee80211_suspend()
|
| /linux/sound/soc/ti/ |
| H A D | omap-mcpdm.c | 175 /* Enable DN RX1/2 offset cancellation feature, if configured */ in omap_mcpdm_open_streams() 213 /* Disable RX1/2 offset cancellation */ in omap_mcpdm_close_streams()
|