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:new_proto
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ti-st/
H
A
D
st_core.c
31
struct st_proto_s *
new_proto
)
in add_channel_to_table()
33
pr_info("%s: id %d\n", __func__,
new_proto
->chnl_id);
in add_channel_to_table()
35
st_gdata->list[
new_proto
->chnl_id] =
new_proto
;
in add_channel_to_table()
36
st_gdata->is_registered[
new_proto
->chnl_id] = true;
in add_channel_to_table()
530
long st_register(struct st_proto_s *
new_proto
)
in st_register()
argument
537
if (st_gdata == NULL ||
new_proto
== NULL ||
new_proto
->recv == NULL
in st_register()
538
||
new_proto
->reg_complete_cb == NULL) {
in st_register()
539
pr_err("gdata/
new_proto
/rec
in st_register()
30
add_channel_to_table(struct st_data_s *st_gdata, struct st_proto_s *
new_proto
)
add_channel_to_table()
argument
[all...]
/kernel/linux/linux-6.6/drivers/misc/ti-st/
H
A
D
st_core.c
29
struct st_proto_s *
new_proto
)
in add_channel_to_table()
31
pr_info("%s: id %d\n", __func__,
new_proto
->chnl_id);
in add_channel_to_table()
33
st_gdata->list[
new_proto
->chnl_id] =
new_proto
;
in add_channel_to_table()
34
st_gdata->is_registered[
new_proto
->chnl_id] = true;
in add_channel_to_table()
523
long st_register(struct st_proto_s *
new_proto
)
in st_register()
argument
530
if (st_gdata == NULL ||
new_proto
== NULL ||
new_proto
->recv == NULL
in st_register()
531
||
new_proto
->reg_complete_cb == NULL) {
in st_register()
532
pr_err("gdata/
new_proto
/rec
in st_register()
28
add_channel_to_table(struct st_data_s *st_gdata, struct st_proto_s *
new_proto
)
add_channel_to_table()
argument
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
olpc_battery.c
56
bool
new_proto
;
member
101
if (data->
new_proto
) {
in olpc_bat_get_status()
654
data->
new_proto
= true;
in olpc_battery_probe()
658
data->
new_proto
= true;
in olpc_battery_probe()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
olpc_battery.c
56
bool
new_proto
;
member
101
if (data->
new_proto
) {
in olpc_bat_get_status()
657
data->
new_proto
= true;
in olpc_battery_probe()
661
data->
new_proto
= true;
in olpc_battery_probe()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
dib0700_core.c
642
int
new_proto
, ret;
in dib0700_change_protocol()
local
655
new_proto
= 1;
in dib0700_change_protocol()
658
new_proto
= 0;
in dib0700_change_protocol()
665
new_proto
= 2;
in dib0700_change_protocol()
672
st->buf[1] =
new_proto
;
in dib0700_change_protocol()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
dib0700_core.c
642
int
new_proto
, ret;
in dib0700_change_protocol()
local
655
new_proto
= 1;
in dib0700_change_protocol()
658
new_proto
= 0;
in dib0700_change_protocol()
665
new_proto
= 2;
in dib0700_change_protocol()
672
st->buf[1] =
new_proto
;
in dib0700_change_protocol()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
devinet.c
980
u8
new_proto
= ifa->ifa_proto;
in inet_rtm_newaddr()
local
996
ifa->ifa_proto =
new_proto
;
in inet_rtm_newaddr()
Completed in 10 milliseconds