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:new_bd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
backlight.c
397
struct backlight_device *
new_bd
;
in backlight_device_register()
local
402
new_bd
= kzalloc(sizeof(struct backlight_device), GFP_KERNEL);
in backlight_device_register()
403
if (!
new_bd
)
in backlight_device_register()
406
mutex_init(&
new_bd
->update_lock);
in backlight_device_register()
407
mutex_init(&
new_bd
->ops_lock);
in backlight_device_register()
409
new_bd
->dev.class = backlight_class;
in backlight_device_register()
410
new_bd
->dev.parent = parent;
in backlight_device_register()
411
new_bd
->dev.release = bl_device_release;
in backlight_device_register()
412
dev_set_name(&
new_bd
->dev, "%s", name);
in backlight_device_register()
413
dev_set_drvdata(&
new_bd
in backlight_device_register()
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
backlight.c
409
struct backlight_device *
new_bd
;
in backlight_device_register()
local
414
new_bd
= kzalloc(sizeof(struct backlight_device), GFP_KERNEL);
in backlight_device_register()
415
if (!
new_bd
)
in backlight_device_register()
418
mutex_init(&
new_bd
->update_lock);
in backlight_device_register()
419
mutex_init(&
new_bd
->ops_lock);
in backlight_device_register()
421
new_bd
->dev.class = backlight_class;
in backlight_device_register()
422
new_bd
->dev.parent = parent;
in backlight_device_register()
423
new_bd
->dev.release = bl_device_release;
in backlight_device_register()
424
dev_set_name(&
new_bd
->dev, "%s", name);
in backlight_device_register()
425
dev_set_drvdata(&
new_bd
in backlight_device_register()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1770
struct txbd8 *
new_bd
= bdp + stride;
in skip_txbd()
local
1772
return (
new_bd
>= (base + ring_size)) ? (
new_bd
- ring_size) :
new_bd
;
in skip_txbd()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1737
struct txbd8 *
new_bd
= bdp + stride;
in skip_txbd()
local
1739
return (
new_bd
>= (base + ring_size)) ? (
new_bd
- ring_size) :
new_bd
;
in skip_txbd()
Completed in 11 milliseconds