Home
last modified time | relevance | path

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

12345678910>>...13

/linux/rust/kernel/
H A Duaccess.rs263 pub fn read_raw(&mut self, out: &mut [MaybeUninit<u8>]) -> Result { in read_raw() method
288 self.read_raw(out) in read_slice()
373 self.read_raw(&mut buf.spare_capacity_mut()[..len])?; in read_all()
/linux/drivers/iio/adc/
H A Daxp20x_adc.c966 .read_raw = axp192_read_raw,
971 .read_raw = axp20x_read_raw,
976 .read_raw = axp22x_read_raw,
980 .read_raw = axp717_read_raw,
984 .read_raw = axp813_read_raw,
H A Dltc2485.c89 .read_raw = ltc2485_read_raw,
H A Dmax11100.c102 .read_raw = max11100_read_raw,
H A Dsd_adc_modulator.c74 .read_raw = iio_sd_mod_read,
H A Dltc2471.c99 .read_raw = ltc2471_read_raw,
H A Dad7791.c367 .read_raw = &ad7791_read_raw,
374 .read_raw = &ad7791_read_raw,
H A Dmax11205.c69 .read_raw = max11205_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/iio/chemical/
H A Dsen0322.c103 .read_raw = sen0322_read_raw,
H A Dags02ma.c101 .read_raw = ags02ma_read_raw,
/linux/drivers/iio/pressure/
H A Dsdp500.c86 .read_raw = &sdp500_read_raw,
/linux/drivers/iio/accel/
H A Dssp_accel_sensor.c69 .read_raw = &ssp_accel_read_raw,
H A Dmxc6255.c77 .read_raw = mxc6255_read_raw,
H A Dda280.c92 .read_raw = da280_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/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,
/linux/drivers/iio/light/
H A Dapds9300.c336 .read_raw = apds9300_read_raw,
340 .read_raw = apds9300_read_raw,

12345678910>>...13