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:hx711_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
hx711.c
79
struct
hx711_data
{
struct
102
static int hx711_cycle(struct
hx711_data
*
hx711_data
)
in hx711_cycle()
argument
112
gpiod_set_value(
hx711_data
->gpiod_pd_sck, 1);
in hx711_cycle()
119
ndelay(
hx711_data
->data_ready_delay_ns);
in hx711_cycle()
127
gpiod_set_value(
hx711_data
->gpiod_pd_sck, 0);
in hx711_cycle()
134
ndelay(
hx711_data
->data_ready_delay_ns);
in hx711_cycle()
137
return gpiod_get_value(
hx711_data
->gpiod_dout);
in hx711_cycle()
140
static int hx711_read(struct
hx711_data
*
hx711_data
)
in hx711_read()
argument
165
hx711_wait_for_ready(struct
hx711_data
*
hx711_data
)
hx711_wait_for_ready()
argument
187
hx711_reset(struct
hx711_data
*
hx711_data
)
hx711_reset()
argument
214
hx711_set_gain_for_channel(struct
hx711_data
*
hx711_data
, int chan)
hx711_set_gain_for_channel()
argument
247
hx711_reset_read(struct
hx711_data
*
hx711_data
, int chan)
hx711_reset_read()
argument
274
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_read_raw()
local
307
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_write_raw()
local
360
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_trigger()
local
463
struct
hx711_data
*
hx711_data
;
hx711_probe()
local
585
struct
hx711_data
*
hx711_data
;
hx711_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
hx711.c
79
struct
hx711_data
{
struct
102
static int hx711_cycle(struct
hx711_data
*
hx711_data
)
in hx711_cycle()
argument
112
gpiod_set_value(
hx711_data
->gpiod_pd_sck, 1);
in hx711_cycle()
119
ndelay(
hx711_data
->data_ready_delay_ns);
in hx711_cycle()
127
gpiod_set_value(
hx711_data
->gpiod_pd_sck, 0);
in hx711_cycle()
134
ndelay(
hx711_data
->data_ready_delay_ns);
in hx711_cycle()
137
return gpiod_get_value(
hx711_data
->gpiod_dout);
in hx711_cycle()
140
static int hx711_read(struct
hx711_data
*
hx711_data
)
in hx711_read()
argument
165
hx711_wait_for_ready(struct
hx711_data
*
hx711_data
)
hx711_wait_for_ready()
argument
187
hx711_reset(struct
hx711_data
*
hx711_data
)
hx711_reset()
argument
214
hx711_set_gain_for_channel(struct
hx711_data
*
hx711_data
, int chan)
hx711_set_gain_for_channel()
argument
247
hx711_reset_read(struct
hx711_data
*
hx711_data
, int chan)
hx711_reset_read()
argument
274
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_read_raw()
local
307
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_write_raw()
local
360
struct
hx711_data
*
hx711_data
= iio_priv(indio_dev);
hx711_trigger()
local
463
struct
hx711_data
*
hx711_data
;
hx711_probe()
local
585
struct
hx711_data
*
hx711_data
;
hx711_remove()
local
[all...]
Completed in 1 milliseconds