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:attr_debugcmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-sysfs.c
42
struct device_attribute
attr_debugcmd
;
member
420
sysfs_attr_init(&dip->
attr_debugcmd
.attr);
in pvr2_sysfs_add_debugifc()
421
dip->
attr_debugcmd
.attr.name = "debugcmd";
in pvr2_sysfs_add_debugifc()
422
dip->
attr_debugcmd
.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
in pvr2_sysfs_add_debugifc()
423
dip->
attr_debugcmd
.show = debugcmd_show;
in pvr2_sysfs_add_debugifc()
424
dip->
attr_debugcmd
.store = debugcmd_store;
in pvr2_sysfs_add_debugifc()
430
ret = device_create_file(sfp->class_dev,&dip->
attr_debugcmd
);
in pvr2_sysfs_add_debugifc()
458
&sfp->debugifc->
attr_debugcmd
);
in pvr2_sysfs_tear_down_debugifc()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-sysfs.c
42
struct device_attribute
attr_debugcmd
;
member
416
sysfs_attr_init(&dip->
attr_debugcmd
.attr);
in pvr2_sysfs_add_debugifc()
417
dip->
attr_debugcmd
.attr.name = "debugcmd";
in pvr2_sysfs_add_debugifc()
418
dip->
attr_debugcmd
.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
in pvr2_sysfs_add_debugifc()
419
dip->
attr_debugcmd
.show = debugcmd_show;
in pvr2_sysfs_add_debugifc()
420
dip->
attr_debugcmd
.store = debugcmd_store;
in pvr2_sysfs_add_debugifc()
426
ret = device_create_file(sfp->class_dev,&dip->
attr_debugcmd
);
in pvr2_sysfs_add_debugifc()
454
&sfp->debugifc->
attr_debugcmd
);
in pvr2_sysfs_tear_down_debugifc()
Completed in 3 milliseconds