Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:press_data
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/
H
A
D
st_pressure_core.c
589
struct st_sensor_data *
press_data
= iio_priv(indio_dev);
in st_press_read_raw()
local
602
*val2 =
press_data
->current_fullscale->gain;
in st_press_read_raw()
606
*val2 =
press_data
->current_fullscale->gain2;
in st_press_read_raw()
617
press_data
->current_fullscale->gain2;
in st_press_read_raw()
627
*val =
press_data
->odr;
in st_press_read_raw()
685
struct st_sensor_data *
press_data
= iio_priv(indio_dev);
in st_press_common_probe()
local
686
struct st_sensors_platform_data *pdata = dev_get_platdata(
press_data
->dev);
in st_press_common_probe()
702
press_data
->num_data_channels =
press_data
->sensor_settings->num_ch - 1;
in st_press_common_probe()
703
indio_dev->channels =
press_data
in st_press_common_probe()
750
struct st_sensor_data *
press_data
= iio_priv(indio_dev);
st_press_common_remove()
local
[all...]
H
A
D
st_pressure_spi.c
61
struct st_sensor_data *
press_data
;
in st_press_spi_probe()
local
74
indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(*
press_data
));
in st_press_spi_probe()
78
press_data
= iio_priv(indio_dev);
in st_press_spi_probe()
79
press_data
->sensor_settings = (struct st_sensor_settings *)settings;
in st_press_spi_probe()
H
A
D
st_pressure_i2c.c
77
struct st_sensor_data *
press_data
;
in st_press_i2c_probe()
local
90
indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*
press_data
));
in st_press_i2c_probe()
94
press_data
= iio_priv(indio_dev);
in st_press_i2c_probe()
95
press_data
->sensor_settings = (struct st_sensor_settings *)settings;
in st_press_i2c_probe()
H
A
D
hid-sensor-press.c
25
u32
press_data
;
member
174
&press_state->
press_data
,
in press_proc_event()
175
sizeof(press_state->
press_data
));
in press_proc_event()
192
press_state->
press_data
= *(u32 *)raw_data;
in press_capture_sample()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H
A
D
st_pressure_core.c
649
struct st_sensor_data *
press_data
= iio_priv(indio_dev);
in st_press_read_raw()
local
662
*val2 =
press_data
->current_fullscale->gain;
in st_press_read_raw()
666
*val2 =
press_data
->current_fullscale->gain2;
in st_press_read_raw()
677
press_data
->current_fullscale->gain2;
in st_press_read_raw()
687
*val =
press_data
->odr;
in st_press_read_raw()
745
struct st_sensor_data *
press_data
= iio_priv(indio_dev);
in st_press_common_probe()
local
763
press_data
->num_data_channels =
press_data
->sensor_settings->num_ch - 1;
in st_press_common_probe()
764
indio_dev->channels =
press_data
->sensor_settings->ch;
in st_press_common_probe()
765
indio_dev->num_channels =
press_data
in st_press_common_probe()
[all...]
H
A
D
st_pressure_i2c.c
82
struct st_sensor_data *
press_data
;
in st_press_i2c_probe()
local
95
indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*
press_data
));
in st_press_i2c_probe()
99
press_data
= iio_priv(indio_dev);
in st_press_i2c_probe()
100
press_data
->sensor_settings = (struct st_sensor_settings *)settings;
in st_press_i2c_probe()
H
A
D
st_pressure_spi.c
65
struct st_sensor_data *
press_data
;
in st_press_spi_probe()
local
78
indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(*
press_data
));
in st_press_spi_probe()
82
press_data
= iio_priv(indio_dev);
in st_press_spi_probe()
83
press_data
->sensor_settings = (struct st_sensor_settings *)settings;
in st_press_spi_probe()
H
A
D
hid-sensor-press.c
26
u32
press_data
;
member
198
press_state->scan.
press_data
= *(u32 *)raw_data;
in press_capture_sample()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H
A
D
panel.c
152
int
press_data
;
member
1248
input->u.std.press_fct(input->u.std.
press_data
);
in input_state_high()
1512
* <press_fct> will be called with the <
press_data
> arg when the signal is
1519
int
press_data
,
1539
callback->u.std.
press_data
=
press_data
;
/kernel/linux/linux-6.6/drivers/auxdisplay/
H
A
D
panel.c
153
int
press_data
;
member
1198
input->u.std.press_fct(input->u.std.
press_data
);
in input_state_high()
1462
* <press_fct> will be called with the <
press_data
> arg when the signal is
1469
int
press_data
,
1489
callback->u.std.
press_data
=
press_data
;
Completed in 9 milliseconds