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:cht_int33fe_data
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
intel_cht_int33fe_common.h
21
struct
cht_int33fe_data
{
struct
24
int (*probe)(struct
cht_int33fe_data
*data);
25
int (*remove)(struct
cht_int33fe_data
*data);
36
int cht_int33fe_microb_probe(struct
cht_int33fe_data
*data);
37
int cht_int33fe_microb_remove(struct
cht_int33fe_data
*data);
38
int cht_int33fe_typec_probe(struct
cht_int33fe_data
*data);
39
int cht_int33fe_typec_remove(struct
cht_int33fe_data
*data);
H
A
D
intel_cht_int33fe_typec.c
136
static int cht_int33fe_setup_dp(struct
cht_int33fe_data
*data)
in cht_int33fe_setup_dp()
164
static void cht_int33fe_remove_nodes(struct
cht_int33fe_data
*data)
in cht_int33fe_remove_nodes()
180
static int cht_int33fe_add_nodes(struct
cht_int33fe_data
*data)
in cht_int33fe_add_nodes()
225
cht_int33fe_register_max17047(struct device *dev, struct
cht_int33fe_data
*data)
in cht_int33fe_register_max17047()
256
int cht_int33fe_typec_probe(struct
cht_int33fe_data
*data)
in cht_int33fe_typec_probe()
352
int cht_int33fe_typec_remove(struct
cht_int33fe_data
*data)
in cht_int33fe_typec_remove()
H
A
D
intel_cht_int33fe_microb.c
38
int cht_int33fe_microb_probe(struct
cht_int33fe_data
*data)
in cht_int33fe_microb_probe()
52
int cht_int33fe_microb_remove(struct
cht_int33fe_data
*data)
in cht_int33fe_microb_remove()
H
A
D
intel_cht_int33fe_common.c
88
struct
cht_int33fe_data
*data;
in cht_int33fe_probe()
121
struct
cht_int33fe_data
*data = platform_get_drvdata(pdev);
in cht_int33fe_remove()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H
A
D
chtwc_int33fe.c
30
struct
cht_int33fe_data
{
struct
161
static int cht_int33fe_setup_dp(struct
cht_int33fe_data
*data)
in cht_int33fe_setup_dp()
189
static void cht_int33fe_remove_nodes(struct
cht_int33fe_data
*data)
in cht_int33fe_remove_nodes()
205
static int cht_int33fe_add_nodes(struct
cht_int33fe_data
*data)
in cht_int33fe_add_nodes()
250
cht_int33fe_register_max17047(struct device *dev, struct
cht_int33fe_data
*data)
in cht_int33fe_register_max17047()
306
struct
cht_int33fe_data
*data;
in cht_int33fe_typec_probe()
410
struct
cht_int33fe_data
*data = platform_get_drvdata(pdev);
in cht_int33fe_typec_remove()
Completed in 3 milliseconds