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:histb
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-histb.c
49
static int xhci_histb_config(struct xhci_hcd_histb *
histb
)
in xhci_histb_config()
argument
51
struct device_node *np =
histb
->dev->of_node;
in xhci_histb_config()
56
regval = readl(
histb
->ctrl + REG_GUSB2PHYCFG0);
in xhci_histb_config()
60
writel(regval,
histb
->ctrl + REG_GUSB2PHYCFG0);
in xhci_histb_config()
71
regval = readl(
histb
->ctrl + REG_GUSB3PIPECTL0);
in xhci_histb_config()
75
writel(regval,
histb
->ctrl + REG_GUSB3PIPECTL0);
in xhci_histb_config()
78
writel(0x23100000,
histb
->ctrl + GTXTHRCFG);
in xhci_histb_config()
79
writel(0x23100000,
histb
->ctrl + GRXTHRCFG);
in xhci_histb_config()
84
static int xhci_histb_clks_get(struct xhci_hcd_histb *
histb
)
in xhci_histb_clks_get()
argument
86
struct device *dev =
histb
in xhci_histb_clks_get()
115
xhci_
histb
_host_enable(struct xhci_hcd_
histb
*
histb
)
xhci_histb_host_enable()
argument
157
xhci_
histb
_host_disable(struct xhci_hcd_
histb
*
histb
)
xhci_histb_host_disable()
argument
180
struct xhci_hcd_
histb
*
histb
= hcd_to_
histb
(hcd);
xhci_histb_setup()
local
200
struct xhci_hcd_
histb
*
histb
;
xhci_histb_probe()
local
324
struct xhci_hcd_
histb
*
histb
= platform_get_drvdata(dev);
xhci_histb_remove()
local
348
struct xhci_hcd_
histb
*
histb
= dev_get_drvdata(dev);
xhci_histb_suspend()
local
363
struct xhci_hcd_
histb
*
histb
= dev_get_drvdata(dev);
xhci_histb_resume()
local
[all...]
H
A
D
Makefile
77
obj-$(CONFIG_USB_XHCI_HISTB) += xhci-
histb
.o
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-histb.c
49
static int xhci_histb_config(struct xhci_hcd_histb *
histb
)
in xhci_histb_config()
argument
51
struct device_node *np =
histb
->dev->of_node;
in xhci_histb_config()
56
regval = readl(
histb
->ctrl + REG_GUSB2PHYCFG0);
in xhci_histb_config()
60
writel(regval,
histb
->ctrl + REG_GUSB2PHYCFG0);
in xhci_histb_config()
71
regval = readl(
histb
->ctrl + REG_GUSB3PIPECTL0);
in xhci_histb_config()
75
writel(regval,
histb
->ctrl + REG_GUSB3PIPECTL0);
in xhci_histb_config()
78
writel(0x23100000,
histb
->ctrl + GTXTHRCFG);
in xhci_histb_config()
79
writel(0x23100000,
histb
->ctrl + GRXTHRCFG);
in xhci_histb_config()
84
static int xhci_histb_clks_get(struct xhci_hcd_histb *
histb
)
in xhci_histb_clks_get()
argument
86
struct device *dev =
histb
in xhci_histb_clks_get()
115
xhci_
histb
_host_enable(struct xhci_hcd_
histb
*
histb
)
xhci_histb_host_enable()
argument
157
xhci_
histb
_host_disable(struct xhci_hcd_
histb
*
histb
)
xhci_histb_host_disable()
argument
170
struct xhci_hcd_
histb
*
histb
= hcd_to_
histb
(hcd);
xhci_histb_setup()
local
190
struct xhci_hcd_
histb
*
histb
;
xhci_histb_probe()
local
314
struct xhci_hcd_
histb
*
histb
= platform_get_drvdata(dev);
xhci_histb_remove()
local
336
struct xhci_hcd_
histb
*
histb
= dev_get_drvdata(dev);
xhci_histb_suspend()
local
351
struct xhci_hcd_
histb
*
histb
= dev_get_drvdata(dev);
xhci_histb_resume()
local
[all...]
H
A
D
Makefile
73
obj-$(CONFIG_USB_XHCI_HISTB) += xhci-
histb
.o
/kernel/linux/linux-6.6/drivers/char/hw_random/
H
A
D
Makefile
32
obj-$(CONFIG_HW_RANDOM_HISTB) +=
histb
-rng.o
/kernel/linux/linux-5.10/drivers/clk/hisilicon/
H
A
D
crg-hi3798cv200.c
8
#include <dt-bindings/clock/
histb
-clock.h>
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
H
A
D
crg-hi3798cv200.c
8
#include <dt-bindings/clock/
histb
-clock.h>
Completed in 4 milliseconds