Home
last modified time | relevance | path

Searched refs:read_raw (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/linux/rust/kernel/
H A Duaccess.rs224 pub fn read_raw(&mut self, out: &mut [MaybeUninit<u8>]) -> Result { in read_raw() method
253 self.read_raw(out) in read_slice()
300 self.read_raw(&mut buf.spare_capacity_mut()[..len])?; in read_all()
H A Dpage.rs165 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw() method
240 reader.read_raw(unsafe { core::slice::from_raw_parts_mut(dst.cast(), len) }) in copy_from_user_slice_raw()
/linux/drivers/iio/adc/
H A Dad7606.c487 .read_raw = &ad7606_read_raw,
492 .read_raw = &ad7606_read_raw,
499 .read_raw = &ad7606_read_raw,
507 .read_raw = &ad7606_read_raw,
514 .read_raw = &ad7606_read_raw,
H A Daxp20x_adc.c995 .read_raw = axp192_read_raw,
1000 .read_raw = axp20x_read_raw,
1005 .read_raw = axp22x_read_raw,
1009 .read_raw = axp717_read_raw,
1013 .read_raw = axp813_read_raw,
H A Dltc2471.c99 .read_raw = ltc2471_read_raw,
H A Dltc2485.c89 .read_raw = ltc2485_read_raw,
H A Dsd_adc_modulator.c74 .read_raw = iio_sd_mod_read,
H A Dmax11100.c102 .read_raw = max11100_read_raw,
H A Dviperboard_adc.c104 .read_raw = &vprbrd_iio_read_raw,
H A Dad7791.c361 .read_raw = &ad7791_read_raw,
368 .read_raw = &ad7791_read_raw,
/linux/drivers/iio/temperature/
H A Diqs620at-temp.c55 .read_raw = &iqs620_temp_read_raw,
/linux/drivers/iio/potentiometer/
H A Dmax5432.c84 .read_raw = max5432_read_raw,
H A Dmax5487.c80 .read_raw = max5487_read_raw,
/linux/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_lid_angle.c87 .read_raw = &cros_ec_lid_angle_read,
/linux/drivers/iio/resolver/
H A Dad2s90.c68 .read_raw = ad2s90_read_raw,
/linux/Documentation/driver-api/iio/
H A Dhw-consumer.rst27 .read_raw = adc_read_raw,
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c68 rapl_mmio_priv.read_raw = rapl_mmio_read_raw; in proc_thermal_rapl_add()
/linux/drivers/iio/accel/
H A Ddmard09.c88 .read_raw = dmard09_read_raw,
H A Dssp_accel_sensor.c69 .read_raw = &ssp_accel_read_raw,
/linux/drivers/iio/gyro/
H A Dssp_gyro_sensor.c69 .read_raw = &ssp_gyro_read_raw,
H A Dadis16130.c138 .read_raw = &adis16130_read_raw,
/linux/drivers/iio/pressure/
H A Dsdp500.c86 .read_raw = &sdp500_read_raw,
/linux/drivers/iio/chemical/
H A Dags02ma.c101 .read_raw = ags02ma_read_raw,
/linux/drivers/iio/dac/
H A Dcio-dac.c103 .read_raw = cio_dac_read_raw,
/linux/drivers/input/touchscreen/
H A Dtsc2007_iio.c103 .read_raw = tsc2007_read_raw,

12345678910>>...18