| /linux/drivers/comedi/drivers/ |
| H A D | ni_labpc_common.c | 128 unsigned int aref) in labpc_ai_set_chan_and_gain() argument 144 aref == AREF_DIFF) in labpc_ai_set_chan_and_gain() 157 unsigned int aref, in labpc_setup_cmd6_reg() argument 167 if (aref != AREF_GROUND) in labpc_setup_cmd6_reg() 237 unsigned int aref = CR_AREF(insn->chanspec); in labpc_ai_insn_read() local 244 labpc_ai_set_chan_and_gain(dev, MODE_SINGLE_CHAN, chan, range, aref); in labpc_ai_insn_read() 247 range, aref, false); in labpc_ai_insn_read() 253 if (aref == AREF_DIFF) in labpc_ai_insn_read() 457 unsigned int aref = CR_AREF(cmd->chanlist[i]); in labpc_ai_check_chanlist() local 491 if (aref != aref0) { in labpc_ai_check_chanlist() [all …]
|
| H A D | das6402.c | 210 unsigned int aref = CR_AREF(chanspec); in das6402_ai_set_mode() local 213 if (aref == AREF_GROUND) in das6402_ai_set_mode() 258 unsigned int aref = CR_AREF(cmd->chanlist[i]); in das6402_ai_check_chanlist() local 272 if (aref != aref0) { in das6402_ai_check_chanlist() 382 unsigned int aref = CR_AREF(insn->chanspec); in das6402_ai_insn_read() local 386 if (aref == AREF_DIFF && chan > (s->n_chan / 2)) in das6402_ai_insn_read()
|
| H A D | ni_daq_700.c | 138 unsigned int aref = CR_AREF(insn->chanspec); in daq700_ai_rinsn() local 143 if (aref == AREF_DIFF) in daq700_ai_rinsn()
|
| H A D | pcmmio.c | 396 unsigned int aref = CR_AREF(chanspec); in pcmmio_start_intr() local 399 pol_bits |= (((aref || range) ? 1 : 0) << chan); in pcmmio_start_intr() 537 unsigned int aref = CR_AREF(insn->chanspec); in pcmmio_ai_insn_read() local 563 if (aref == AREF_GROUND) in pcmmio_ai_insn_read()
|
| H A D | ni_at_a2150.c | 372 unsigned int aref = CR_AREF(cmd->chanlist[i]); in a2150_ai_check_chanlist() local 381 aref0 = aref; in a2150_ai_check_chanlist() 382 if (aref != aref0) { in a2150_ai_check_chanlist()
|
| H A D | cb_das16_cs.c | 145 int aref = CR_AREF(insn->chanspec); in das16cs_ai_insn_read() local 155 if (aref == AREF_DIFF) in das16cs_ai_insn_read()
|
| H A D | pcl711.c | 216 unsigned int aref = CR_AREF(chanspec); in pcl711_set_changain() local 223 if (aref == AREF_DIFF) { in pcl711_set_changain()
|
| /linux/rust/kernel/ |
| H A D | device.rs | 11 sync::aref::ARef, 438 unsafe impl crate::sync::aref::AlwaysRefCounted for Device { 707 impl<$lt> ::core::convert::From<&$device<$src>> for $crate::sync::aref::ARef<$device> { 714 impl ::core::convert::From<&$device<$src>> for $crate::sync::aref::ARef<$device> {
|
| H A D | task.rs | 12 sync::aref::ARef, 79 /// use kernel::{task::Task, sync::aref::ARef}; 343 unsafe impl crate::sync::aref::AlwaysRefCounted for Task { in group_leader()
|
| H A D | pid_namespace.rs | 10 use crate::{bindings, sync::aref::AlwaysRefCounted, types::Opaque};
|
| H A D | sync.rs | 13 pub mod aref; module
|
| H A D | mm.rs | 16 sync::aref::{ARef, AlwaysRefCounted},
|
| H A D | types.rs | |
| /linux/include/uapi/linux/ |
| H A D | comedi.h | 56 #define CR_PACK(chan, rng, aref) \ argument 57 ((((aref) & 0x3) << 24) | (((rng) & 0xff) << 16) | (chan)) 58 #define CR_PACK_FLAGS(chan, range, aref, flags) \ argument 59 (CR_PACK(chan, range, aref) | ((flags) & CR_FLAGS_MASK))
|
| /linux/rust/kernel/mm/ |
| H A D | mmput_async.rs | 13 sync::aref::{ARef, AlwaysRefCounted},
|
| /linux/samples/rust/ |
| H A D | rust_driver_usb.rs | 12 sync::aref::ARef,
|
| H A D | rust_i2c_client.rs | 78 sync::aref::ARef, //
|
| H A D | rust_driver_pci.rs | |
| H A D | rust_dma.rs | 27 sync::aref::ARef, //
|
| H A D | rust_driver_platform.rs | 79 sync::aref::ARef, //
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 22 sync::aref::{ 50 unsafe impl $( <$( $tparam_id ),+> )? $crate::sync::aref::AlwaysRefCounted for $type
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tda10021.c | 225 u8 conf, agcref, lthr, mseth, aref; member 292 _tda10021_writereg(state, 0x09, qam_params[qam].aref); in tda10021_set_parameters()
|
| H A D | tda10023.c | 288 u8 qam, lockthr, mseth, aref, agcrefnyq, eragnyq_thd; member 346 tda10023_writereg(state, 0x09, qam_params[qam].aref); in tda10023_set_parameters()
|
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | |
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 15 sync::aref::{ARef, AlwaysRefCounted},
|