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:our_chip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-samsung.c
230
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_request()
local
233
if (!(
our_chip
->variant.output_mask & BIT(pwm->hwpwm))) {
in pwm_samsung_request()
256
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_enable()
local
263
tcon = readl(
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
267
writel(tcon,
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
271
writel(tcon,
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
273
our_chip
->disabled_mask &= ~BIT(pwm->hwpwm);
in pwm_samsung_enable()
282
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_disable()
local
289
tcon = readl(
our_chip
->base + REG_TCON);
in pwm_samsung_disable()
291
writel(tcon,
our_chip
in pwm_samsung_disable()
320
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
__pwm_samsung_config()
local
424
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
pwm_samsung_set_polarity()
local
636
struct samsung_pwm_chip *
our_chip
= dev_get_drvdata(dev);
pwm_samsung_resume()
local
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-samsung.c
216
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_request()
local
219
if (!(
our_chip
->variant.output_mask & BIT(pwm->hwpwm))) {
in pwm_samsung_request()
242
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_enable()
local
249
tcon = readl(
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
253
writel(tcon,
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
257
writel(tcon,
our_chip
->base + REG_TCON);
in pwm_samsung_enable()
259
our_chip
->disabled_mask &= ~BIT(pwm->hwpwm);
in pwm_samsung_enable()
268
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
in pwm_samsung_disable()
local
275
tcon = readl(
our_chip
->base + REG_TCON);
in pwm_samsung_disable()
277
writel(tcon,
our_chip
in pwm_samsung_disable()
306
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
__pwm_samsung_config()
local
418
struct samsung_pwm_chip *
our_chip
= to_samsung_pwm_chip(chip);
pwm_samsung_set_polarity()
local
603
struct samsung_pwm_chip *
our_chip
= dev_get_drvdata(dev);
pwm_samsung_resume()
local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H
A
D
pinctrl-exynos.c
55
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_mask()
local
57
unsigned long reg_mask =
our_chip
->eint_mask + bank->eint_offset;
in exynos_irq_mask()
73
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_ack()
local
75
unsigned long reg_pend =
our_chip
->eint_pend + bank->eint_offset;
in exynos_irq_ack()
83
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_unmask()
local
85
unsigned long reg_mask =
our_chip
->eint_mask + bank->eint_offset;
in exynos_irq_unmask()
112
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_set_type()
local
116
unsigned long reg_con =
our_chip
->eint_con + bank->eint_offset;
in exynos_irq_set_type()
342
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_wkup_irq_set_wake()
local
349
*
our_chip
in exynos_wkup_irq_set_wake()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H
A
D
pinctrl-exynos.c
53
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_mask()
local
55
unsigned long reg_mask =
our_chip
->eint_mask + bank->eint_offset;
in exynos_irq_mask()
71
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_ack()
local
73
unsigned long reg_pend =
our_chip
->eint_pend + bank->eint_offset;
in exynos_irq_ack()
81
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_unmask()
local
83
unsigned long reg_mask =
our_chip
->eint_mask + bank->eint_offset;
in exynos_irq_unmask()
110
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_irq_set_type()
local
114
unsigned long reg_con =
our_chip
->eint_con + bank->eint_offset;
in exynos_irq_set_type()
341
struct exynos_irq_chip *
our_chip
= to_exynos_irq_chip(chip);
in exynos_wkup_irq_set_wake()
local
349
*
our_chip
in exynos_wkup_irq_set_wake()
[all...]
Completed in 4 milliseconds