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:soc_config
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-pruss-intc.c
101
* @
soc_config
: cached PRUSS INTC IP configuration data
111
const struct pruss_intc_match_data *
soc_config
;
member
260
const struct pruss_intc_match_data *
soc_config
= intc->
soc_config
;
in pruss_intc_init()
local
263
num_chnl_map_regs = DIV_ROUND_UP(
soc_config
->num_system_events,
in pruss_intc_init()
265
num_host_intr_regs = DIV_ROUND_UP(
soc_config
->num_host_events,
in pruss_intc_init()
267
num_event_type_regs = DIV_ROUND_UP(
soc_config
->num_system_events, 32);
in pruss_intc_init()
422
if (sys_event < 0 || sys_event >= intc->
soc_config
->num_system_events) {
in pruss_intc_irq_domain_xlate()
428
if (channel < 0 || channel >= intc->
soc_config
->num_host_events) {
in pruss_intc_irq_domain_xlate()
434
if (host < 0 || host >= intc->
soc_config
in pruss_intc_irq_domain_xlate()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-pruss-intc.c
101
* @
soc_config
: cached PRUSS INTC IP configuration data
111
const struct pruss_intc_match_data *
soc_config
;
member
260
const struct pruss_intc_match_data *
soc_config
= intc->
soc_config
;
in pruss_intc_init()
local
263
num_chnl_map_regs = DIV_ROUND_UP(
soc_config
->num_system_events,
in pruss_intc_init()
265
num_host_intr_regs = DIV_ROUND_UP(
soc_config
->num_host_events,
in pruss_intc_init()
267
num_event_type_regs = DIV_ROUND_UP(
soc_config
->num_system_events, 32);
in pruss_intc_init()
422
if (sys_event < 0 || sys_event >= intc->
soc_config
->num_system_events) {
in pruss_intc_irq_domain_xlate()
428
if (channel < 0 || channel >= intc->
soc_config
->num_host_events) {
in pruss_intc_irq_domain_xlate()
434
if (host < 0 || host >= intc->
soc_config
in pruss_intc_irq_domain_xlate()
[all...]
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-tegra-usb.c
226
if (phy->
soc_config
->has_hostpc) {
in set_pts()
245
if (phy->
soc_config
->has_hostpc) {
in set_phcd()
343
if (phy->
soc_config
->requires_extra_tuning_parameters) {
in utmip_pad_power_on()
524
if (!phy->
soc_config
->utmi_pll_config_in_car_module) {
in utmi_phy_power_on()
585
if (phy->
soc_config
->requires_extra_tuning_parameters) {
in utmi_phy_power_on()
633
if (phy->
soc_config
->requires_usbmode_setup) {
in utmi_phy_power_on()
1027
if (!phy->
soc_config
->requires_pmc_ao_power_up)
in tegra_usb_phy_configure_pmc()
1243
if (tegra_phy->
soc_config
->requires_extra_tuning_parameters) {
in utmi_phy_probe()
1355
tegra_phy->
soc_config
= of_device_get_match_data(&pdev->dev);
in tegra_usb_phy_probe()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-tegra-usb.c
208
if (phy->
soc_config
->has_hostpc) {
in set_pts()
227
if (phy->
soc_config
->has_hostpc) {
in set_phcd()
325
if (phy->
soc_config
->requires_extra_tuning_parameters) {
in utmip_pad_power_on()
490
if (!phy->
soc_config
->utmi_pll_config_in_car_module) {
in utmi_phy_power_on()
537
if (phy->
soc_config
->requires_extra_tuning_parameters) {
in utmi_phy_power_on()
585
if (phy->
soc_config
->requires_usbmode_setup) {
in utmi_phy_power_on()
1019
if (tegra_phy->
soc_config
->requires_extra_tuning_parameters) {
in utmi_phy_probe()
1085
tegra_phy->
soc_config
= of_device_get_match_data(&pdev->dev);
in tegra_usb_phy_probe()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
tegra_usb_phy.h
75
const struct tegra_phy_soc_config *
soc_config
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
tegra_usb_phy.h
70
const struct tegra_phy_soc_config *
soc_config
;
member
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-tegra.c
384
const struct tegra_ehci_soc_config *
soc_config
;
in tegra_ehci_probe()
local
398
soc_config
= match->data;
in tegra_ehci_probe()
465
ehci->has_hostpc =
soc_config
->has_hostpc;
in tegra_ehci_probe()
Completed in 7 milliseconds