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:req_channel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
mcp3422.c
135
u8
req_channel
= channel->channel;
in mcp3422_read_channel()
local
139
if (
req_channel
!= MCP3422_CHANNEL(adc->config)) {
in mcp3422_read_channel()
142
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_read_channel()
144
config |= MCP3422_PGA_VALUE(adc->pga[
req_channel
]);
in mcp3422_read_channel()
201
u8
req_channel
= channel->channel;
in mcp3422_write_raw()
local
212
adc->pga[
req_channel
] = i;
in mcp3422_write_raw()
215
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_write_raw()
217
config |= MCP3422_PGA_VALUE(adc->pga[
req_channel
]);
in mcp3422_write_raw()
245
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_write_raw()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
mcp3422.c
135
u8
req_channel
= channel->channel;
in mcp3422_read_channel()
local
139
if (
req_channel
!= MCP3422_CHANNEL(adc->config)) {
in mcp3422_read_channel()
142
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_read_channel()
144
config |= MCP3422_PGA_VALUE(adc->pga[
req_channel
]);
in mcp3422_read_channel()
201
u8
req_channel
= channel->channel;
in mcp3422_write_raw()
local
212
adc->pga[
req_channel
] = i;
in mcp3422_write_raw()
215
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_write_raw()
217
config |= MCP3422_PGA_VALUE(adc->pga[
req_channel
]);
in mcp3422_write_raw()
245
config |= MCP3422_CHANNEL_VALUE(
req_channel
);
in mcp3422_write_raw()
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
H
A
D
pcan_usb_pro.c
230
u8 req_data_type,
req_channel
;
in pcan_usb_pro_wait_rsp()
local
239
req_channel
= pum->u.rec_buffer[5];
in pcan_usb_pro_wait_rsp()
293
else if ((
req_channel
!= 0xff) && \
in pcan_usb_pro_wait_rsp()
294
(pr->bus_act.channel !=
req_channel
))
in pcan_usb_pro_wait_rsp()
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/
H
A
D
pcan_usb_pro.c
232
u8 req_data_type,
req_channel
;
in pcan_usb_pro_wait_rsp()
local
241
req_channel
= pum->u.rec_buffer[5];
in pcan_usb_pro_wait_rsp()
295
else if ((
req_channel
!= 0xff) &&
in pcan_usb_pro_wait_rsp()
296
(pr->bus_act.channel !=
req_channel
))
in pcan_usb_pro_wait_rsp()
Completed in 5 milliseconds