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:battery_props
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
power_supply_sysfs.c
469
const enum power_supply_property *
battery_props
=
in power_supply_uevent()
local
509
if (test_bit(
battery_props
[j], psy_drv_properties))
in power_supply_uevent()
512
battery_props
[j]))
in power_supply_uevent()
514
ret = add_prop_uevent(dev, env,
battery_props
[j],
in power_supply_uevent()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-logitech-hidpp.c
3469
enum power_supply_property *
battery_props
;
in hidpp_initialize_battery()
local
3507
battery_props
= devm_kmemdup(&hidpp->hid_dev->dev,
in hidpp_initialize_battery()
3511
if (!
battery_props
)
in hidpp_initialize_battery()
3517
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
3521
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
3525
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
3531
desc->properties =
battery_props
;
in hidpp_initialize_battery()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-logitech-hidpp.c
4040
enum power_supply_property *
battery_props
;
in hidpp_initialize_battery()
local
4086
battery_props
= devm_kmemdup(&hidpp->hid_dev->dev,
in hidpp_initialize_battery()
4090
if (!
battery_props
)
in hidpp_initialize_battery()
4099
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
4103
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
4108
battery_props
[num_battery_props++] =
in hidpp_initialize_battery()
4114
desc->properties =
battery_props
;
in hidpp_initialize_battery()
Completed in 12 milliseconds