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:at25
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/eeprom/
H
A
D
at25.c
80
struct at25_data *
at25
= priv;
in at25_ee_read()
local
82
size_t max_chunk = spi_max_transfer_size(
at25
->spi);
in at25_ee_read()
92
if (unlikely(offset >=
at25
->chip.byte_len))
in at25_ee_read()
94
if ((offset + count) >
at25
->chip.byte_len)
in at25_ee_read()
95
count =
at25
->chip.byte_len - offset;
in at25_ee_read()
101
cp =
at25
->command;
in at25_ee_read()
104
if (
at25
->chip.flags & EE_INSTR_BIT3_IS_ADDR)
in at25_ee_read()
105
if (msg_offset >= BIT(
at25
->addrlen * 8))
in at25_ee_read()
108
mutex_lock(&
at25
->lock);
in at25_ee_read()
113
switch (
at25
in at25_ee_read()
154
fm25_aux_read(struct
at25
_data *
at25
, u8 *buf, uint8_t command, int len)
fm25_aux_read()
argument
185
struct
at25
_data *
at25
;
sernum_show()
local
200
struct
at25
_data *
at25
= priv;
at25_ee_write()
local
382
struct
at25
_data *
at25
= container_of(chip, struct
at25
_data, chip);
at25_fram_to_chip()
local
434
struct
at25
_data *
at25
= NULL;
at25_probe()
local
[all...]
/kernel/linux/linux-5.10/drivers/misc/eeprom/
H
A
D
at25.c
3
*
at25
.c -- support most SPI EEPROMs, such as Atmel AT25 models
65
struct at25_data *
at25
= priv;
in at25_ee_read()
local
74
if (unlikely(offset >=
at25
->chip.byte_len))
in at25_ee_read()
76
if ((offset + count) >
at25
->chip.byte_len)
in at25_ee_read()
77
count =
at25
->chip.byte_len - offset;
in at25_ee_read()
84
if (
at25
->chip.flags & EE_INSTR_BIT3_IS_ADDR)
in at25_ee_read()
85
if (offset >= (1U << (
at25
->addrlen * 8)))
in at25_ee_read()
90
switch (
at25
->addrlen) {
in at25_ee_read()
106
t[0].len =
at25
->addrlen + 1;
in at25_ee_read()
113
mutex_lock(&
at25
in at25_ee_read()
131
struct
at25
_data *
at25
= priv;
at25_ee_write()
local
305
struct
at25
_data *
at25
= NULL;
at25_probe()
local
[all...]
Completed in 2 milliseconds